From f26f29d84e0a68831a6af14dab3eec5500496d2e Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 28 五月 2025 16:48:52 +0800
Subject: [PATCH] 初始化项目

---
 static/index.html |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/static/index.html b/static/index.html
new file mode 100644
index 0000000..c440d5e
--- /dev/null
+++ b/static/index.html
@@ -0,0 +1,52 @@
+<!DOCTYPE html>
+<html lang="zh-CN">
+	<head>
+		<meta charset="utf-8">
+		<meta http-equiv="X-UA-Compatible" content="IE=edge">
+		<meta name="keywords" content="PoweredByJeeSiteV4.0"/>
+		<meta name="description" content="PoweredByJeeSiteV4.0"/>
+		<link rel="shortcut icon" type="image/x-icon" href="custom/favicon.png">
+		<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
+		<title>涓ぉ浜掕仈Asun-MES</title>
+		<script>
+			window.onresize = function () {
+				if (document.documentElement.clientWidth < 768) {
+					window.location.href = '../#/';
+				}
+			};
+			window.onresize();
+		</script>
+		<style>
+			.mobile-model {
+				margin: 10px auto;
+				background-color: #fff;
+				width: 330px;
+				margin-top: calc(50vh - 350px);
+				box-sizing: border-box;
+				background-image: url(common/img/iPhoneX.png);
+				background-repeat: no-repeat;
+				background-size: 100%;
+				border-radius: 30px;
+				padding: 48px 23px 38px 16px;
+			}
+			.mobile-content {
+				box-sizing: border-box;
+				width: 298px;
+				height: 582px;
+				border-bottom-left-radius: 20px;
+			}
+			.mobile-iframe {
+				height: 100%;
+				width: 100%;
+				border-radius: 20px;
+			}
+		</style>
+	</head>
+	<body>
+		<div class="mobile-model">
+			<div class="mobile-content">
+				<iframe src="../#/" class="mobile-iframe" scrolling="auto" frameborder="0"></iframe>
+			</div>
+		</div>
+	</body>
+</html>

--
Gitblit v1.9.3