2 Commits

Author SHA1 Message Date
c9847fdd18 bugfix 2024-10-09 10:16:43 +08:00
67549d4580 bump: RSI Launcher 2.0.5 2024-09-26 20:03:07 +08:00

13
main.js
View File

@ -1,4 +1,4 @@
/*! For license information please see main.ade910f7.js.LICENSE.txt */
/*! For license information please see main.43e60bfe.js.LICENSE.txt */
(() => {
const SC_TOOLBOX_ENABLED_LOCALIZATION = "en";
const SC_TOOLBOX_ENABLE_DOWNLOADER_BOOST = false;
@ -9885,7 +9885,7 @@
error_not_authenticated: "你未通过身份验证",
error_invalid_claims: "无效声明",
error_authentication_mfa: "身份验证需要mfa",
error_sign_in_failed: "登入失败。你可能输入了错误的凭证。",
"error_sign-in_failed": "登入失败。你可能输入了错误的凭证。",
error_sign_in_not_authorized: "你没有权限访问此版本的 RSI 启动器。请从<0>该网页</0>下载公众版本。",
error_captcha_invalid: "验证码无效",
error_session_expired: "你的会话已过期。请再次确认你的密码。",
@ -9929,6 +9929,7 @@
error_launch_game_content: "尝试重新启动游戏。如果问题依然存在,请验证你的安装文件。",
error_launch_unknown_title: "启动器 - 未知错误",
error_launch_unknown_content: "启动游戏时出现错误。请验证游戏文件完整性。",
error_launch_error_code: "启动游戏出错,错误代码: {{ code }}",
error_launch_no_game_files_title: "启动器 - 未找到游戏文件",
error_launch_no_game_files_content: "启动游戏时出现错误。无法检索到游戏文件。请验证游戏文件完整性。",
error_launch_EAC_title: "启动器 - EAC 错误",
@ -52142,7 +52143,7 @@
}), (0, _w.jsx)("hr", {}), (0, _w.jsxs)("p", {
children: [(0, _w.jsx)("strong", {
children: t("settings_about_launcher_version")
}), " ", null !== (e = "2.0.4") ? e : "\u2013"]
}), " ", null !== (e = "2.0.5") ? e : "\u2013"]
})]
})
})
@ -54707,9 +54708,9 @@
return n instanceof RS && e.agreements.actions.checkAgreementsFailure(n)
}
},
async checkAgreementsFailure(e) {
checkAgreementsFailure: async e => {
var n;
const r = null !== (n = e.payload.agreements) && void 0 !== n ? n : [],
const r = null !== (n = e.payload.data.agreements) && void 0 !== n ? n : [],
i = t();
try {
const e = [eE.EULA, eE.TOS, eE.DISCLAIMER].map((e => r.filter((t => t.type === e)))).reduce(((e, t) => e.concat(t)), []);
@ -67228,4 +67229,4 @@
xD.createRoot(document.getElementById("root")).render((0, _w.jsx)(ID, {})), wD()
})()
})();
//# sourceMappingURL=main.ade910f7.js.map
//# sourceMappingURL=main.43e60bfe.js.map