mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-07 01:46:49 +08:00
8 lines
126 B
TypeScript
8 lines
126 B
TypeScript
import tz from './timezone.json'
|
|
|
|
type Item = {
|
|
value: number | string
|
|
name: string
|
|
}
|
|
export const timezones: Item[] = tz
|