From 1b1ed45178119d4f68dffeb118d94d81b4f6c551 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Sat, 3 Oct 2020 22:22:42 -0400 Subject: [PATCH] feat(plugin): add bing webmaster plugin --- include/schema/common/head.json | 2 +- include/schema/common/plugins.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/schema/common/head.json b/include/schema/common/head.json index f8f6e00..b889aba 100644 --- a/include/schema/common/head.json +++ b/include/schema/common/head.json @@ -11,7 +11,7 @@ "nullable": true }, "manifest": { - "$ref": "/misc/manifest.json" + "$ref": "/misc/manifest.json" }, "open_graph": { "$ref": "/misc/open_graph.json" diff --git a/include/schema/common/plugins.json b/include/schema/common/plugins.json index a3d85c6..102783b 100644 --- a/include/schema/common/plugins.json +++ b/include/schema/common/plugins.json @@ -13,6 +13,9 @@ "baidu_analytics": { "$ref": "/plugin/baidu_analytics.json" }, + "bing_webmaster": { + "$ref": "/plugin/bing_webmaster.json" + }, "busuanzi": { "$ref": "/plugin/busuanzi.json" },