add color menu

This commit is contained in:
Profile Profile
2026-01-25 01:00:24 +03:00
parent ec2daae26b
commit 72ea28179f
5 changed files with 185 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
import Stores from './LazyStores.astro';
import MainMenu from '@components/MainMenu.astro';
const MENU_ID = 103245;
const MENU_ID = 3340; // 103246 (бургер 1). 103247 (бургер 2 )
let menuItems = [];
---