更新描述中的应用名

This commit is contained in:
2023-12-11 23:56:17 +08:00
parent a8ce60bd98
commit bb82b711dc
3 changed files with 6 additions and 7 deletions

View File

@ -36,7 +36,7 @@ class AboutUI extends BaseUI<AboutUIModel> {
child: Padding(
padding: const EdgeInsets.all(24),
child: Text(
"不仅仅是汉化!\n\n星际公民盒子是你探索宇宙的好帮手,我们致力于为各位公民解决游戏中的常见问题,并为社区汉化、性能调优、常用网站汉化 等操作提供便利。",
"不仅仅是汉化!\n\nSC汉化盒子是你探索宇宙的好帮手,我们致力于为各位公民解决游戏中的常见问题,并为社区汉化、性能调优、常用网站汉化 等操作提供便利。",
style: TextStyle(
fontSize: 14, color: Colors.white.withOpacity(.9)),
),