第一次

This commit is contained in:
PC-202306242200\Administrator
2024-09-10 16:47:49 +08:00
parent 4988491b1c
commit d4720a32e1
419 changed files with 59630 additions and 0 deletions

View 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);