mikuyyds commited on
Commit
b0309c7
·
verified ·
1 Parent(s): 98342f9

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -5
index.html CHANGED
@@ -7,13 +7,13 @@
7
  <meta name="description" content="聚合短视频解析工具,支持抖音、快手等平台去水印下载">
8
  <title>聚合短视频去水印</title>
9
  <link rel="icon" href="assets/favicon.ico" type="image/x-icon">
10
- <link rel="manifest" href="assets/manifest.json">
11
- <link rel="apple-touch-icon" href="assets/icons/icon-180.png">
12
  <link href="https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&family=Nunito:wght@700&display=swap" rel="stylesheet">
13
  <!-- 使用 CDN 引入 FileSaver.js 和 JSZip -->
14
  <script src="https://cdn.bootcdn.net/ajax/libs/FileSaver.js/2.0.5/FileSaver.min.js" async></script>
15
  <script src="https://cdn.bootcdn.net/ajax/libs/jszip/3.10.1/jszip.min.js" async></script>
16
- <link rel="stylesheet" href="assets/style.css">
17
  </head>
18
  <body>
19
  <div class="widgets-container">
@@ -118,11 +118,11 @@
118
  <p>copyright@聚合短视频去水印</p>
119
  </footer>
120
  <div class="debug-info" id="debugInfo" aria-live="assertive"></div>
121
- <img class="anime-character" src="assets/character.png" alt="装饰角色" loading="lazy">
122
  <button class="back-to-top" aria-label="返回顶部" style="display: none;">
123
  <i class="back-icon">⬆</i>
124
  </button>
125
  <script src="https://api.vvhan.com/yu.html" async></script>
126
- <script src="assets/script.js" defer></script>
127
  </body>
128
  </html>
 
7
  <meta name="description" content="聚合短视频解析工具,支持抖音、快手等平台去水印下载">
8
  <title>聚合短视频去水印</title>
9
  <link rel="icon" href="assets/favicon.ico" type="image/x-icon">
10
+ <link rel="manifest" href="manifest.json">
11
+ <link rel="apple-touch-icon" href="icon-jx.png">
12
  <link href="https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&family=Nunito:wght@700&display=swap" rel="stylesheet">
13
  <!-- 使用 CDN 引入 FileSaver.js 和 JSZip -->
14
  <script src="https://cdn.bootcdn.net/ajax/libs/FileSaver.js/2.0.5/FileSaver.min.js" async></script>
15
  <script src="https://cdn.bootcdn.net/ajax/libs/jszip/3.10.1/jszip.min.js" async></script>
16
+ <link rel="stylesheet" href="style.css">
17
  </head>
18
  <body>
19
  <div class="widgets-container">
 
118
  <p>copyright@聚合短视频去水印</p>
119
  </footer>
120
  <div class="debug-info" id="debugInfo" aria-live="assertive"></div>
121
+ <img class="anime-character" src="character.png" alt="装饰角色" loading="lazy">
122
  <button class="back-to-top" aria-label="返回顶部" style="display: none;">
123
  <i class="back-icon">⬆</i>
124
  </button>
125
  <script src="https://api.vvhan.com/yu.html" async></script>
126
+ <script src="script.js" defer></script>
127
  </body>
128
  </html>