feat: Proxy Source

This commit is contained in:
2024-09-04 19:02:31 +08:00
parent 74fe0457f0
commit 308480095b
12 changed files with 152 additions and 77 deletions

View File

@ -673,8 +673,8 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Launching game for you ..."),
"home_login_title_welcome_back":
MessageLookupByLibrary.simpleMessage("Welcome back!"),
"home_not_installed_or_failed": MessageLookupByLibrary.simpleMessage(
"Unpacking or installation failed"),
"home_not_installed_or_failed":
MessageLookupByLibrary.simpleMessage("Your computer"),
"home_title_app_name":
MessageLookupByLibrary.simpleMessage("SCToolBox"),
"home_title_logging_in":

View File

@ -607,7 +607,7 @@ class MessageLookup extends MessageLookupByLibrary {
"home_login_title_welcome_back":
MessageLookupByLibrary.simpleMessage("欢迎回来!"),
"home_not_installed_or_failed":
MessageLookupByLibrary.simpleMessage("未安装 或 安装失败"),
MessageLookupByLibrary.simpleMessage("您的电脑"),
"home_title_app_name": MessageLookupByLibrary.simpleMessage("SC汉化盒子"),
"home_title_logging_in": MessageLookupByLibrary.simpleMessage("登录中..."),
"lobby_invitation_to_participate":

View File

@ -608,7 +608,7 @@ class MessageLookup extends MessageLookupByLibrary {
"home_login_title_welcome_back":
MessageLookupByLibrary.simpleMessage("歡迎回來!"),
"home_not_installed_or_failed":
MessageLookupByLibrary.simpleMessage("未安裝 或 安裝失敗"),
MessageLookupByLibrary.simpleMessage("您的電腦"),
"home_title_app_name": MessageLookupByLibrary.simpleMessage("SC工具箱"),
"home_title_logging_in":
MessageLookupByLibrary.simpleMessage("正在登入..."),

View File

@ -1230,10 +1230,10 @@ class S {
);
}
/// `Unpacking or installation failed`
/// `Your computer`
String get home_not_installed_or_failed {
return Intl.message(
'Unpacking or installation failed',
'Your computer',
name: 'home_not_installed_or_failed',
desc: '',
args: [],