hookehuyr

feat(启动页): 重构启动页设计并添加新资源

- 替换原有启动页为全新视觉设计,包含背景图片和logo
- 添加水滴波纹加载动画效果
- 修改页面标题为"三坛大戒"
- 实现手动点击进入应用功能
1 +<!--
2 + * @Date: 2025-10-30 10:27:09
3 + * @LastEditors: hookehuyr hookehuyr@gmail.com
4 + * @LastEditTime: 2025-10-30 11:20:11
5 + * @FilePath: /stdj_h5/index.html
6 + * @Description: 三坛大戒H5页面
7 +-->
1 <!DOCTYPE html> 8 <!DOCTYPE html>
2 <html lang="zh-CN"> 9 <html lang="zh-CN">
3 <head> 10 <head>
...@@ -7,10 +14,10 @@ ...@@ -7,10 +14,10 @@
7 <meta name="format-detection" content="telephone=no" /> 14 <meta name="format-detection" content="telephone=no" />
8 <meta name="apple-mobile-web-app-capable" content="yes" /> 15 <meta name="apple-mobile-web-app-capable" content="yes" />
9 <meta name="apple-mobile-web-app-status-bar-style" content="black" /> 16 <meta name="apple-mobile-web-app-status-bar-style" content="black" />
10 - <title>H5 Vite Template</title> 17 + <title>三坛大戒</title>
11 </head> 18 </head>
12 <body> 19 <body>
13 <div id="app"></div> 20 <div id="app"></div>
14 <script type="module" src="/src/main.js"></script> 21 <script type="module" src="/src/main.js"></script>
15 </body> 22 </body>
16 -</html>
...\ No newline at end of file ...\ No newline at end of file
23 +</html>
......
This diff is collapsed. Click to expand it.