diff --git a/plugins/addon/theme_configurator/template/admin/index.html b/plugins/addon/theme_configurator/template/admin/index.html index 694938d..3e45725 100644 --- a/plugins/addon/theme_configurator/template/admin/index.html +++ b/plugins/addon/theme_configurator/template/admin/index.html @@ -179,6 +179,58 @@ + + +
+
+
+

导航配置

+

顶部和底部导航较复杂,建议使用JSON编辑器编辑

+
+
+
+ 由于导航结构包含多级嵌套,建议切换到"JSON编辑器"Tab进行编辑 +
+
+
+
+ + +
+
+
+

其他配置

+

友情链接、反馈类型等其他配置项

+
+
+
+ 这些配置项建议使用JSON编辑器编辑,格式请参考完整JSON数据 +
+
+
+
+ + +
+
+
+

JSON配置编辑器

+

直接编辑完整JSON配置

+
+
+
+ 使用说明: 点击"同步"按钮将表单数据转为JSON,编辑后点击"应用"更新表单,最后点击页面顶部"保存全部配置" +
+ +
+ + + +
+
+
+
+ @@ -530,4 +582,6 @@ // 初始化 loadConfig(); })(); - + + + \ No newline at end of file