()
| 451 | icon: "📅", |
| 452 | getSchema: (): PanelSettingField[] => [ |
| 453 | { |
| 454 | "key": "timezone", |
| 455 | "label": "时区", |
| 456 | "type": "select", |
| 457 | "options": [ |
| 458 | { "value": "Asia/Shanghai", "label": "中国标准时间 (UTC+8)" }, |
| 459 | { "value": "Asia/Tokyo", "label": "日本标准时间 (UTC+9)" }, |
| 460 | { "value": "Asia/Singapore", "label": "新加坡时间 (UTC+8)" }, |
| 461 | { "value": "America/New_York", "label": "东部时间 (UTC-5)" }, |
| 462 | { "value": "America/Los_Angeles", "label": "太平洋时间 (UTC-8)" }, |
| 463 | { "value": "Europe/London", "label": "伦敦时间 (UTC+0)" }, |
| 464 | { "value": "Europe/Berlin", "label": "柏林时间 (UTC+1)" }, |
nothing calls this directly
no test coverage detected