feat(client): 关于页页脚改为 App 备案号-2A(工信部 App 备案 2026-07-15 下号,原型同步)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-07-15 06:49:50 +08:00
parent 737b1481a6
commit c9936df780
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -70,7 +70,8 @@ class _AboutScreenState extends ConsumerState<AboutScreen> {
InkWell(
onTap: () =>
launchUrl(Uri.parse('https://beian.miit.gov.cn')),
child: Text('京ICP备2026039814号',
// App 备案号(-2A,与网站号 -1 区分):工信部要求 App 显著位置标注
child: Text('京ICP备2026039814号-2A',
style: TextStyle(
fontSize: AppDims.fsXs, color: t.faint)),
),
@@ -136,7 +137,7 @@ class _AboutScreenState extends ConsumerState<AboutScreen> {
InkWell(
onTap: () =>
launchUrl(Uri.parse('https://beian.miit.gov.cn')),
child: Text('京ICP备2026039814号',
child: Text('京ICP备2026039814号-2A',
style: TextStyle(fontSize: AppDims.fsXs, color: t.faint)),
),
],