An open API service indexing awesome lists of open source software.

https://github.com/codeweiz/fireworks-web


https://github.com/codeweiz/fireworks-web

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

          

# 🎆 烟花特效网页

一个漂亮的网页烟花动画效果,点击屏幕即可释放烟花。

## ✨ 特性

- 🎇 自动发射烟花
- 👆 点击屏幕手动发射
- 📱 支持手机触摸
- 🌈 多彩粒子效果
- ✨ 拖尾动画

## 🚀 快速开始

### 本地运行

```bash
# 方式一:直接用浏览器打开
open index.html

# 方式二:使用 Python 内置服务器
python -m http.server 8080
# 然后访问 http://localhost:8080
```

## 📂 项目结构

```
fireworks/
└── index.html # 主页面(单文件,无需依赖)
```

## 🎮 使用说明

1. 打开网页后,烟花会自动从底部发射
2. 点击屏幕任意位置,可在点击处释放烟花
3. 手机端支持触摸操作

## 🌐 在线预览

[点击访问](https://codeweiz.github.io/fireworks/web/)

## 📝 技术栈

- HTML5 Canvas
- JavaScript (原生)
- 无外部依赖

## 📄 许可证

MIT License