diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index 009fdd3a..218386f6 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -528,7 +528,7 @@ function checkWander(RandUtil $rng) $db = DB::db(); $gameStor = KVStorage::getStorage($db, 'game_env'); - $admin = $gameStor->getValues(['year', 'month']); + $admin = $gameStor->getValues(['year', 'month', 'init_year', 'init_month']); $wanderers = $db->queryFirstColumn('SELECT general.`no` FROM general LEFT JOIN nation ON general.nation = nation.nation WHERE nation.`level` = 0 AND general.`officer_level` = 12'); diff --git a/hwe/install.php b/hwe/install.php index 96b785f8..12cf1ef5 100644 --- a/hwe/install.php +++ b/hwe/install.php @@ -32,6 +32,7 @@ if ($session->userGrade < 5 && !$allowReset) { = WebUtil::printJS('../d_shared/common_path.js') ?> = WebUtil::printCSS('css/install.css') ?> + = WebUtil::printDist('vue', [], true) ?> = WebUtil::printDist('ts', ['common', 'install']) ?> diff --git a/hwe/recent_map.php b/hwe/recent_map.php index 8497e026..3dfa9e3a 100644 --- a/hwe/recent_map.php +++ b/hwe/recent_map.php @@ -27,6 +27,7 @@ include "func.php"; = WebUtil::printCSS('css/map.css') ?> = WebUtil::printDist('ts', ['common', 'recent_map'], true) ?> + = WebUtil::printDist('vue', [], true) ?> diff --git a/hwe/ts/components/GeneralBasicCard.vue b/hwe/ts/components/GeneralBasicCard.vue index 78a4a2d7..9d6fea45 100644 --- a/hwe/ts/components/GeneralBasicCard.vue +++ b/hwe/ts/components/GeneralBasicCard.vue @@ -27,7 +27,7 @@