feat(client): 授权管理独立一级屏——授权/购买续费/订单管理三 tab(桌面+移动)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-07-11 00:24:59 +08:00
parent 9fe1e2766f
commit 22e07613a1
60 changed files with 1598 additions and 96 deletions
+12
View File
@@ -90,6 +90,18 @@ export const SCREENS = {
waitFor: '.app',
threshold: 0.05, // 实测 2.7% + 2pp2026-07-07 收紧,原 0.08
},
license: {
// 2026-07-10 授权管理独立一级屏(原 settings 授权 tab 提升);golden 默认
// 落「授权信息」tab(与原型截图默认态一致,仅原型 .ds-states 演示开关
// 隐藏不入镜)。已知差异:KPI「当前授权 · X」用 lic.typeLabel(月度/年度/
// 永久/试用),无法映射原型的套餐档位名(标准版/高级版,后端未存该轴)。
// 校准:实测 a 3.7 / b 2.2 / c 4.0%
html: 'design/prototype/screens/license.html',
prefix: 'license',
width: 1280, height: 900, dpr: 2,
waitFor: '.app',
threshold: 0.06, // 实测 4.0% + 2pp
},
'stock-in': {
html: 'design/prototype/screens/stock-in-list.html',
prefix: 'stock_in_list',