This commit is contained in:
star7th
2025-04-10 18:06:45 +08:00
commit 54650cd944
154 changed files with 29090 additions and 0 deletions
@@ -0,0 +1,9 @@
import timezoneConverterZh from './zh';
import timezoneConverterEn from './en';
export const timezoneConverter = {
zh: timezoneConverterZh,
en: timezoneConverterEn
};
export default timezoneConverter;