初始化项目
This commit is contained in:
8
src/main/resources/static/banner.txt
Normal file
8
src/main/resources/static/banner.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
_____ _ _ _ __ __ _
|
||||
/\ / ____| | | | | | \ \ / / | |
|
||||
/ \ _ __ _ __| (___ | | _____| |_ ___| |__ \ \ /\ / /__ _ __| | _____
|
||||
/ /\ \ | '_ \| '_ \\___ \| |/ / _ \ __/ __| '_ \ \ \/ \/ / _ \| '__| |/ / __|
|
||||
/ ____ \| |_) | |_) |___) | < __/ || (__| | | | \ /\ / (_) | | | <\__ \
|
||||
/_/ \_\ .__/| .__/_____/|_|\_\___|\__\___|_| |_| \/ \/ \___/|_| |_|\_\___/
|
||||
| | | |
|
||||
|_| |_| Powered by GeedgeNetworks
|
||||
10
src/main/resources/static/magic-editor.js
Normal file
10
src/main/resources/static/magic-editor.js
Normal file
@@ -0,0 +1,10 @@
|
||||
var MAGIC_EDITOR_CONFIG = {
|
||||
title: 'digital horizon api',
|
||||
header: {
|
||||
skin: true, // 屏蔽皮肤按钮
|
||||
document: true, // 屏蔽文档按钮
|
||||
repo: false, // 屏蔽gitee和github
|
||||
qqGroup: false // 屏蔽加入QQ群
|
||||
}
|
||||
// 其它配置参考本页中其它配置项
|
||||
}
|
||||
Reference in New Issue
Block a user