feat: 群组管理页面优化 + 分类管理图标修复
- 创建/加入群组合并为 Tab 切换卡片 - 群主可刷新邀请码(后端+前端完整链路) - 群主可管理成员:查看列表、移除成员 - 新增后端 API:refresh-code / members / remove-member - 修复分类管理页 FAB 按钮缺少 plus 图标 - 新增 plus/refresh 图标资源
This commit is contained in:
@@ -56,6 +56,13 @@ const iconMap: Record<string, Record<string, string>> = {
|
||||
'#FF6B6B': '/static/icons/trash-red.png',
|
||||
'#FFFFFF': '/static/icons/trash-white.png',
|
||||
},
|
||||
plus: {
|
||||
'#FFFFFF': '/static/icons/plus-white.png',
|
||||
},
|
||||
refresh: {
|
||||
'#8B7E7E': '/static/icons/refresh-gray.png',
|
||||
'#FF8C69': '/static/icons/refresh-orange.png',
|
||||
},
|
||||
}
|
||||
|
||||
const iconSrc = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user