feat(web): 新增更新日志、服务条款、隐私政策页面;关于页更新日志链接修正
- web/dist/changelog/ 版本历史页,收录 v1.0.0–v1.0.29 全部发版记录 - web/dist/terms/ 服务条款页(付费/授权/数据/免责等) - web/dist/privacy/ 隐私政策页(数据收集/使用/共享/用户权利等) - 全站页脚补充 更新日志、服务条款、隐私政策三个链接 - about_screen 「更新日志」按钮链接由 /downloads/ 改为 /changelog/ - 新增 backend/cmd/issue 工具,用于签发指定门店的授权码 token Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -101,7 +101,7 @@ class _AboutScreenState extends ConsumerState<AboutScreen> {
|
||||
),
|
||||
OutlinedButton.icon(
|
||||
onPressed: () async {
|
||||
final url = Uri.parse('${AppInfo.website}/downloads/');
|
||||
final url = Uri.parse('${AppInfo.website}/changelog/');
|
||||
if (await canLaunchUrl(url)) launchUrl(url);
|
||||
},
|
||||
icon: const Icon(Icons.history_outlined, size: 16),
|
||||
|
||||
Reference in New Issue
Block a user