新增对象存储/账单/保留IP页面,成本今天视图与样式收敛
CI / test (push) Successful in 42s

This commit is contained in:
2026-07-21 12:11:22 +08:00
parent d813225ac4
commit ac457282ce
91 changed files with 6672 additions and 652 deletions
+1
View File
@@ -40,6 +40,7 @@ const crumbTitle = computed(() => {
network: '网络',
'vcn-detail': '网络',
'boot-volumes': '存储 / 引导卷',
'object-storage': '对象存储',
tasks: '任务',
proxies: '代理',
logs: '日志',
+8
View File
@@ -84,6 +84,14 @@ const groups: NavGroup[] = [
'<ellipse cx="12" cy="5" rx="9" ry="3"/><path d="M3 5v14a9 3 0 0 0 18 0V5"/><path d="M3 12a9 3 0 0 0 18 0"/>',
),
},
{
name: 'object-storage',
label: '对象存储',
activeNames: ['object-storage'],
icon: icon(
'<path d="M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/><path d="M3.3 7 12 12l8.7-5"/><path d="M12 22V12"/>',
),
},
],
},
{