mcy_new #1

Merged
wangyang merged 179 commits from mcy_new into master 2025-08-28 10:10:45 +08:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit d059f6f0a3 - Show all commits

2
.gitignore vendored
View File

@ -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

View File

@ -111,7 +111,7 @@ class _OhterPageState extends State<OhterPage> {
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)],
),
],
));