mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 05:34:45 +08:00
feat: 多语言 基础支持
This commit is contained in:
@ -74,9 +74,7 @@ class HomeGameLoginDialogUI extends HookConsumerWidget {
|
||||
fontSize: 24, fontWeight: FontWeight.bold),
|
||||
),
|
||||
const SizedBox(height: 32),
|
||||
Text(loginState.loginStatus == 2
|
||||
? "正在为您启动游戏..."
|
||||
: "正在等待优化CPU参数..."),
|
||||
const Text("正在为您启动游戏..."),
|
||||
const SizedBox(height: 12),
|
||||
const ProgressRing(),
|
||||
],
|
||||
|
Reference in New Issue
Block a user