From 3b8de603361132e50dbec2d16647addb1e4f6358 Mon Sep 17 00:00:00 2001 From: WangZhiYao <393893729@qq.com> Date: Sat, 26 Jun 2021 00:33:09 +0800 Subject: [PATCH 1/2] feat(schema): add Waline comment system. Signed-off-by: WangZhiYao <393893729@qq.com> --- include/schema/common/comment.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/schema/common/comment.json b/include/schema/common/comment.json index a5e8cbd..2112ae8 100644 --- a/include/schema/common/comment.json +++ b/include/schema/common/comment.json @@ -33,6 +33,9 @@ }, { "$ref": "/comment/valine.json" + }, + { + "$ref": "/comment/waline.json" } ] } \ No newline at end of file From f0d3bd77fb03423712110eadab22eb38773c0baa Mon Sep 17 00:00:00 2001 From: ppoffice Date: Sun, 27 Jun 2021 02:39:53 +0000 Subject: [PATCH 2/2] chore(build): bump hexo-component-inferno to 0.12.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f91547..85771c1 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "deepmerge": "^4.2.2", - "hexo-component-inferno": "^0.11.0", + "hexo-component-inferno": "^0.12.0", "inferno": "^7.3.3", "inferno-create-element": "^7.3.3", "moment": "^2.22.2",