build: join 페이지 준비

This commit is contained in:
2021-09-15 19:06:15 +00:00
committed by Gitea
parent c8eb9332b4
commit 7ed4bd5c01
4 changed files with 7 additions and 43 deletions
+3 -2
View File
@@ -19,7 +19,7 @@
"currentCity": "currentCity.ts",
"hallOfFame": "hallOfFame.ts",
"history": "history.ts",
"join": "join.ts",
"join": "legacy/join.ts",
"select_general_from_pool": "select_general_from_pool.ts",
"extKingdoms": "extKingdoms.ts",
"common": "common_deprecated.ts"
@@ -27,6 +27,7 @@
"ingame_vue": {
"v_inheritPoint": "v_inheritPoint.ts",
"v_board": "v_board.ts",
"v_NPCControl": "v_NPCControl.ts"
"v_NPCControl": "v_NPCControl.ts",
"v_join": "v_join.ts"
}
}