You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.9 KiB
32 lines
1.9 KiB
3 years ago
|
YL.static = {
|
||
|
/** “关于”信息 */
|
||
|
softwareName: 'Luckey', //网站名。请在此处填写您自己的网站名,如王小明的博客。
|
||
|
version: "1.0.0", // 网站版本号
|
||
|
iconBtnStart: 'html5', //主图标
|
||
|
author: 'Luckey',//作者
|
||
|
contactInformation: 'QQ:16463223',//联系方式
|
||
|
officialWebsite: 'http://www.luckyzmj.cn',//软件官网
|
||
|
welcome: '本网站UI由 YLUI 强力驱动\n更多信息://ylui.yuri2.cn',//加载完毕控制台提示信息
|
||
|
copyrightDetail: '仅用于个人用户学习使用',//版权详细信息
|
||
|
otherStatements: '',//其他信息(可留空)
|
||
|
|
||
|
/**————————————————————————————————————————————————————————————————————————————————————————————*/
|
||
|
/** YLUI基础设置 */
|
||
|
lang: 'zh-cn', //语言
|
||
|
localStorageName: "ylui-storage", //ls存储名
|
||
|
lockedApps: ['yl-system', 'yl-color-picker', 'ylui-fa', 'yl-browser', 'yl-server'], // 锁定的应用(不允许被脚本修改)
|
||
|
trustedApps: ['yl-server'], // 受信任的应用(可以使用敏感API)
|
||
|
debug: false,//启用更多调试信息
|
||
|
beforeOnloadEnable: true,//启用关闭前询问(打包app时请关闭防止出错)
|
||
|
WarningPerformanceInIE: true,//在IE下提示体验不佳信息
|
||
|
languages: {}, //推荐留空,自动从文件加载
|
||
|
changeable: true,//存档数据是否可被普通用户修改
|
||
|
dataCenter: true,//是否展示数据管理中心
|
||
|
|
||
|
/**————————————————————————————————————————————————————————————————————————————————————————————*/
|
||
|
/** YLUI注册信息 */
|
||
|
authorization: '社区版',//授权类型
|
||
|
serialNumber: null,//序列号
|
||
|
|
||
|
};
|