mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-12 05:32:48 +00:00
9 lines
208 B
TypeScript
9 lines
208 B
TypeScript
/**
|
|
* 特殊字符映射表
|
|
*/
|
|
export declare const SAFE_CHAR_MAP: Record<string, string>;
|
|
/**
|
|
* 特殊字符映射表(国际化)
|
|
*/
|
|
export declare const SAFE_CHAR_MAP_LOCALE: Record<string, string>;
|