rename 无名杀.exe

This commit is contained in:
Spmario233 2024-01-16 22:52:14 +08:00
parent 3957168cc4
commit bc9fbc7e72
2 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ new Promise(resolve => {
script.async = true script.async = true
script.onerror = (event) => { script.onerror = (event) => {
console.error(event) console.error(event)
const message = `您使用的浏览器或无名杀客户端加载内容失败!\n若您使用的客户端为自带内核的旧版“兼容版”,请及时更新客户端版本!\n若您使用的客户端为手机端的非兼容版无名杀请尝试更新手机端WebView内核或者更换为1.8.2版本以上的兼容版`; const message = `您使用的浏览器或无名杀客户端加载内容失败!\n若您使用的客户端为自带内核的旧版“兼容版”,请及时更新客户端版本!\n若您使用的客户端为手机端的非兼容版《无名杀》请尝试更新手机的WebView内核或者更换为1.8.2版本及以上的兼容版!\n若您是直接使用浏览器加载index.html进行游戏请改为运行文件夹内的“无名杀.exe”或使用VSCode等工具启动Live Server以动态服务器的方式启动《无名杀》`;
console.error(message); console.error(message);
alert(message); alert(message);
exit() exit()