Files
urbanLifeline/dify/web/utils/timezone.ts

8 lines
126 B
TypeScript
Raw Permalink Normal View History

2025-12-01 17:21:38 +08:00
import tz from './timezone.json'
type Item = {
value: number | string
name: string
}
export const timezones: Item[] = tz