From bb82b711dcd43d716bfedb59caa03e7c69405d1e Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Mon, 11 Dec 2023 23:56:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=8F=E8=BF=B0=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E5=BA=94=E7=94=A8=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ui/about/about_ui.dart | 2 +- lib/ui/home/home_ui_model.dart | 2 +- lib/ui/home/login/login_dialog_ui_model.dart | 9 ++++----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/lib/ui/about/about_ui.dart b/lib/ui/about/about_ui.dart index 7cd8b89..28809ec 100644 --- a/lib/ui/about/about_ui.dart +++ b/lib/ui/about/about_ui.dart @@ -36,7 +36,7 @@ class AboutUI extends BaseUI { child: Padding( padding: const EdgeInsets.all(24), child: Text( - "不仅仅是汉化!\n\n星际公民盒子是你探索宇宙的好帮手,我们致力于为各位公民解决游戏中的常见问题,并为社区汉化、性能调优、常用网站汉化 等操作提供便利。", + "不仅仅是汉化!\n\nSC汉化盒子是你探索宇宙的好帮手,我们致力于为各位公民解决游戏中的常见问题,并为社区汉化、性能调优、常用网站汉化 等操作提供便利。", style: TextStyle( fontSize: 14, color: Colors.white.withOpacity(.9)), ), diff --git a/lib/ui/home/home_ui_model.dart b/lib/ui/home/home_ui_model.dart index 863e982..8c83161 100644 --- a/lib/ui/home/home_ui_model.dart +++ b/lib/ui/home/home_ui_model.dart @@ -462,7 +462,7 @@ class HomeUIModel extends BaseUIModel { "星际公民网站汉化", const Text( "本插功能件仅供大致浏览使用,不对任何有关本功能产生的问题负责!在涉及账号操作前请注意确认网站的原本内容!" - "\n\n\n使用此功能登录账号时请确保您的 星际公民盒子 是从可信任的来源下载。", + "\n\n\n使用此功能登录账号时请确保您的 SC汉化盒子 是从可信任的来源下载。", style: TextStyle(fontSize: 16), ), constraints: BoxConstraints( diff --git a/lib/ui/home/login/login_dialog_ui_model.dart b/lib/ui/home/login/login_dialog_ui_model.dart index b205c50..809667d 100644 --- a/lib/ui/home/login/login_dialog_ui_model.dart +++ b/lib/ui/home/login/login_dialog_ui_model.dart @@ -136,10 +136,10 @@ class LoginDialogModel extends BaseUIModel { if (skip != tipVersion) { final ok = await showConfirmDialogs( context!, - "星际公民盒子一键启动", + "盒子一键启动", const Text( - "本功能可以帮您更加便利的启动游戏。\n\n为确保账户安全 ,本功能使用汉化浏览器保留登录状态,且不会保存您的密码信息,与 RSI 启动器行为一致。" - "\n\n使用此功能登录账号时请确保您的 星际公民盒子 是从可信任的来源下载。", + "本功能可以帮您更加便利的启动游戏。\n\n为确保账户安全 ,本功能使用汉化浏览器保留登录状态,且不会保存您的密码信息(除非你启用了自动填充功能)。" + "\n\n使用此功能登录账号时请确保您的 SC汉化盒子 是从可信任的来源下载。", style: TextStyle(fontSize: 16), ), constraints: BoxConstraints( @@ -220,8 +220,7 @@ class LoginDialogModel extends BaseUIModel { await Future.delayed(const Duration(seconds: 1)); await Future.delayed(const Duration(seconds: 3)); - final processorAffinity = - await SystemHelper.getCpuAffinity(); + final processorAffinity = await SystemHelper.getCpuAffinity(); homeUIModel.doLaunchGame( '$installPath\\$executable',