https://github.com/laikit-dev/docs
洛谷保存站帮助中心
https://github.com/laikit-dev/docs
docs luogu markdown oi vite vuejs
Last synced: 3 months ago
JSON representation
洛谷保存站帮助中心
- Host: GitHub
- URL: https://github.com/laikit-dev/docs
- Owner: laikit-dev
- Created: 2025-08-27T04:12:15.000Z (4 months ago)
- Default Branch: v1
- Last Pushed: 2025-09-30T09:26:21.000Z (3 months ago)
- Last Synced: 2025-09-30T11:32:15.627Z (3 months ago)
- Topics: docs, luogu, markdown, oi, vite, vuejs
- Language: SCSS
- Homepage: https://help.luogu.me
- Size: 908 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 洛谷保存站帮助中心
祝所有 OIers rp++
编写指南:
- Markdown 请参考:https://vitepress.dev/guide/markdown
- RunTime API 请参考:https://vitepress.dev/reference/runtime-api#runtime-api
- 安装依赖:
```bash
pnpm install
```
- 启动项目:
```bash
pnpm run docs:dev
```
之后按照正常的 Markdown 格式编写即可!