-
Notifications
You must be signed in to change notification settings - Fork 234
/
configs.js
31 lines (28 loc) · 1.85 KB
/
configs.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
YL.static = {
/** “关于”信息 */
softwareName: 'YLUI DEMO', //网站名。请在此处填写您自己的网站名,如王小明的博客。
version: "1.0.0", // 网站版本号
iconBtnStart: 'html5', //主图标
author: 'null',//作者
contactInformation: 'null',//联系方式
officialWebsite: '//null',//软件官网
welcome: '本网站UI由 YLUI 强力驱动\n更多信息://ylui.yuri2.cn',//加载完毕控制台提示信息
copyrightDetail: 'null',//版权详细信息
otherStatements: '',//其他信息(可留空)
/**————————————————————————————————————————————————————————————————————————————————————————————*/
/** YLUI基础设置 */
lang: 'zh-cn', //语言
localStorageName: "ylui-storage", //ls存储名
lockedApps: ['yl-system', 'yl-color-picker', 'ylui-fa', 'yl-browser'], // 锁定的应用(不允许被脚本修改)
trustedApps: [], // 受信任的应用(可以使用敏感API)
debug: false,//启用更多调试信息
beforeOnloadEnable: true,//启用关闭前询问(打包app时请关闭防止出错)
WarningPerformanceInIE: true,//在IE下提示体验不佳信息
languages: {}, //推荐留空,自动从文件加载
changeable: true,//存档数据是否可被普通用户修改
dataCenter: true,//是否展示数据管理中心
/**————————————————————————————————————————————————————————————————————————————————————————————*/
/** YLUI注册信息 */
authorization: '社区版',//授权类型
serialNumber: null,//序列号
};