feat(启动页): 重构启动页设计并添加新资源
- 替换原有启动页为全新视觉设计,包含背景图片和logo - 添加水滴波纹加载动画效果 - 修改页面标题为"三坛大戒" - 实现手动点击进入应用功能
Showing
5 changed files
with
8 additions
and
1 deletions
| 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,7 +14,7 @@ | ... | @@ -7,7 +14,7 @@ |
| 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> | ... | ... |
src/assets/images/01启动页/logo@2x.png
0 → 100644
19.1 KB
src/assets/images/01启动页/海报@2x.png
0 → 100644
1.71 MB
src/assets/images/01启动页/进入传戒现场@2x.png
0 → 100644
19.8 KB
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment