完善页面8
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user