File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 ATCODER_PROBLEMS_URL ,
44 AOJ_ATCODER_JOI_URL ,
55 AOJ_PCK_URL ,
6- ICPC_JAPAN_PROBLEMS_URL ,
6+ X_URL ,
7+ MOND_URL ,
78 GITHUB_URL ,
89} from './urls' ;
910
@@ -12,6 +13,7 @@ export const externalLinks = [
1213 { title : `AtCoder Problems` , path : ATCODER_PROBLEMS_URL } ,
1314 { title : `AOJ / AtCoder-JOI` , path : AOJ_ATCODER_JOI_URL } ,
1415 { title : `AOJ-PCK` , path : AOJ_PCK_URL } ,
15- { title : `ICPC Japan Problems` , path : ICPC_JAPAN_PROBLEMS_URL } ,
16+ { title : `X` , path : X_URL } ,
17+ { title : `mond` , path : MOND_URL } ,
1618 { title : `GitHub` , path : GITHUB_URL } ,
1719] ;
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ export const navbarLinks = [
2626export const navbarDashboardLinks = [
2727 { title : `問題のインポート` , path : IMPORTING_PROBLEMS_PAGE } ,
2828 { title : `一覧表` , path : PROBLEMS_PAGE } ,
29+ { title : `投票管理` , path : VOTE_MANAGEMENT_PAGE } ,
2930 { title : `問題集` , path : WORKBOOKS_PAGE } ,
3031 { title : `問題集(並び替え)` , path : WORKBOOKS_ORDER_PAGE } ,
3132 { title : `タグ一覧` , path : TAGS_PAGE } ,
3233 { title : `アカウント移行` , path : ACCOUNT_TRANSFER_PAGE } ,
33- { title : `投票管理` , path : VOTE_MANAGEMENT_PAGE } ,
3434] ;
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ export const AOJ_ATCODER_JOI_URL: string = 'https://joi.goodbaton.com/';
1919
2020export const AOJ_PCK_URL : string = 'https://pro-ktmr.github.io/aoj-pck/' ;
2121
22- export const ICPC_JAPAN_PROBLEMS_URL : string = 'https://icpc-japan-problems.irrrrr.cc/' ;
22+ export const X_URL : string = 'https://x.com/acnovisteps' ;
23+
24+ export const MOND_URL : string = 'https://mond.how/ja/acnovisteps' ;
2325
2426export const GITHUB_URL : string = 'https://github.com/AtCoder-NoviSteps/AtCoderNoviSteps' ;
2527
You can’t perform that action at this time.
0 commit comments