init: 初始化

This commit is contained in:
Montia37
2025-08-13 04:32:05 +08:00
commit af6f7b1d09
343 changed files with 9919 additions and 0 deletions

45
README.md Normal file
View File

@@ -0,0 +1,45 @@
<div align="center">
<img width="300" src="./preview.png">
## ✨ PurCarte ✨
一个为 [Komari](https://github.com/komari-monitor/komari) 设计的磨砂玻璃风格主题
</div>
---
> [!NOTE]
> 初学 React部分借鉴官方主题在 Gemini 的帮助下完成,整体风格更偏向个人喜好
> [!WARNING]
> Instance 页面仍有较多缺陷,暂时参考官方样式小改
> 延迟信息图表仅勉强可看,短时间无法完善,介意请先考虑其他主题 [社区维护的主题](https://komari-document.pages.dev/community/theme)
## 开发
1. **克隆项目**
```bash
git clone https://github.com/Montia37/komari-theme-purcarte.git
cd Komari-theme-purcarte
```
2. **安装依赖**
```bash
yarn install
```
3. **运行开发服务器**
```bash
yarn dev
```
4. 在浏览器中打开 `http://localhost:5173` (或 Vite 提示的其他端口)。
## 📄 许可证
[MIT License](LICENSE)