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 } ]