feat: add quick account switch interaction

This commit is contained in:
codytseng
2025-10-26 16:11:21 +08:00
parent f33c5260df
commit ad6b8890c5
24 changed files with 217 additions and 85 deletions

View File

@@ -432,3 +432,5 @@ export const PRIMARY_COLORS = {
}
} as const
export type TPrimaryColor = keyof typeof PRIMARY_COLORS
export const LONG_PRESS_THRESHOLD = 500