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 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",