Commit 8e91ef9b authored by 神楽坂玲奈's avatar 神楽坂玲奈

ci

parent 909cbe23
......@@ -42,8 +42,9 @@ windows:
- npm run dist
artifacts:
paths:
- dist/mycard-*
- dist/mycard_*
- dist/latest.yml
- dist/*.exe
- dist/*.blockmap
linux:
image: node:latest
stage: build
......@@ -53,6 +54,7 @@ linux:
- npm ci
- npm run build
- npm run dist
- ls
artifacts:
paths:
- dist/mycard-*
......@@ -71,6 +73,7 @@ macOS:
- npm ci
- npm run build
- npm run dist
- ls
artifacts:
paths:
- dist/mycard-*
......
module.exports = {
"update": {
"zh-CN": {
"pageTitle":"更新消息",
"updateTitle":"MyCard 更新下载完毕",
"updateMsg":[
"点击【现在安装更新】,会立即关闭 MyCard 平台及正在运行中的游戏,并安装更新。",
"点击【下次启动时安装更新】,会在 MyCard 平台退出之后进行更新。",
"你也可以随时点击平台上的更新按钮安装哦!"
],
"updateFailed":{
"p1":"如果自动更新失败,请至",
"p2":"https://mycard.moe",
"p3":"手动下载最新版本"
},
"actions":{
"update":"(。・`ω´・) 现在安装更新",
"close":"下次启动时安装更新 _(:3 」∠)_"
}
},
"en-US": {
"pageTitle":"Update",
"updateTitle":"Update downloaded",
"updateMsg":[
"If you install now, MyCard will go offline and update immediately, your gaming progress may be affected.",
"If you install later, then the update will be automatically installed when you start-up MyCard next time.",
"You may also click the Update button to install the update anytime."
],
"updateFailed":{
"p1":"",
"p2":"",
"p3":""
},
"actions":{
"update":"(。・`ω´・) Install Now",
"close":"Install Later _(:3 」∠)_"
}
}
},
"other-page":{
"zh-CN":{},
"en-US":{}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment