From d059f6f0a3ffebd0d3d7cfebe907a29d2bb5db0e Mon Sep 17 00:00:00 2001 From: "1147192855@qq.com" <1147192855@qq.com> Date: Tue, 13 Aug 2024 09:35:29 +0800 Subject: [PATCH] no message --- .gitignore | 2 ++ .../lib/page/global_widget/other_page.dart | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ea828da..d077d2e 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,5 @@ making_school_asignment_app/lib/common/api/retrofit_client.g.dart making_school_asignment_app/lib/page/home_page/children/read_over/read_over_view.g.dart .vscode/settings.json .vscode/launch.json +making_school_asignment_app/.fvm/fvm_config.json +making_school_asignment_app/.fvm/flutter_sdk diff --git a/making_school_asignment_app/lib/page/global_widget/other_page.dart b/making_school_asignment_app/lib/page/global_widget/other_page.dart index 9a36d0d..db703b4 100644 --- a/making_school_asignment_app/lib/page/global_widget/other_page.dart +++ b/making_school_asignment_app/lib/page/global_widget/other_page.dart @@ -111,7 +111,7 @@ class _OhterPageState extends State { Row( mainAxisSize: MainAxisSize.min, mainAxisAlignment: MainAxisAlignment.center, - children: [Text('APP备案号: ', style: personalInfoTitleStly), quickText('渝ICP备17007225号-3A', size: 14.sp)], + children: [Text('APP备案号: ', style: personalInfoTitleStly), quickText('渝ICP备17007225号-4A', size: 14.sp)], ), ], ));