From 5b6ad327eb01e1a6faf1a5bc92f7182ed315daab Mon Sep 17 00:00:00 2001 From: shenghuo2 <1308357113@qq.com> Date: Sun, 22 Jun 2025 16:13:22 +0800 Subject: [PATCH] docs: update readme with new profile pages and file structure --- README.md | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8cf639c..5c0ff9a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ - **profile/mijiazhongce.html** - 米家众测:产品试用申请 - **profile/product-encyclopedia.html** - 产品百科:产品知识 - **profile/whole-house-smart.html** - 全屋智能:智能解决方案 +- **profile/voice-settings.html** - 语音设置:小爱设置,语音控制管理 +- **profile/my-youpin.html** - 我的有品:订单管理,购物功能 +- **profile/hub-gateway.html** - 中枢与网关:网关设备管理 +- **profile/device-consumables.html** - 设备耗材:耗材管理,购买提醒 +- **profile/share.html** - 分享页面:设备分享,权限管理 +- **profile/home-network.html** - 家庭网络:网络设置,连接管理 ## 💻 核心代码解释 @@ -101,7 +107,7 @@ function updateSensorData() { ``` project-fin-takeaway/ ├── index.html # 米家首页 - 设备控制中心 -├── home.html # 备用首页文件 + ├── smart.html # 智能页面 ├── product.html # 产品页面 ├── mall.html # 商城页面 @@ -110,7 +116,16 @@ project-fin-takeaway/ ├── profile/ │ ├── user-profile.html # 个人资料详情页面 │ ├── settings.html # 设置页面 -│ └── home-network.html # 家庭网络页面 +│ ├── home-network.html # 家庭网络页面 +│ ├── voice-settings.html # 语音设置页面 +│ ├── my-youpin.html # 我的有品页面 +│ ├── hub-gateway.html # 中枢与网关页面 +│ ├── device-consumables.html # 设备耗材页面 +│ ├── scene.html # 智能场景页面 +│ ├── mijiazhongce.html # 米家众测页面 +│ ├── product-encyclopedia.html # 产品百科页面 +│ ├── whole-house-smart.html # 全屋智能页面 +│ └── share.html # 分享页面 ├── notifications.html # 通知中心页面 ├── environment-settings.html # 环境设置页面 @@ -171,12 +186,17 @@ npx http-server │ ├── mall.html ───── 商城页面 │ └── profile.html ── 个人中心 │ ├── → profile/user-profile.html -│ ├── → profile/scene.html -│ ├── → profile/mijiazhongce.html -│ ├── → profile/product-encyclopedia.html -│ ├── → profile/whole-house-smart.html -│ ├── → profile/settings.html -│ └── → profile/home-network.html + ├── → profile/scene.html + ├── → profile/mijiazhongce.html + ├── → profile/product-encyclopedia.html + ├── → profile/whole-house-smart.html + ├── → profile/voice-settings.html + ├── → profile/my-youpin.html + ├── → profile/hub-gateway.html + ├── → profile/device-consumables.html + ├── → profile/share.html + ├── → profile/settings.html + └── → profile/home-network.html └── 📁 资源文件 ├── styles/ ──── CSS样式 ├── scripts/ ─── JavaScript