diff --git a/src/components/Settings.vue b/src/components/Settings.vue index 1f9324a..01234e1 100644 --- a/src/components/Settings.vue +++ b/src/components/Settings.vue @@ -133,10 +133,13 @@
{{ plugin.name }}
{{ plugin.description || '暂无描述' }}
-
- v{{ plugin.version }} +
+ v{{ plugin.version }} by {{ plugin.author }}
+
+ {{ q.ui }} +
-
上传音源插件的JSON配置文件
+
上传 PC/Android 版的音源插件文件(.js)
@@ -215,12 +218,20 @@ 代码导入
-
直接粘贴音源插件的JSON代码
+
粘贴 PC/Android 版插件的 JS 代码(module.exports 格式)