完善页面8

This commit is contained in:
2026-02-24 10:35:34 +08:00
parent f814db2f12
commit 92d6e8144d
90 changed files with 1183 additions and 1887 deletions

View File

@@ -53,11 +53,15 @@ function getIconText(icon: string): string {
'product': '📦',
'order': '📜',
'marketing': '📉',
'content': '📝',
'share': '✈️',
'customer-service': '💬',
'finance': '💰',
'statistic': '📊',
'content': '📝',
'decoration': '🎨',
'app': '📱',
'setting': '⚙️',
'maintenance': '🛠️'
'tool': '🛠️',
'statistic': '📊'
}
return iconMap[icon] || icon.charAt(0).toUpperCase()
}