2024-06-06 09:20:53 +08:00
|
|
|
<!doctype html>
|
|
|
|
<html build-date="%BUILD_DATE%">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2024-06-19 13:50:08 +08:00
|
|
|
<!-- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> -->
|
2024-06-06 09:20:53 +08:00
|
|
|
<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>
|
2024-07-02 16:56:38 +08:00
|
|
|
<title>场景营销</title>
|
2024-06-06 09:20:53 +08:00
|
|
|
<!--preload-links-->
|
|
|
|
<!--app-context-->
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="app"><!--app-html--></div>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
2024-07-17 18:24:07 +08:00
|
|
|
<!-- 调试工具 -->
|
|
|
|
<!-- <script src="https://fastly.jsdelivr.net/npm/eruda"></script>
|
|
|
|
<script>
|
|
|
|
eruda.init()
|
|
|
|
</script> -->
|
2024-06-06 09:20:53 +08:00
|
|
|
</body>
|
|
|
|
</html>
|