feat: add navbar
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m34s

This commit is contained in:
Hewston Fox
2026-03-18 03:26:43 +02:00
parent f93bc7d3e0
commit 1cadf7f1d2
14 changed files with 255 additions and 7 deletions

View File

@@ -1 +1,9 @@
export declare const resources: { hello: "Hello World!"; "actionModal.close": "Close" };
export declare const resources: {
hello: "Hello World!";
"actionModal.close": "Close";
"nav.shop": "Shop";
"nav.apiary": "Apiary";
"nav.game": "Game";
"nav.cashdesk": "Cashdesk";
"nav.menu": "Menu";
};

View File

@@ -1,4 +1,9 @@
{
"hello": "Hello World!",
"actionModal.close": "Close"
"actionModal.close": "Close",
"nav.shop": "Shop",
"nav.apiary": "Apiary",
"nav.game": "Game",
"nav.cashdesk": "Cashdesk",
"nav.menu": "Menu"
}

View File

@@ -1 +1,9 @@
export declare const resources: { hello: "Привет мир"; "actionModal.close": "Закрыть" };
export declare const resources: {
hello: "Привет мир";
"actionModal.close": "Закрыть";
"nav.shop": "Магазин";
"nav.apiary": "Пасека";
"nav.game": "Игра";
"nav.cashdesk": "Касса";
"nav.menu": "Меню";
};

View File

@@ -1,4 +1,9 @@
{
"hello": "Привет мир",
"actionModal.close": "Закрыть"
"actionModal.close": "Закрыть",
"nav.shop": "Магазин",
"nav.apiary": "Пасека",
"nav.game": "Игра",
"nav.cashdesk": "Касса",
"nav.menu": "Меню"
}