환경
- 현재 연도·국가·도시는 시작값으로만 읽으며, 아래 편집과 전투 결과는 턴·DB·장수 상태를 변경하지
- 않습니다.
+ 현재 연도·국가·도시는 시작값으로만 읽으며, 아래 편집과 전투 결과는 턴·DB·장수 상태를 변경하지 않습니다.
-
-
+
+
{{ errorMessage }}
@@ -177,10 +173,12 @@ watch(viewMode, () => {
.legacy-ranking-page {
width: 500px;
min-height: 100vh;
- margin: 0 auto 100px;
+ margin: 0 auto;
+ background-color: transparent;
color: #fff;
font-family: var(--sammo-font-sans);
font-size: 14px;
+ line-height: 1.3;
}
.legacy-ranking-title,
@@ -197,7 +195,7 @@ watch(viewMode, () => {
}
.view-selector {
- padding: 2px 0;
+ padding: 0;
}
.view-selector .legacy-button + .legacy-button {
@@ -246,6 +244,11 @@ watch(viewMode, () => {
color: #fff;
text-decoration: underline;
}
+.legacy-banner::after {
+ display: block;
+ height: 14px;
+ content: '';
+}
.ranking-sections {
display: block;
@@ -265,6 +268,7 @@ watch(viewMode, () => {
font-weight: 500;
line-height: 1.2;
text-align: center;
+ background-color: transparent;
}
.rankView ul {
@@ -337,6 +341,12 @@ watch(viewMode, () => {
line-height: 13px;
}
+@media (max-width: 999.98px) {
+ .legacy-ranking-page {
+ margin-bottom: 100px;
+ }
+}
+
@media (min-width: 1000px) {
:global(body) {
min-width: 1000px;
diff --git a/app/game-frontend/src/views/BettingView.vue b/app/game-frontend/src/views/BettingView.vue
index bdc0a3a..e86e4cf 100644
--- a/app/game-frontend/src/views/BettingView.vue
+++ b/app/game-frontend/src/views/BettingView.vue
@@ -1,5 +1,6 @@
@@ -39,7 +42,9 @@ onMounted(load);
- 암 행 부 창 닫기 |
+
+ 암 행 부
+ |
|
@@ -49,7 +54,7 @@ onMounted(load);
{{ label }}
-
+
|
@@ -65,9 +70,23 @@ onMounted(load);
전체 쌀 |
{{ data.summary.rice.toLocaleString() }} |
평균 금 |
- {{ data.summary.averageGold.toFixed(2) }} |
+
+ {{
+ data.summary.averageGold.toLocaleString(undefined, {
+ minimumFractionDigits: 2,
+ maximumFractionDigits: 2,
+ })
+ }}
+ |
평균 쌀 |
- {{ data.summary.averageRice.toFixed(2) }} |
+
+ {{
+ data.summary.averageRice.toLocaleString(undefined, {
+ minimumFractionDigits: 2,
+ maximumFractionDigits: 2,
+ })
+ }}
+ |
| 전체 병력/장수 |
@@ -86,34 +105,36 @@ onMounted(load);
- | 이 름 |
- 통무지 |
- 부 대 |
- 자 금 |
- 군 량 |
- 도시 |
- 守 |
- 병 종 |
- 병 사 |
- 훈련 |
- 사기 |
- 명 령 |
- 삭턴 |
- 턴 |
+ 이 름 |
+ 통무지 |
+ 부 대 |
+ 자 금 |
+ 군 량 |
+ 도시 |
+ 守 |
+ 병 종 |
+ 병 사 |
+ 훈련 |
+ 사기 |
+ 명 령 |
+ 삭턴 |
+ 턴 |
- {{ general.name }} Lv {{ general.experienceLevel }} |
+ {{ displayName(general) }} Lv {{ general.experienceLevel }} |
- {{ general.stats.leadership }}∥{{ general.stats.strength }}∥{{ general.stats.intelligence }}
+ {{ general.stats.leadership
+ }}+{{ general.leadershipBonus }}∥{{ general.stats.strength }}∥{{ general.stats.intelligence }}
|
{{ general.troopName ?? '-' }} |
{{ general.gold }} |
{{ general.rice }} |
{{ general.cityName ?? '-' }} |
{{ general.defenceTrainText }} |
- {{ general.crewTypeId }} |
+ {{ general.crewTypeName }} |
{{ general.crew }} |
{{ general.train }} |
{{ general.atmos }} |
@@ -126,7 +147,7 @@ onMounted(load);
>
{{ general.killTurn }} |
- {{ general.turnTime.slice(11, 16) }} |
+ {{ general.turnTime.slice(14, 19) }} |
@@ -134,7 +155,14 @@ onMounted(load);
@@ -143,11 +171,14 @@ onMounted(load);
diff --git a/app/game-frontend/src/views/NationStratFinanView.vue b/app/game-frontend/src/views/NationStratFinanView.vue
index ce9b24f..45a5e88 100644
--- a/app/game-frontend/src/views/NationStratFinanView.vue
+++ b/app/game-frontend/src/views/NationStratFinanView.vue
@@ -175,7 +175,6 @@ onMounted(() => void loadStratFinan());
내무부
-
{{ error }}
@@ -415,8 +414,13 @@ onMounted(() => void loadStratFinan());
/>
+ 추가 설정
+
+
+
+
@@ -436,6 +440,9 @@ onMounted(() => void loadStratFinan());
'Malgun Gothic',
sans-serif;
}
+.tiptap-compat-controls {
+ display: none;
+}
.top-back-bar,
.bottom-bar {
display: grid;
@@ -520,7 +527,7 @@ textarea:focus-visible {
}
.green-header {
display: flex;
- min-height: 32px;
+ min-height: 18.19px;
align-items: center;
justify-content: space-between;
background: var(--sammo-texture-green);
@@ -529,7 +536,7 @@ textarea:focus-visible {
textarea {
box-sizing: border-box;
width: 100%;
- min-height: 45.5px;
+ min-height: 42px;
border: 1px solid gray;
padding: 6px;
color: #fff;
@@ -550,6 +557,9 @@ textarea {
display: flex;
flex-wrap: wrap;
width: 100%;
+ height: 205.88px;
+ margin-bottom: 13.25px;
+ overflow: hidden;
}
.budget-column,
.policy-cell {
@@ -587,7 +597,7 @@ textarea {
}
.policy-control {
display: flex;
- min-height: 48px;
+ min-height: 30px;
align-items: center;
justify-content: center;
}
@@ -608,7 +618,7 @@ textarea {
.policy-toggles {
display: flex;
width: 100%;
- min-height: 42px;
+ min-height: 36px;
align-items: center;
justify-content: center;
gap: 45px;
@@ -689,5 +699,23 @@ textarea {
transform-origin: left top;
margin-bottom: -19px;
}
+ .policy-control {
+ min-height: 36px;
+ }
+ .policy-toggles {
+ min-height: 38px;
+ }
+ #notice-form {
+ height: 39.19px;
+ overflow: hidden;
+ }
+ #scout-message-form {
+ height: 61.5px;
+ overflow: hidden;
+ }
+ .finance-grid {
+ height: 218.63px;
+ margin-bottom: 15.25px;
+ }
}
diff --git a/app/game-frontend/src/views/NpcControlView.vue b/app/game-frontend/src/views/NpcControlView.vue
index 9ada63b..d9e248f 100644
--- a/app/game-frontend/src/views/NpcControlView.vue
+++ b/app/game-frontend/src/views/NpcControlView.vue
@@ -550,6 +550,10 @@ const dropPriority = (event: DragEvent, section: PrioritySectionKey, bucket: Pri
+
+
+
+
@@ -572,11 +576,16 @@ const dropPriority = (event: DragEvent, section: PrioritySectionKey, bucket: Pri
.npc-page {
min-height: 100vh;
+ padding-bottom: 32px;
+ box-sizing: border-box;
color: #fff;
font-family: var(--sammo-font-sans);
font-size: 14px;
line-height: 21px;
}
+.sortable-compat-controls {
+ display: none;
+}
.legacy-bg0 {
background-image: var(--sammo-texture-walnut);
@@ -925,6 +934,9 @@ const dropPriority = (event: DragEvent, section: PrioritySectionKey, bucket: Pri
}
@media (max-width: 991px) {
+ .npc-page {
+ padding-bottom: 47px;
+ }
.form_list,
.priority-sections {
grid-template-columns: 1fr;
diff --git a/app/game-frontend/src/views/NpcListView.vue b/app/game-frontend/src/views/NpcListView.vue
index f1d40a0..45314ad 100644
--- a/app/game-frontend/src/views/NpcListView.vue
+++ b/app/game-frontend/src/views/NpcListView.vue
@@ -148,7 +148,11 @@ onMounted(() => {
|
- | SAMMO · Legacy compatible NPC list |
+
+ 삼국지 모의전투 PHP HiDCHe - unknown / KOEI의 이미지를 사용, 응용하였습니다 / 제작 :
+ HideD(hided62@gmail.com) /
+ Credit
+ |
@@ -332,6 +336,10 @@ onMounted(() => {
font-size: 12px;
}
+.banner a {
+ color: inherit;
+}
+
.npc-error,
.npc-loading {
width: 1000px;
diff --git a/app/game-frontend/src/views/SurveyView.vue b/app/game-frontend/src/views/SurveyView.vue
index be63356..e528164 100644
--- a/app/game-frontend/src/views/SurveyView.vue
+++ b/app/game-frontend/src/views/SurveyView.vue
@@ -1,5 +1,6 @@