添加 VitePress 配置和主题支持;更新 .gitignore 文件以排除不必要的目录;新增中英文文档首页

This commit is contained in:
2024-12-14 16:11:30 +08:00
parent d0110f1c11
commit ecd517533b
17 changed files with 2690 additions and 1 deletions

29
docs/zh/index.md Normal file
View File

@ -0,0 +1,29 @@
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: "小棉智能"
text: "猫娘机器人"
tagline: 可爱智能且可扩展的AI服务插件
actions:
- theme: brand
text: 开始使用
link: /start
- theme: alt
text: 开发及扩展
link: /dev
image:
light: ./marsho-full.svg
dark: ./marsho-full.svg
alt: Marsho Logo
features:
- title: 强大驱动
details: 基于 无机器人二,可快速安装在现有的 无机器人二 或轻雪实例上
- title: 接口规范
details: 使用任何遵循 开放式人工智能 的接口均可与小棉智能进行交互
- title: 易于扩展
details: 使用蟒蛇编写工具及插件,实现函数调用,可轻松扩展小棉智能的功能
---