📝 文档初步大迁移 vuepress
-> vitepress
This commit is contained in:
60
docs/zh/index.md
Normal file
60
docs/zh/index.md
Normal file
@ -0,0 +1,60 @@
|
||||
---
|
||||
layout: home
|
||||
|
||||
hero:
|
||||
name: "轻雪机器人"
|
||||
text: "文档"
|
||||
tagline: "一个综合性的机器人应用及管理框架"
|
||||
actions:
|
||||
- theme: brand
|
||||
text: 快速开始
|
||||
link: ./deploy/install
|
||||
- theme: alt
|
||||
text: 使用手册
|
||||
link: ./usage/basic_command
|
||||
- theme: alt
|
||||
text: 扩展
|
||||
link: ./store/resource
|
||||
image:
|
||||
src: ./liteyuki.svg
|
||||
alt: Liteyuki Logo
|
||||
|
||||
features:
|
||||
- title: 支持多种框架
|
||||
icon: 🛠️
|
||||
details: 基于轻雪框架,兼容nonebot,melobot等,拥有良好的生态支持
|
||||
link: ./dev/api/api
|
||||
|
||||
- title: 插件管理
|
||||
icon: 🧩
|
||||
details: 使用包管理器,便捷管理插件及资源包
|
||||
link: ./store/plugin
|
||||
|
||||
- title: 主题支持
|
||||
icon: 🎨
|
||||
details: 使用资源包对外观进行完全自定义
|
||||
link: ./store/resource
|
||||
|
||||
- title: 国际化
|
||||
icon: 🌐
|
||||
details: 通过资源包支持多种语言
|
||||
link: https://baike.baidu.com/item/i18n/6771940
|
||||
|
||||
- title: 简易使用
|
||||
icon: ⚙️
|
||||
details: 无需繁琐前期过程,开箱即用
|
||||
link: ./deploy/config
|
||||
|
||||
- title: 超高性能
|
||||
icon: 🏎️
|
||||
details: 500个插件,2s内启动
|
||||
|
||||
- title: 滚动更新
|
||||
icon: ☁️
|
||||
details: 让你的机器人保持最新提交
|
||||
|
||||
- title: 开源项目
|
||||
icon: 💻
|
||||
details: 项目遵循MIT LICENCE开源,欢迎各位的贡献
|
||||
link: https://github.com/LiteyukiStudio/LiteyukiBot
|
||||
---
|
Reference in New Issue
Block a user