summaryrefslogtreecommitdiff
path: root/src/main/resources/static/magic-editor.js
blob: 17c6152223a21d3eb793818e4d13ba685352fe67 (plain)
1
2
3
4
5
6
7
8
9
10
var MAGIC_EDITOR_CONFIG = {
    title: 'digital horizon api',
    header: {
        skin: true,    // 屏蔽皮肤按钮
        document: true,    // 屏蔽文档按钮
        repo: false,    // 屏蔽gitee和github
        qqGroup: false  // 屏蔽加入QQ群
    }
    // 其它配置参考本页中其它配置项
}