mirror of
https://github.com/fankes/komari-theme-purcarte.git
synced 2025-10-18 19:39:22 +08:00
46 lines
965 B
Markdown
46 lines
965 B
Markdown
<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)
|