merge: 메인 메시지 재야 광고 기능 통합

This commit is contained in:
2026-08-21 01:19:02 +00:00
4 changed files with 181 additions and 6 deletions
@@ -220,7 +220,7 @@ export const useMainDashboardStore = defineStore('mainDashboard', () => {
label: '외교메시지',
color: '#000000',
options: contacts
.filter((nation) => nation.mailbox !== ownMailbox && nation.nationId > 0)
.filter((nation) => nation.mailbox !== ownMailbox)
.map((nation) => ({
label: nation.name,
value: nation.mailbox,