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/index.html | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/eims-ui-mobile/index.html b/eims-ui-mobile/index.html new file mode 100644 index 0000000..3b8b937 --- /dev/null +++ b/eims-ui-mobile/index.html @@ -0,0 +1,26 @@ +<!doctype html> +<html build-time="%BUILD_TIME%"> + <head> + <meta charset="UTF-8" /> + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> + <script> + var coverSupport = + 'CSS' in window && + typeof CSS.supports === 'function' && + (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)')) + document.write( + '<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + + (coverSupport ? ', viewport-fit=cover' : '') + + '" />', + ) + </script> + <title>璁惧绠$悊绯荤粺</title> + <!--preload-links--> + <!--app-context--> + </head> + + <body> + <div id="app"><!--app-html--></div> + <script type="module" src="/src/main.ts"></script> + </body> +</html> -- Gitblit v1.9.3