This commit is contained in:
vipg
2025-11-12 17:23:37 +08:00
parent dee763ab5b
commit 8159f03e8c
2 changed files with 7 additions and 1 deletions

View File

@@ -8,7 +8,12 @@ window.MenuConfig = [
title: '系统设置',
url: 'modules/settings.html',
children: [
{
id: 'country',
icon: '🌎',
title: '国家管理',
url: 'modules/country.html'
}
]
}
];

View File

@@ -0,0 +1 @@
<!--国家逻辑-->>