hookehuyr

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

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