chore: track root project files and subrepos
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "短信助手"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/logs/logs",
|
||||
"style": {
|
||||
"navigationBarTitleText": "上传日志"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"uniIdRouter": {}
|
||||
}
|
||||
Reference in New Issue
Block a user