소스 검색

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>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.