feat: add c-end prototype and reorganize tenant admin prototype

This commit is contained in:
2026-03-09 10:14:31 +08:00
parent 80d9789c70
commit cdb5f47c65
122 changed files with 5580 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
*** Begin Patch
*** Update File: README.md
@@
-## 当前仓库内容
-
-- `小程序C端功能需求文档.md`:原始总需求文档
-- `docs/`:拆分后的实施文档
+## 当前仓库内容
+
+- `小程序C端功能需求文档.md`:原始总需求文档
+- `docs/`:拆分后的实施文档
+- `index.html`:按 `plan.md` 落地的可点击 C 端原型演示页
+
+## 原型预览
+
+- 直接在浏览器打开 `index.html`
+- 左侧为阶段计划与页面导航,右侧为移动端原型画布
+- 已覆盖首页、点餐、订单、我的、结算、支付成功、订单详情、退款、评价、会员资产、活动页与辅助页
*** End Patch