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 · 酒水进销存管理系统
-
+
+
+
+
产品信息
@@ -49,15 +56,12 @@
产品定位酒水进销存 / 财务 / 防伪溯源
- 授权信息
-
-
授权状态已授权
-
到期日2027-03-15
-
剩余天数267 天
-
+
更新日志
+
+
@@ -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('');
-