提交阶段性预览

This commit is contained in:
Zy
2026-04-20 16:38:04 +08:00
parent d0888c6afb
commit 9f9a88f303
39 changed files with 2987 additions and 194 deletions

View File

@@ -15,7 +15,12 @@ declare global {
visible: boolean;
children?: Array<FieldOption>;
}
/** 地图 */
interface Window {
_AMapSecurityConfig?: {
securityJsCode: string;
};
}
/**
* 弹窗属性
*/