config.json
2025年1月17日小于 1 分钟
config.json
提示
开发指南仅针对私有化部署方式使用。
目录:/static/config/config.json
{
"app": {
"name": "太极河图",
"ename": "TAIJI HETU",
"shortName": "河图",
"copyright": "Copyright",
"company": "太极计算机股份有限公司",
"links": {
"help": {
"name": "帮助文档",
"link": "https://hetu.taiji.com.cn/docs/2025.2/"
},
"agreement": {
"name": "服务协议",
"link": "./account/index.html#/agreement"
},
"clause": {
"name": "隐私条款",
"link": "./account/index.html#/clause"
}
},
"cloud": false, // 云平台模式: 支持注册、短信验证、短信邀请等功能
"domain": "", // 主域名, 用于支持下级域名访问空间模式
"contextpath": "", // 上下文路径
"tokenExpires": 36000, // token 过期时间
"icp": "", // 京ICP备-文字
"pns": "" // 京公网安备-文字
},
"layout": {
"theme": "light", // 主题色
"navTheme": "light", // 菜单主题
"navLayout": "top", // 菜单布局,可配置side/top/both
"collapsed": false, // 默认是否折叠
"fixedHeader": true, // 头部菜单是否固定
"fixedSider": true, // 左侧菜单是否固定
"contentWidth": "fixed", // 固定内容宽度
"footer": true, // 页脚,默认开启
"footerLinks": true // 页面链接
}
}