[feat] Initial code

This commit is contained in:
JasonWu
2021-09-06 18:00:03 +08:00
commit 7dc01d5480
138 changed files with 48947 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import 'react-app-polyfill/ie11';
import 'react-app-polyfill/stable';
import dayjs from 'dayjs';
import timezone from 'dayjs/plugin/timezone';
import utc from 'dayjs/plugin/utc';
dayjs.extend(timezone); // Support Time Zone
dayjs.extend(utc); // Support UTC Time