a661e439a0
Add the current frontend codebase with a baseline .gitignore and update piano-specific UI terms to teaching-oriented terms for the current product context. Made-with: Cursor
18 lines
376 B
JSON
18 lines
376 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/download/download"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "慧添翼课后辅导系统",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"style": "v2",
|
|
"requiredBackgroundModes": [
|
|
"audio"
|
|
],
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|