feat(cemo): add home encounter

This commit is contained in:
riefive
2025-11-04 15:15:38 +07:00
parent be0a761170
commit a592a0be36
3 changed files with 193 additions and 138 deletions
@@ -2,5 +2,6 @@ export interface TabItem {
value: string
label: string
component?: any
groups?: string[]
props?: Record<string, any>
}