-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from vidar-team/dev
update: pack for backend
- Loading branch information
Showing
20 changed files
with
190,043 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.DS_Store | ||
node_modules | ||
/dist | ||
/dist/files/* | ||
|
||
# local env files | ||
.env.local | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package dist | ||
|
||
//go:generate togo http -package dist -output dist_gen.go |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> | ||
<title>cardinal_frontend</title> | ||
<title>Cardinal</title> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet"> | ||
<link href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<noscript> | ||
<strong>We're sorry but cardinal_frontend doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> | ||
<strong>We're sorry but Cardinal doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> | ||
</noscript> | ||
<div id="app"></div> | ||
<!-- built files will be auto injected --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"general": { | ||
"score": "", | ||
"close": "Close", | ||
"minute": "Minute", | ||
"second": "Second" | ||
}, | ||
"login": { | ||
"title": "Login", | ||
"account": "Account", | ||
"password": "Password", | ||
"login": "Login", | ||
"reset": "Reset", | ||
"loading": "Loading...", | ||
"account_empty": "Please input your account", | ||
"password_empty": "Please input your password" | ||
}, | ||
"gamebox": { | ||
"empty": "No Challenge for Now" | ||
}, | ||
"flag": { | ||
"submit": "Submit Flag" | ||
}, | ||
"timer": { | ||
"not_begin": "The Game is not ready", | ||
"pause": "The Game is pause", | ||
"end": "The Game is over", | ||
"til_round_end": "To Round {round}:" | ||
}, | ||
"bulletin": { | ||
"empty": "No Bulletin" | ||
}, | ||
"rank": { | ||
"rank": "#", | ||
"team": "Team", | ||
"score": "Score" | ||
}, | ||
"header": { | ||
"status": "Gamebox Status", | ||
"rank": "Rank", | ||
"bulletin": "Bulletin", | ||
"logout": "Logout" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"general": { | ||
"score": "分", | ||
"close": "关闭", | ||
"minute": "分", | ||
"second": "秒" | ||
}, | ||
"login": { | ||
"title": "登录", | ||
"account": "账号", | ||
"password": "密码", | ||
"login": "登录", | ||
"reset": "重置", | ||
"loading": "登录中...", | ||
"account_empty": "请输入账号", | ||
"password_empty": "请输入密码" | ||
}, | ||
"gamebox": { | ||
"empty": "暂时还没有题目哟~" | ||
}, | ||
"flag": { | ||
"submit": "提交 Flag" | ||
}, | ||
"timer": { | ||
"not_begin": "比赛未开始", | ||
"pause": "比赛已暂停", | ||
"end": "比赛已结束", | ||
"til_round_end": "距离第 {round} 轮结束还有" | ||
}, | ||
"bulletin": { | ||
"empty": "暂无公告" | ||
}, | ||
"rank": { | ||
"rank": "排名", | ||
"team": "队伍", | ||
"score": "分数" | ||
}, | ||
"header": { | ||
"status": "靶机状态", | ||
"rank": "排名", | ||
"bulletin": "公告", | ||
"logout": "登出" | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.