From 781e2c5e2d2cbdecdb78999ab11a220632a3fe10 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Sat, 4 Jul 2026 10:35:27 +0800 Subject: [PATCH] =?UTF-8?q?docs(design):=20=E7=A7=BB=E5=8A=A8=E5=8E=9F?= =?UTF-8?q?=E5=9E=8B=20=E8=AE=BE=E5=A4=87/=E8=AE=BE=E7=BD=AE/=E6=8E=88?= =?UTF-8?q?=E6=9D=83=E7=AE=A1=E7=90=86/=E5=85=B3=E4=BA=8E=20=E5=9B=9B?= =?UTF-8?q?=E5=B1=8F=E5=AF=B9=E9=BD=90=E6=A1=8C=E9=9D=A2=E8=83=BD=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - m-devices:补 登录设备管理 卡片流(用户/平台/IP/最近活跃 + 本机标识 + 详情 sheet 强制下线);外设卡补 连接方式/最近活动 + 测试/配置/解绑;添加设备入口 移至区块行(无 FAB),sheet 表单登记;打印模板区块按拍板裁剪 - m-settings:hub 升级为真实 5 面板——门店信息 sheet 表单 / 用户与角色 / 编号规则(新)/ 授权管理(改词+二级视图)/ 偏好(主题+默认仓库,打印偏好删) - 授权管理二级视图:授权信息三行 + 在线购买卡(特惠/标准/高级 tab、年付省2月 划线原价与省钱行、支付宝支付 → waiting → success 三阶段)+ 兑换券 + 降级规则, 对齐 settings_screen 四卡与 purchase_card 三阶段 - m-about:hero 下补 官网/微信客服/隐私政策/服务条款 链接组;反馈升级为 sheet 表单(类型 chip+描述+联系方式);页脚 © + 京ICP备2026039814号; 授权信息块删除(随真相源迁设置);版本示例 v1.1.3 - CONTRACT 增「移动愿景原型」小节:m-* 为移动目标设计(tab+我的),与 Flutter 当前响应式复用为有意愿景超前;登记已对齐屏与「移动无建单/无打印」裁剪口径 Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01JJ1g8XV1YhhmHRzhwWEW7o --- .superpowers/prototype/screens/m-about.html | 28 +++- .superpowers/prototype/screens/m-devices.html | 60 ++++++-- .../prototype/screens/m-settings.html | 138 ++++++++++++++++-- design/CONTRACT.md | 4 + 4 files changed, 194 insertions(+), 36 deletions(-) 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}
    ${g.items.map(it=>`
  • ${it}
  • `).join('')}
`).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` 现已被库存/往来/入出库/财务/设备/设置/关于复用——新屏直接套,无需重做徽章/卡片。 ### 全量清扫收尾(其余屏状态)