flat: 添加config项目配置文件
This commit is contained in:
28
config.js
Normal file
28
config.js
Normal file
@@ -0,0 +1,28 @@
|
||||
module.exports = {
|
||||
baseUrl: '',
|
||||
// 图片地址
|
||||
imageUrl: '',
|
||||
// 显示标题
|
||||
showTitle: false,
|
||||
// 应用信息
|
||||
appInfo: {
|
||||
// 应用名称
|
||||
name: "",
|
||||
// 应用版本
|
||||
version: "1.0.0",
|
||||
// 应用logo
|
||||
logo: "",
|
||||
// 官方网站
|
||||
site_url: "",
|
||||
// 政策协议
|
||||
agreements: [{
|
||||
title: "隐私政策",
|
||||
url: ""
|
||||
},
|
||||
{
|
||||
title: "用户服务协议",
|
||||
url: ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user