Files
konabot-web/README.md
passthem fa2bfa28dd
All checks were successful
continuous-integration/drone/push Build is passing
更新 README.md
2025-11-07 01:11:48 +08:00

32 lines
974 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Konabot Web
此方 Bot 专用 Web 应用,让坏枪的渲染模块可以有更多自定义的图图。
瓜皮告诉我说,四川人很喜欢说叠词。
## 安装
本项目使用 `bun` 进行包管理,但是如果你用 `npm` 的话我不拦你。这里建议用 `bun`。你可以前往[Bun 官网](https://bun.com/)查看如何安装 `bun`。例如,在 Windows打开一个控制台并输入
```powershell
powershell -c "irm bun.sh/install.ps1 | iex"
```
安装好 `bun` 以后,在你喜欢的用于安置代码的文件夹,输入:
```bash
git clone https://gitea.service.jazzwhom.top/mttu-developers/konabot-web.git
cd konabot-web
bun install
```
## 运行
```bash
bun run dev
```
## 参考
本项目使用了 Svelte + TailwindCSS 技术栈,所有的元件的 CSS 都被重置了,标准的 `h1` 等元素都需要重新设置样式。你可以使用 `<style>` 来重新设置项目,或者使用 TailwindCSS 来设计页面样式。