初始提交:项目迁移,前端(管理端)

This commit is contained in:
jdc
2025-11-13 09:50:47 +08:00
commit 13f78a3086
695 changed files with 89296 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/**
* 特殊字符映射表
*/
export declare const SAFE_CHAR_MAP: Record<string, string>;
/**
* 特殊字符映射表(国际化)
*/
export declare const SAFE_CHAR_MAP_LOCALE: Record<string, string>;