migrate app settings page to composition API and typescript

This commit is contained in:
MaysWind
2025-01-12 20:39:15 +08:00
parent c5f03165bc
commit abb26ac410
10 changed files with 452 additions and 442 deletions
+1 -4
View File
@@ -1,7 +1,4 @@
export interface TimezoneInfo {
readonly displayName: string;
readonly timezoneName: string;
}
import type { TimezoneInfo } from '@/core/timezone.ts';
export const UTC_TIMEZONE: TimezoneInfo = {
displayName: 'Coordinated Universal Time',