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

11
pkg/dto/MainTabBarDTO.go Normal file
View File

@ -0,0 +1,11 @@
package dto
type MainTabBarDTO struct {
TabBarName string
IconAnimationUrl string
PlayCount string // 播放次数 0=无限播放
SelectedTextColor string // 选中状态文字颜色
NormalTextColor string
MinApiNum string // 最小版本号
MaxApiNum string // 最大的版本
}