upload project source code

This commit is contained in:
2026-04-30 18:49:43 +08:00
commit 9b394ba682
2277 changed files with 660945 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
{
"easycom": {
"autoscan": true,
"custom": {
"^(.*)Screen$": "@/components/screens/$1Screen.vue"
}
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
}
,
{
"path": "pages/test-name-live/test-name-live",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "起名小程序",
"navigationBarBackgroundColor": "#fdfbf7",
"backgroundColor": "#f2e6d8"
},
"permission": {
"scope.writePhotosAlbum": {
"desc": "保存海报图片到相册"
}
}
}