diff options
Diffstat (limited to 'src/main/resources/static')
| -rw-r--r-- | src/main/resources/static/banner.txt | 8 | ||||
| -rw-r--r-- | src/main/resources/static/magic-editor.js | 10 |
2 files changed, 18 insertions, 0 deletions
diff --git a/src/main/resources/static/banner.txt b/src/main/resources/static/banner.txt new file mode 100644 index 0000000..17eb02b --- /dev/null +++ b/src/main/resources/static/banner.txt @@ -0,0 +1,8 @@ + _____ _ _ _ __ __ _ + /\ / ____| | | | | | \ \ / / | | + / \ _ __ _ __| (___ | | _____| |_ ___| |__ \ \ /\ / /__ _ __| | _____ + / /\ \ | '_ \| '_ \\___ \| |/ / _ \ __/ __| '_ \ \ \/ \/ / _ \| '__| |/ / __| + / ____ \| |_) | |_) |___) | < __/ || (__| | | | \ /\ / (_) | | | <\__ \ + /_/ \_\ .__/| .__/_____/|_|\_\___|\__\___|_| |_| \/ \/ \___/|_| |_|\_\___/ + | | | | + |_| |_| Powered by GeedgeNetworks
\ No newline at end of file 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 |
