mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-16 04:45:34 +00:00
misc fixes
This commit is contained in:
parent
7c405a31fd
commit
a69e36d7bb
@ -60,7 +60,7 @@
|
||||
"alertUserTaken": "用户名已被占用",
|
||||
"alertPassMismatch": "密码与确认密码不匹配",
|
||||
"alertAuthNoRegister": "未启用认证,无需注册!",
|
||||
"alertRegisterSuccess": "注册成功!"
|
||||
"alertRegisterSuccess": "注册成功!",
|
||||
|
||||
"downloadTitle": "下载",
|
||||
"grassclipperTitle": "GrassClipper",
|
||||
|
@ -1,5 +1,7 @@
|
||||
Neutralino.init()
|
||||
|
||||
NL_CWD = NL_CWD.replace(/\//g, '\\')
|
||||
|
||||
let localeObj
|
||||
const filesystem = Neutralino.filesystem
|
||||
const createCmdWindow = async (command) => {
|
||||
|
Loading…
Reference in New Issue
Block a user