mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-10 20:02:54 +00:00
1
This commit is contained in:
parent
3b46c8cf07
commit
cfa275518c
22
build/cool/eps.d.ts
vendored
22
build/cool/eps.d.ts
vendored
@ -960,6 +960,26 @@ declare namespace Eps {
|
||||
*/
|
||||
description?: string;
|
||||
|
||||
/**
|
||||
* 生日
|
||||
*/
|
||||
birthday?: string;
|
||||
|
||||
/**
|
||||
* 省
|
||||
*/
|
||||
province?: string;
|
||||
|
||||
/**
|
||||
* 市
|
||||
*/
|
||||
city?: string;
|
||||
|
||||
/**
|
||||
* 区
|
||||
*/
|
||||
district?: string;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
@ -2186,5 +2206,5 @@ declare namespace Eps {
|
||||
user: { address: UserAddress; info: UserInfo };
|
||||
};
|
||||
|
||||
type DictKey = "brand" | "occupation";
|
||||
type DictKey = "brand" | "occupation" | "upgradeType" | "complainType" | "feedbackType";
|
||||
}
|
||||
|
||||
19
packages/vite-plugin/dist/index.js
vendored
19
packages/vite-plugin/dist/index.js
vendored
@ -1831,6 +1831,25 @@ if (typeof window !== 'undefined') {
|
||||
"/": "-slash-",
|
||||
":": "-colon-",
|
||||
" ": "-space-",
|
||||
"<": "-lt-",
|
||||
">": "-gt-",
|
||||
"&": "-amp-",
|
||||
"|": "-pipe-",
|
||||
"^": "-caret-",
|
||||
"~": "-tilde-",
|
||||
"`": "-backtick-",
|
||||
"'": "-single-quote-",
|
||||
".": "-dot-",
|
||||
"?": "-question-",
|
||||
"*": "-star-",
|
||||
"+": "-plus-",
|
||||
"-": "-dash-",
|
||||
_: "-underscore-",
|
||||
"=": "-equal-",
|
||||
"%": "-percent-",
|
||||
"@": "-at-",
|
||||
"《": "-chinese-lt-",
|
||||
"》": "-chinese-gt-",
|
||||
};
|
||||
|
||||
// @ts-ignore
|
||||
|
||||
@ -31,4 +31,21 @@ export const SAFE_CHAR_MAP_LOCALE: Record<string, string> = {
|
||||
"/": "-slash-",
|
||||
":": "-colon-",
|
||||
" ": "-space-",
|
||||
"<": "-lt-",
|
||||
">": "-gt-",
|
||||
"&": "-amp-",
|
||||
"|": "-pipe-",
|
||||
"^": "-caret-",
|
||||
"~": "-tilde-",
|
||||
"`": "-backtick-",
|
||||
"'": "-single-quote-",
|
||||
".": "-dot-",
|
||||
"?": "-question-",
|
||||
"*": "-star-",
|
||||
"+": "-plus-",
|
||||
"-": "-dash-",
|
||||
_: "-underscore-",
|
||||
"=": "-equal-",
|
||||
"%": "-percent-",
|
||||
"@": "-at-",
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user