取名小程序开发

This commit is contained in:
cjd
2025-11-05 00:22:09 +08:00
parent 271d207611
commit 6268c82b9c
24 changed files with 1508 additions and 0 deletions

13
NamingAssistant/app.json Normal file
View File

@@ -0,0 +1,13 @@
{
"pages": [
"pages/home/index",
"pages/result/index",
"pages/favorites/index"
],
"window": {
"navigationBarTitleText": "取名小程序",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundTextStyle": "light"
}
}