This commit is contained in:
2026-06-15 22:46:12 +08:00
commit f6508eccdb
38 changed files with 3133 additions and 0 deletions

16
hbuilder_app/pages.json Normal file
View File

@@ -0,0 +1,16 @@
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "SyncTV"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "SyncTV",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#f8fafc"
}
}