Files
vtsuru.live/README.md
Megghy f525bbb759 feat: 添加签到功能及相关设置
- 更新 .gitignore,添加 SpecStory 说明文件
- 在 App.vue 中引入 NGlobalStyle 组件
- 更新 api-models.ts,添加签到相关数据模型
- 在 CheckInSettings.vue 中实现签到功能的配置界面
- 添加签到排行榜功能,允许用户查看签到情况
- 更新 PointHistoryCard.vue,增加签到记录显示
- 在 PointSettings.vue 中添加签到相关设置项
- 更新路由,添加签到排行页面
2025-05-01 08:18:58 +08:00

24 lines
316 B
Markdown

# vtsuru.live
## Project setup
```
bun install
```
### Compiles and hot-reloads for development
```
bun dev
```
### Compiles and minifies for production
```
bun run build
```
### Lints and fixes files
```
bun run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).