This commit is contained in:
2025-11-04 11:05:03 +08:00
parent 49503f5449
commit 61a5217cf2

62
README.md Normal file
View File

@@ -0,0 +1,62 @@
# RE-Amachiromaker 🎨
> 这个项目复活了被甘城猫猫下线的捏脸网站喵~
本项目基于 [Charlie Chiang](https://github.com/charliechiangm) 的 Amachiromaker 进行了 UI 大修喵~
## ✨ 特点
- **动画交互** - 为所有元素添加了流畅的交互动画喵
- **界面美化** - 全面重构原版 UI,带来更加美观的视觉体验
- **缩略图预览** - 所有选项卡都配备了直观的缩略图,一目了然喵
- **深色模式** - 支持日夜主题切换
- `white.jpg` - 白天背景
- `black.jpg` - 夜晚背景
## 🚀 如何构建
1. 下载所有文件并解压到一个文件夹内
2. 安装 Python(如果尚未安装)
3. 在终端中运行以下命令:
```bash
python -m http.server 8000 --directory <项目根目录>
```
4. 在浏览器中访问:
```
http://localhost:8000
```
## 🌐 在线体验
项目已部署在服务器上,可以直接访问喵:
**https://www.hutaotao.top/amachiromaker/**
## 📸 预览
<p align="center">
<img src="readme-assets/screenshot.png" alt="界面截图" width="100%">
<br>
<em>界面截图</em>
</p>
<p align="center">
<img src="readme-assets/gif1.gif" alt="动画演示" width="90%">
<br>
<em>动画演示</em>
</p>
## ⚠️ 特别说明
因版权原因,本存储库不包含任何原项目的图像资源,敬请谅解喵~
## 💖 支持项目
如果你喜欢这个项目,不要忘了给个 Star ⭐ 呐~
---
<p align="center">Made with 💕 by NekoQiye</p>