第一次

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,13 @@
// This file is generated by Umi automatically
// DO NOT CHANGE IT MANUALLY!
import {
IntlCache,
createIntl,
} from 'D:/project/xdnyAdmin/node_modules/.pnpm/react-intl@3.12.1_react@18.2.0/node_modules/react-intl';
type OptionalIntlConfig = Omit<Parameters<typeof createIntl>[0], 'locale' | 'defaultLocale'>;
export interface IRuntimeConfig {
locale?: {
getLocale?: () => string;
cache?: IntlCache;
} & OptionalIntlConfig;
};