diff --git a/plugins/frontend/manager/client/settings/global.vue b/plugins/frontend/manager/client/settings/global.vue
index 6a11c0e3e6..baf8fcb426 100644
--- a/plugins/frontend/manager/client/settings/global.vue
+++ b/plugins/frontend/manager/client/settings/global.vue
@@ -1,9 +1,9 @@
-
+
diff --git a/plugins/frontend/manager/client/settings/index.vue b/plugins/frontend/manager/client/settings/index.vue
index 41e6621da0..e3a6b4e55b 100644
--- a/plugins/frontend/manager/client/settings/index.vue
+++ b/plugins/frontend/manager/client/settings/index.vue
@@ -1,24 +1,26 @@
-
+
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/plugins/frontend/manager/client/settings/plugin.vue b/plugins/frontend/manager/client/settings/plugin.vue
index 3a08c24bb0..189bf1136a 100644
--- a/plugins/frontend/manager/client/settings/plugin.vue
+++ b/plugins/frontend/manager/client/settings/plugin.vue
@@ -1,67 +1,81 @@
-
-
- 当前的插件版本不是最新,点击前往依赖管理。
-
+
+
+
+ 当前的插件版本不是最新,点击前往依赖管理。
+
-
-
- 尚未将当前插件列入依赖,点击添加。
-
+
+
+ 尚未将当前插件列入依赖,点击添加。
+
-
-
-
- 此插件将会提供 {{ name }} 服务,但此服务已被其他插件实现。
+
+
+
+ 此插件将会提供 {{ name }} 服务,但此服务已被其他插件实现。
+
+
+ 此插件{{ data.id ? '提供了' : '将会提供' }} {{ name }} 服务。
+
+
+
+
+
+ {{ required ? '必需' : '可选' }}服务:{{ name }}
+ {{ fulfilled ? '(已加载)' : '(未加载,启用下列任一插件可实现此服务)' }}
+
+
+ -
+ (点击{{ name in store.packages ? '配置' : '添加' }})
+
+
+
-
- 此插件{{ data.id ? '提供了' : '将会提供' }} {{ name }} 服务。
+
+
+
+ {{ required ? '必需' : '可选' }}依赖:
+ ({{ local ? `${fulfilled ? '已' : '未'}启用` : '未安装,点击添加' }})
-
-
-
- {{ required ? '必需' : '可选' }}服务:{{ name }}
- {{ fulfilled ? '(已加载)' : '(未加载,启用下列任一插件可实现此服务)' }}
-
-
- -
- (点击{{ name in store.packages ? '配置' : '添加' }})
-
-
-
-
-
-
-
- {{ required ? '必需' : '可选' }}依赖:
- ({{ local ? `${fulfilled ? '已' : '未'}启用` : '未安装,点击添加' }})
-
-
-
-
- 此插件未声明配置项,这可能并非预期行为{{ hint }}。
-
-
- {{ hint }}
-
+
+
+ 此插件未声明配置项,这可能并非预期行为{{ hint }}。
+
+
+ {{ hint }}
+
+