feat(menu): PHP 기준 공통 메뉴를 런타임 설정으로 이관
Gateway와 게임 공통 메뉴를 영속 JSON에서 읽고 다음 페이지 로드에 반영한다. 운영 PHP의 항목과 순서, desktop/mobile geometry 및 정보 동작을 보존하고 검증·복구 문서를 추가한다.
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"version": 1,
|
||||
"gateway": {
|
||||
"brand": {
|
||||
"label": "삼국지 모의전투 HiDCHe",
|
||||
"to": "/"
|
||||
},
|
||||
"items": [
|
||||
{ "id": "notice", "label": "공지사항", "href": "/xe/", "newTab": true },
|
||||
{ "id": "community", "label": "커뮤니티", "href": "/xe/community", "newTab": true },
|
||||
{ "id": "development", "label": "건의/제안/개발", "href": "/xe/devel", "newTab": true },
|
||||
{ "id": "report", "label": "신고/문의", "href": "/xe/report", "newTab": true },
|
||||
{ "id": "faq", "label": "자주 묻는 질문", "href": "/xe/faq", "newTab": true },
|
||||
{ "id": "patch", "label": "패치 내역", "href": "/wiki/개발/패치_내역", "newTab": true },
|
||||
{ "id": "repository", "label": "Git Repo.", "href": "//gitea.hided.net/devsam/core", "newTab": true },
|
||||
{ "id": "wiki", "label": "위키", "href": "/wiki", "newTab": true },
|
||||
{ "id": "official-chat", "label": "공식 오픈 톡", "href": "https://open.kakao.com/o/gR82obT", "newTab": true },
|
||||
{ "id": "casual-chat", "label": "잡담 오픈 톡", "href": "https://open.kakao.com/o/g9ZWe5K", "newTab": true }
|
||||
]
|
||||
},
|
||||
"game": {
|
||||
"items": [
|
||||
{
|
||||
"kind": "link",
|
||||
"id": "nation-betting",
|
||||
"label": "천통국 베팅",
|
||||
"to": "/nation-betting",
|
||||
"highlightWhen": "nation-betting"
|
||||
},
|
||||
{ "kind": "link", "id": "nation-list", "label": "세력일람", "to": "/nation-list", "newTab": true },
|
||||
{ "kind": "link", "id": "general-list", "label": "장수일람", "to": "/general-list", "newTab": true },
|
||||
{ "kind": "link", "id": "best-general", "label": "명장일람", "to": "/best-general", "newTab": true },
|
||||
{ "kind": "link", "id": "yearbook", "label": "연감", "to": "/yearbook", "newTab": true },
|
||||
{
|
||||
"kind": "group",
|
||||
"id": "game-info",
|
||||
"label": "게임 정보",
|
||||
"items": [
|
||||
{ "kind": "link", "id": "battle-simulator", "label": "전투 시뮬레이터", "to": "/battle-simulator", "newTab": true },
|
||||
{ "kind": "link", "id": "hall-of-fame", "label": "명예의전당", "to": "/hall-of-fame", "newTab": true },
|
||||
{ "kind": "link", "id": "dynasty", "label": "왕조일람", "to": "/dynasty", "newTab": true },
|
||||
{ "kind": "link", "id": "traffic", "label": "접속량정보", "to": "/traffic", "newTab": true },
|
||||
{ "kind": "link", "id": "npc-list", "label": "빙의일람", "to": "/npc-list", "newTab": true, "showWhen": "npc-enabled" },
|
||||
{ "kind": "divider", "id": "game-info-reference-divider" },
|
||||
{ "kind": "link", "id": "patch", "label": "패치 내역", "href": "/wiki/개발/패치_내역", "newTab": true },
|
||||
{ "kind": "link", "id": "repository", "label": "코드 저장소", "href": "//storage.hided.net/gitea/devsam/core", "newTab": true },
|
||||
{ "kind": "divider", "id": "game-info-version-divider" },
|
||||
{ "kind": "link", "id": "version", "label": "정보", "action": "show-version" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"kind": "group",
|
||||
"id": "community",
|
||||
"label": "커뮤니티",
|
||||
"items": [
|
||||
{ "kind": "link", "id": "board-community", "label": "게시판", "href": "/xe/community", "newTab": true },
|
||||
{ "kind": "link", "id": "board-request", "label": "건의/제안", "href": "/xe/devel", "newTab": true },
|
||||
{ "kind": "link", "id": "wiki", "label": "위키", "href": "/wiki", "newTab": true },
|
||||
{ "kind": "divider", "id": "community-chat-divider" },
|
||||
{ "kind": "link", "id": "official-chat", "label": "공식 오픈 톡", "href": "https://open.kakao.com/o/gR82obT", "newTab": true },
|
||||
{ "kind": "link", "id": "casual-chat", "label": "잡담 오픈 톡", "href": "https://open.kakao.com/o/g9ZWe5K", "newTab": true }
|
||||
]
|
||||
},
|
||||
{
|
||||
"kind": "link",
|
||||
"id": "survey",
|
||||
"label": "설문조사",
|
||||
"to": "/survey",
|
||||
"newTab": true,
|
||||
"highlightWhen": "vote"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user