diff --git a/.superpowers/prototype/screens/m-about.html b/.superpowers/prototype/screens/m-about.html index 90e0778..58525e0 100644 --- a/.superpowers/prototype/screens/m-about.html +++ b/.superpowers/prototype/screens/m-about.html @@ -37,9 +37,16 @@
岩美酒库
-
v1.0.72 · 酒水进销存管理系统
+
v1.1.3 · 酒水进销存管理系统
检查更新
-
反馈 Bug
功能建议
+
反馈 Bug
功能建议
+
+ +
+ 官方网站 + 微信客服 + 隐私政策 + 服务条款
产品信息
@@ -49,15 +56,12 @@
产品定位酒水进销存 / 财务 / 防伪溯源
-
授权信息
-
-
授权状态已授权
-
到期日2027-03-15
-
剩余天数267 天
-
+
更新日志
+ +
© 2026 岩美科技 · 保留所有权利 · 京ICP备2026039814号
@@ -84,6 +88,14 @@ const CHANGELOG=[ ]}, ]; const tagCls={feat:'tlt-feat',impr:'tlt-impr',fix:'tlt-fix'}; +let fbType='Bug'; +function openFb(t){ fbType=t; drawFb(); } +function drawFb(){ + openSheet('意见反馈', `
${['Bug','功能建议','其他'].map(v=>`
${v}
`).join('')}
+
+
+
取消
提交
`); +} document.getElementById('tl').innerHTML=CHANGELOG.map(v=>`
${v.ver}${v.date}
${v.groups.map(g=>`
${g.label}
`).join('')}
`).join(''); diff --git a/.superpowers/prototype/screens/m-devices.html b/.superpowers/prototype/screens/m-devices.html index 50bed2b..816629f 100644 --- a/.superpowers/prototype/screens/m-devices.html +++ b/.superpowers/prototype/screens/m-devices.html @@ -11,31 +11,65 @@
-
+
-
已连接设备
+
登录设备管理
+
+
外设设备+ 添加设备
-
diff --git a/.superpowers/prototype/screens/m-settings.html b/.superpowers/prototype/screens/m-settings.html index 4d719a2..b2452ad 100644 --- a/.superpowers/prototype/screens/m-settings.html +++ b/.superpowers/prototype/screens/m-settings.html @@ -13,27 +13,135 @@
-
门店
-
- 门店信息 - 用户与角色 - 授权兑换券 + + + -
偏好
- -
数据
-
- 数据备份 - 关于与版本 + + + +
+ diff --git a/design/CONTRACT.md b/design/CONTRACT.md index 304c4f3..e36dc73 100644 --- a/design/CONTRACT.md +++ b/design/CONTRACT.md @@ -123,6 +123,10 @@ AppTokens 目前**仅颜色**。原型还驱动: | 购买卡(首月特惠/标准/高级 tab + 年付月付 + 支付轮询三态) | `purchase_card.dart` | 无独立 golden;改动后人工目检 + `flutter test` 回归 | 价格展示以 `license_plans.dart` 为源,实付以 pay 侧为准 | | 官网 定价区/checkout/license-result/profile/logout | `web/index.njk` `checkout.njk` 等 | 人工验收(web 无 golden 体系) | 原型 `pricing.html`/`checkout.html` 为当初设计参考,已漂移,视为历史快照 | +### 移动愿景原型(m-*,2026-07-04 起对齐轮) + +`m-*` 屏是**移动端目标设计**(底部 tab + 「我的」hub 导航),Flutter 窄屏当前为响应式复用桌面屏(Drawer 导航),tab 形态未实现——两者差异是**有意的愿景超前**,不算漂移。已按桌面/实现能力对齐的移动屏:`m-stock-in-list`/`m-stock-out-list`(详细搜索/退单/确认定价/KPI)、`m-devices`(登录会话+外设,**打印相关移动端裁剪**)、`m-settings`(5 面板 + 授权管理二级视图=授权信息/在线购买/兑换券/降级规则)、`m-about`(链接行/反馈表单/ICP 页脚,授权块已删随迁)。移动端**不提供建单入口**(无 + / FAB)。Flutter 移动改版实现时以这批原型为 design-first 基准。 + > **共享组件杠杆**:`StatusBadge`(入/出库单据状态)一处升级两屏受益;`StatusPill`/`KpiCard` 现已被库存/往来/入出库/财务/设备/设置/关于复用——新屏直接套,无需重做徽章/卡片。 ### 全量清扫收尾(其余屏状态)