第一次
This commit is contained in:
31
src/.umi/plugin-moment2dayjs/runtime.tsx
Normal file
31
src/.umi/plugin-moment2dayjs/runtime.tsx
Normal file
@@ -0,0 +1,31 @@
|
||||
// @ts-nocheck
|
||||
// This file is generated by Umi automatically
|
||||
// DO NOT CHANGE IT MANUALLY!
|
||||
import dayjs from 'D:/project/xdnyAdmin/node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs';
|
||||
import antdPlugin from 'D:/project/xdnyAdmin/node_modules/.pnpm/antd-dayjs-webpack-plugin@1.0.6_dayjs@1.11.10/node_modules/antd-dayjs-webpack-plugin/src/antd-plugin.js';
|
||||
|
||||
import isSameOrBefore from 'D:/project/xdnyAdmin/node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/plugin/isSameOrBefore';
|
||||
import isSameOrAfter from 'D:/project/xdnyAdmin/node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/plugin/isSameOrAfter';
|
||||
import advancedFormat from 'D:/project/xdnyAdmin/node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/plugin/advancedFormat';
|
||||
import customParseFormat from 'D:/project/xdnyAdmin/node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/plugin/customParseFormat';
|
||||
import weekday from 'D:/project/xdnyAdmin/node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/plugin/weekday';
|
||||
import weekYear from 'D:/project/xdnyAdmin/node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/plugin/weekYear';
|
||||
import weekOfYear from 'D:/project/xdnyAdmin/node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/plugin/weekOfYear';
|
||||
import isMoment from 'D:/project/xdnyAdmin/node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/plugin/isMoment';
|
||||
import localeData from 'D:/project/xdnyAdmin/node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/plugin/localeData';
|
||||
import localizedFormat from 'D:/project/xdnyAdmin/node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/plugin/localizedFormat';
|
||||
import duration from 'D:/project/xdnyAdmin/node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/plugin/duration';
|
||||
|
||||
dayjs.extend(isSameOrBefore);
|
||||
dayjs.extend(isSameOrAfter);
|
||||
dayjs.extend(advancedFormat);
|
||||
dayjs.extend(customParseFormat);
|
||||
dayjs.extend(weekday);
|
||||
dayjs.extend(weekYear);
|
||||
dayjs.extend(weekOfYear);
|
||||
dayjs.extend(isMoment);
|
||||
dayjs.extend(localeData);
|
||||
dayjs.extend(localizedFormat);
|
||||
dayjs.extend(duration);
|
||||
|
||||
dayjs.extend(antdPlugin);
|
||||
Reference in New Issue
Block a user