Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
syntax_j
mycard
Commits
8e91ef9b
Commit
8e91ef9b
authored
Sep 09, 2021
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci
parent
909cbe23
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
2 deletions
+49
-2
.gitlab-ci.yml
.gitlab-ci.yml
+5
-2
projects/update/lang.js
projects/update/lang.js
+44
-0
No files found.
.gitlab-ci.yml
View file @
8e91ef9b
...
...
@@ -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-*
...
...
projects/update/lang.js
0 → 100644
View file @
8e91ef9b
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
"
:{}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment