瀏覽代碼

deploy: build 20260625-1521

tianyu.chu 1 月之前
當前提交
e861064347
共有 5 個文件被更改,包括 39 次插入0 次删除
  1. 0 0
      assets/FunnelChart-Bmc1yzCU.js
  2. 0 0
      assets/index-BD0fcavY.css
  3. 16 0
      assets/index-R7-ZBsPh.js
  4. 8 0
      favicon.svg
  5. 15 0
      index.html

文件差異過大導致無法顯示
+ 0 - 0
assets/FunnelChart-Bmc1yzCU.js


文件差異過大導致無法顯示
+ 0 - 0
assets/index-BD0fcavY.css


文件差異過大導致無法顯示
+ 16 - 0
assets/index-R7-ZBsPh.js


+ 8 - 0
favicon.svg

@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
+  <rect width="32" height="32" rx="7" fill="#04CB94"/>
+  <g fill="#ffffff">
+    <rect x="7" y="9" width="18" height="3.6" rx="1.8"/>
+    <rect x="9.5" y="14.6" width="13" height="3.6" rx="1.8"/>
+    <rect x="12" y="20.2" width="8" height="3.6" rx="1.8"/>
+  </g>
+</svg>

+ 15 - 0
index.html

@@ -0,0 +1,15 @@
+<!doctype html>
+<html lang="zh-CN">
+  <head>
+    <meta charset="UTF-8" />
+    <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="theme-color" content="#04CB94" />
+    <title>HS Data · 数据服务平台</title>
+    <script type="module" crossorigin src="/assets/index-R7-ZBsPh.js"></script>
+    <link rel="stylesheet" crossorigin href="/assets/index-BD0fcavY.css">
+  </head>
+  <body>
+    <div id="root"></div>
+  </body>
+</html>

部分文件因文件數量過多而無法顯示