31 lines
707 B
Markdown
31 lines
707 B
Markdown
|
---
|
||
|
# https://vitepress.dev/reference/default-theme-home-page
|
||
|
layout: home
|
||
|
|
||
|
hero:
|
||
|
name: "paperai-docs"
|
||
|
text: "paperai docs"
|
||
|
tagline: My great project tagline
|
||
|
actions:
|
||
|
- theme: brand
|
||
|
text: paperai-function
|
||
|
link: /paperai-function
|
||
|
- theme: brand
|
||
|
text: paperai-deploy
|
||
|
link: /paperai-deploy
|
||
|
- theme: brand
|
||
|
text: paperai-env
|
||
|
link: /paperai-env
|
||
|
- theme: alt
|
||
|
text: API Examples
|
||
|
link: /api-examples
|
||
|
|
||
|
features:
|
||
|
- title: Feature 1 使用真实文献
|
||
|
details: 从各种文献网站获取真实文献
|
||
|
- title: Feature 2 AI写作
|
||
|
details: 内置免费AI模型
|
||
|
- title: Feature 3 文献管理
|
||
|
details: 将文献有序地排列
|
||
|
---
|