feat: increase support for multiple time zones

* 优化实现方法
This commit is contained in:
zhongming4762
2025-10-29 20:03:21 +08:00
parent 4d713db546
commit 3eed51fd3e
6 changed files with 28 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ export interface UserInfo {
export interface TimezoneOption {
offset: number;
timeZone: string;
timezone: string;
}
export const MOCK_USERS: UserInfo[] = [