misc: 사소하게 수정
This commit is contained in:
@@ -299,8 +299,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import "@scss/nationStratFinan.scss";
|
|
||||||
import TipTap from "./components/TipTap.vue";
|
import TipTap from "./components/TipTap.vue";
|
||||||
|
import TopBackBar from "@/components/TopBackBar.vue";
|
||||||
|
import BottomBar from "@/components/BottomBar.vue";
|
||||||
import { computed, defineComponent, reactive, ref, toRefs } from "vue";
|
import { computed, defineComponent, reactive, ref, toRefs } from "vue";
|
||||||
import { isString } from "lodash";
|
import { isString } from "lodash";
|
||||||
import {
|
import {
|
||||||
@@ -310,8 +311,6 @@ import {
|
|||||||
ToastType,
|
ToastType,
|
||||||
} from "./defs";
|
} from "./defs";
|
||||||
import { SammoAPI } from "./SammoAPI";
|
import { SammoAPI } from "./SammoAPI";
|
||||||
import TopBackBar from "@/components/TopBackBar.vue";
|
|
||||||
import BottomBar from "@/components/BottomBar.vue";
|
|
||||||
import { joinYearMonth } from "@/util/joinYearMonth";
|
import { joinYearMonth } from "@/util/joinYearMonth";
|
||||||
import { parseYearMonth } from "@/util/parseYearMonth";
|
import { parseYearMonth } from "@/util/parseYearMonth";
|
||||||
import MyToast from "@/components/MyToast.vue";
|
import MyToast from "@/components/MyToast.vue";
|
||||||
@@ -363,10 +362,10 @@ declare const staticValues: {
|
|||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
components: {
|
components: {
|
||||||
TipTap,
|
|
||||||
TopBackBar,
|
TopBackBar,
|
||||||
BottomBar,
|
BottomBar,
|
||||||
MyToast,
|
MyToast,
|
||||||
|
TipTap,
|
||||||
},
|
},
|
||||||
setup() {
|
setup() {
|
||||||
const toasts = ref<ToastType[]>([]);
|
const toasts = ref<ToastType[]>([]);
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
import "@scss/nationStratFinan.scss";
|
||||||
|
|
||||||
import { createApp } from 'vue'
|
import { createApp } from 'vue'
|
||||||
import PageNationStratFinan from '@/PageNationStratFinan.vue';
|
import PageNationStratFinan from '@/PageNationStratFinan.vue';
|
||||||
import BootstrapVue3 from 'bootstrap-vue-3';
|
import BootstrapVue3 from 'bootstrap-vue-3';
|
||||||
|
|||||||
@@ -139,8 +139,8 @@ $outcome = getOutcome(100, $dedicationList);
|
|||||||
'rate' => $nation['rate'],
|
'rate' => $nation['rate'],
|
||||||
'bill' => $nation['bill'],
|
'bill' => $nation['bill'],
|
||||||
'secretLimit' => $nation['secretlimit'],
|
'secretLimit' => $nation['secretlimit'],
|
||||||
'blockScout' => $nation['scout']!=0,
|
'blockScout' => $nation['scout'] != 0,
|
||||||
'blockWar' => $nation['war']!=0,
|
'blockWar' => $nation['war'] != 0,
|
||||||
],
|
],
|
||||||
'warSettingCnt' => [
|
'warSettingCnt' => [
|
||||||
'remain' => $nationStor->getValue('available_war_setting_cnt'),
|
'remain' => $nationStor->getValue('available_war_setting_cnt'),
|
||||||
@@ -148,11 +148,10 @@ $outcome = getOutcome(100, $dedicationList);
|
|||||||
'max' => GameConst::$maxAvailableWarSettingCnt
|
'max' => GameConst::$maxAvailableWarSettingCnt
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
]) ?>
|
], false) ?>
|
||||||
<?= WebUtil::printJS('../d_shared/common_path.js') ?>
|
<?= WebUtil::printJS('../d_shared/common_path.js') ?>
|
||||||
<?= WebUtil::printCSS('../d_shared/common.css') ?>
|
<?= WebUtil::printCSS('../d_shared/common.css') ?>
|
||||||
<link rel="stylesheet" type="text/css"
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css" />
|
||||||
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css" />
|
|
||||||
<?= WebUtil::printDist('vue', 'v_nationStratFinan', true) ?>
|
<?= WebUtil::printDist('vue', 'v_nationStratFinan', true) ?>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user