From 2b3715f1610b4176d7abe33e34542389cef61853 Mon Sep 17 00:00:00 2001 From: zhuguifei <zhuguifei@zhuguifeideiMac.local> Date: 星期六, 12 四月 2025 17:12:22 +0800 Subject: [PATCH] Merge branch 'main' of http://lanpucloud.cn:1111/r/eims-master --- eims-ui-mobile/src/types/global.d.ts | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/eims-ui-mobile/src/types/global.d.ts b/eims-ui-mobile/src/types/global.d.ts new file mode 100644 index 0000000..2a0a4e7 --- /dev/null +++ b/eims-ui-mobile/src/types/global.d.ts @@ -0,0 +1,23 @@ +declare const __UNI_PLATFORM__: + | 'h5' + | 'app' + | 'mp-alipay' + | 'mp-baidu' + | 'mp-jd' + | 'mp-kuaishou' + | 'mp-lark' + | 'mp-qq' + | 'mp-toutiao' + | 'mp-weixin' + | 'quickapp-webview' + | 'quickapp-webview-huawei' + | 'quickapp-webview-union' + +declare const __VITE_APP_PROXY__: 'true' | 'false' + +declare namespace JSX { + interface IntrinsicElements { + template: any + block: any + } +} -- Gitblit v1.9.3