feat(app): update

This commit is contained in:
Yangtao
2025-11-19 14:24:13 +08:00
parent 1eac66d7fd
commit 0c34585649
329 changed files with 10760 additions and 281 deletions

12
pkg/dto/HomeTabDTO.go Normal file
View File

@ -0,0 +1,12 @@
package dto
type HomeTabDTO struct {
TabId string
TabName string
Schema string
ChatRoomTemplateId string
ViewInHome string
TabType string // 房间类型 1=运营厅 2=个人厅
TabIcon string // 图标
TabIconUnselect string // 图标-未选中
}