From b03a799e3300d8cbdc293ebb78c80873b633e4df Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 26 Jan 2022 10:36:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20registry=E5=A2=9E=E5=8A=A0=E5=8E=9F?= =?UTF-8?q?=E7=A5=9E=E5=B7=A5=E5=85=B7=E7=AE=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/plugins/com.msgbyte.genshin/manifest.json | 2 +- web/registry.json | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/web/plugins/com.msgbyte.genshin/manifest.json b/web/plugins/com.msgbyte.genshin/manifest.json index d8be0f94..449734b1 100644 --- a/web/plugins/com.msgbyte.genshin/manifest.json +++ b/web/plugins/com.msgbyte.genshin/manifest.json @@ -1,5 +1,5 @@ { - "label": "原神工具箱插件", + "label": "原神工具箱", "name": "com.msgbyte.genshin", "url": "/plugins/com.msgbyte.genshin/index.js", "version": "0.0.0", diff --git a/web/registry.json b/web/registry.json index 2bbce95d..ec91653b 100644 --- a/web/registry.json +++ b/web/registry.json @@ -35,5 +35,14 @@ "author": "msgbyte", "description": "允许发送自定义绘图", "requireRestart": false + }, + { + "label": "原神工具箱", + "name": "com.msgbyte.genshin", + "url": "/plugins/com.msgbyte.genshin/index.js", + "version": "0.0.0", + "author": "msgbyte", + "description": "为Tailchat增加原神相关的娱乐能力", + "requireRestart": true } ]