summaryrefslogtreecommitdiff
path: root/src/main/resources/static/magic-editor.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/static/magic-editor.js')
-rw-r--r--src/main/resources/static/magic-editor.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/static/magic-editor.js b/src/main/resources/static/magic-editor.js
new file mode 100644
index 0000000..17c6152
--- /dev/null
+++ b/src/main/resources/static/magic-editor.js
@@ -0,0 +1,10 @@
+var MAGIC_EDITOR_CONFIG = {
+ title: 'digital horizon api',
+ header: {
+ skin: true, // 屏蔽皮肤按钮
+ document: true, // 屏蔽文档按钮
+ repo: false, // 屏蔽gitee和github
+ qqGroup: false // 屏蔽加入QQ群
+ }
+ // 其它配置参考本页中其它配置项
+} \ No newline at end of file