三级菜单UI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2026-01-11 12:44:57 +08:00
parent 6e1a1ba5d4
commit 55e7ea26b7
3 changed files with 6 additions and 4 deletions

View File

@@ -837,6 +837,7 @@
function getCountryOptions() {
// 返回带中文名称的地区选项
return [
{ code: 'UN', name: '国际' },
{ code: 'CN', name: '中国' },
{ code: 'HK', name: '香港' },
{ code: 'TW', name: '台湾' },