更新 README.md
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-07 01:11:48 +08:00
parent aa8e263721
commit fa2bfa28dd

View File

@ -25,3 +25,7 @@ bun install
```bash ```bash
bun run dev bun run dev
``` ```
## 参考
本项目使用了 Svelte + TailwindCSS 技术栈,所有的元件的 CSS 都被重置了,标准的 `h1` 等元素都需要重新设置样式。你可以使用 `<style>` 来重新设置项目,或者使用 TailwindCSS 来设计页面样式。