smart-home/smart-home-app/pages.json
2026-02-26 09:16:34 +08:00

273 lines
5.2 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "CookSense Hub",
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/device/list",
"style": {
"navigationBarTitleText": "设备列表"
}
},
{
"path": "pages/device/add",
"style": {
"navigationBarTitleText": "添加设备"
}
},
{
"path": "pages/device/detail",
"style": {
"navigationBarTitleText": "设备详情"
}
},
{
"path": "pages/device/room",
"style": {
"navigationBarTitleText": "房间设备"
}
},
{
"path": "pages/room/manage",
"style": {
"navigationBarTitleText": "房间管理"
}
},
{
"path": "pages/room/settings",
"style": {
"navigationBarTitleText": "房间设置"
}
},
{
"path": "pages/monitor/select-host",
"style": {
"navigationBarTitleText": "选择主机"
}
},
{
"path": "pages/monitor/index",
"style": {
"navigationBarTitleText": "实时监控"
}
},
{
"path": "pages/scene/index",
"style": {
"navigationBarTitleText": "我的场景"
}
},
{
"path": "pages/scene/edit",
"style": {
"navigationBarTitleText": "编辑场景"
}
},
{
"path": "pages/scene/control",
"style": {
"navigationBarTitleText": "场景控制"
}
},
{
"path": "pages/control/ir-switch",
"style": {
"navigationBarTitleText": "红外开关"
}
},
{
"path": "pages/control/ac",
"style": {
"navigationBarTitleText": "空调控制",
"navigationStyle": "custom"
}
},
{
"path": "pages/control/ac-pair",
"style": {
"navigationBarTitleText": "空调配对"
}
},
{
"path": "pages/control/rf433",
"style": {
"navigationBarTitleText": "RF433开关"
}
},
{
"path": "pages/control/gas-valve",
"style": {
"navigationBarTitleText": "燃气阀控制",
"navigationStyle": "custom"
}
},
{
"path": "pages/rule/list",
"style": {
"navigationBarTitleText": "规则管理"
}
},
{
"path": "pages/rule/edit",
"style": {
"navigationBarTitleText": "编辑规则"
}
},
{
"path": "pages/ota/index",
"style": {
"navigationBarTitleText": "固件升级"
}
},
{
"path": "pages/message/index",
"style": {
"navigationBarTitleText": "消息中心"
}
},
{
"path": "pages/settings/index",
"style": {
"navigationBarTitleText": "偏好设置",
"navigationStyle": "custom"
}
},
{
"path": "pages/settings/device-config",
"style": {
"navigationBarTitleText": "设备配置"
}
},
{
"path": "pages/settings/network",
"style": {
"navigationBarTitleText": "网络设置"
}
},
{
"path": "pages/settings/tiqiaa",
"style": {
"navigationBarTitleText": "Tiqiaa设置"
}
},
{
"path": "pages/settings/dev-tools",
"style": {
"navigationBarTitleText": "开发者工具",
"navigationStyle": "custom"
}
},
{
"path": "pages/kitchen/main",
"style": {
"navigationBarTitleText": "厨房监控",
"navigationStyle": "custom"
}
},
{
"path": "pages/kitchen/monitor",
"style": {
"navigationBarTitleText": "实时监控",
"navigationStyle": "custom"
}
},
{
"path": "pages/kitchen/history",
"style": {
"navigationBarTitleText": "报警历史",
"navigationStyle": "custom"
}
},
{
"path": "pages/kitchen/settings",
"style": {
"navigationBarTitleText": "高级选项",
"navigationStyle": "custom"
}
},
{
"path": "pages/test/wifi-power",
"style": {
"navigationBarTitleText": "WiFi省电测试",
"navigationStyle": "custom"
}
},
{
"path": "pages/test/device-discovery-test",
"style": {
"navigationBarTitleText": "设备发现测试",
"navigationStyle": "custom"
}
},
{
"path": "pages/living/monitor",
"style": {
"navigationBarTitleText": "客厅监控",
"navigationStyle": "custom"
}
},
{
"path": "pages/device-discovery/device-discovery",
"style": {
"navigationBarTitleText": "设备发现",
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "CookSense Hub",
"navigationBarBackgroundColor": "#3498DB",
"backgroundColor": "#f5f5f5"
},
"tabBar": {
"color": "#666666",
"selectedColor": "#9B59B6",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "Home",
"iconPath": "static/icons/home.png",
"selectedIconPath": "static/icons/home.png"
},
{
"pagePath": "pages/kitchen/main",
"text": "Monitor",
"iconPath": "static/icons/nonitor.png",
"selectedIconPath": "static/icons/nonitor.png"
},
{
"pagePath": "pages/settings/index",
"text": "Preference",
"iconPath": "static/icons/my.png",
"selectedIconPath": "static/icons/my.png"
},
{
"pagePath": "pages/kitchen/settings",
"text": "Sys setting",
"iconPath": "static/icons/advanced.png",
"selectedIconPath": "static/icons/advanced.png"
}
]
}
}