From 7a7cacd8d05d0265212c3a3e89c2a85b324ae2c4 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 4 Mar 2023 22:03:28 +0900 Subject: [PATCH] feat: GlobalMenu Component(wip) --- hwe/ts/PageFront.vue | 41 +++++++- hwe/ts/components/GlobalMenu.vue | 154 +++++++++++++++++++++++++++++++ 2 files changed, 190 insertions(+), 5 deletions(-) create mode 100644 hwe/ts/components/GlobalMenu.vue diff --git a/hwe/ts/PageFront.vue b/hwe/ts/PageFront.vue index 0fd29705..0d1c7109 100644 --- a/hwe/ts/PageFront.vue +++ b/hwe/ts/PageFront.vue @@ -15,7 +15,14 @@
-
툴바?
+
+ +
시나리오
{{ globalInfo.scenarioText }}
@@ -111,7 +118,7 @@ :showSecret="showSecret" :myLevel="generalInfo.officerLevel" :nationLevel="nationStaticInfo?.level ?? 0" - :nationColor="nationStaticInfo?.color.substring(1,7) ?? '000000'" + :nationColor="nationStaticInfo?.color.substring(1, 7) ?? '000000'" />
@@ -162,7 +169,14 @@ :permissionLevel="generalInfo.permission" ref="msgPanel" /> -
툴바?
+
+ +
서버 갱신 중입니다.
@@ -188,14 +202,14 @@ declare const formatCityInfo: (city: MapCityParsedRaw) => MapCityParsed; + +