三级菜单地区图片
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2026-01-11 11:51:48 +08:00
parent 1032cbabf5
commit 123750e904
523 changed files with 63 additions and 9 deletions

View File

@@ -148,19 +148,22 @@ class ThemeConfigModel
'name' => '香港SAS',
'file_address' => '/cloud.html?region=hk',
'description' => '香港数据中心',
'blank' => false
'blank' => false,
'country_code' => 'HK'
],
[
'name' => '美国SAS',
'file_address' => '/cloud.html?region=us',
'description' => '美国数据中心',
'blank' => false
'blank' => false,
'country_code' => 'US'
],
[
'name' => '日本SAS',
'file_address' => '/cloud.html?region=jp',
'description' => '日本数据中心',
'blank' => false
'blank' => false,
'country_code' => 'JP'
]
]
],
@@ -175,19 +178,22 @@ class ThemeConfigModel
'name' => '宁波ECS',
'file_address' => '/dedicated.html?region=nb',
'description' => '宁波数据中心',
'blank' => false
'blank' => false,
'country_code' => 'CN'
],
[
'name' => '镇江ECS',
'file_address' => '/dedicated.html?region=zj',
'description' => '镇江数据中心',
'blank' => false
'blank' => false,
'country_code' => 'CN'
],
[
'name' => '北京ECS',
'file_address' => '/dedicated.html?region=bj',
'description' => '北京数据中心',
'blank' => false
'blank' => false,
'country_code' => 'CN'
]
]
]