Skip to content

Commit 92d0375

Browse files
committed
docs: 添加在线体验、GitHub 仓库、组织的反向链接
1 parent 03fdbcc commit 92d0375

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default defineConfig({
2020
{ text: '指南', link: '/guide/what-is-this' },
2121
{ text: '教师', link: '/guide/for-teachers' },
2222
{ text: '学生', link: '/guide/for-students' },
23+
{ text: '在线体验', link: 'https://econai-agent.com' },
2324
{ text: 'GitHub', link: 'https://github.com/ai-lingnan/econai-agent-platform' },
2425
],
2526

@@ -54,6 +55,11 @@ export default defineConfig({
5455
{ icon: 'github', link: 'https://github.com/ai-lingnan/econai-agent-platform' },
5556
],
5657

58+
footer: {
59+
message: '<a href="https://econai-agent.com">在线体验</a> · <a href="https://github.com/ai-lingnan/econai-agent-platform">GitHub</a> · <a href="https://github.com/ai-lingnan">AI Lingnan</a>',
60+
copyright: 'AGPL-3.0 Licensed',
61+
},
62+
5763
outline: { label: '目录' },
5864
docFooter: { prev: '上一篇', next: '下一篇' },
5965
darkModeSwitchLabel: '主题',

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ hero:
66
tagline: 教师发布作业,学生提交,AI 自动批改 — 开箱即用的智能教学平台
77
actions:
88
- theme: brand
9+
text: 在线体验
10+
link: https://econai-agent.com
11+
- theme: alt
912
text: 5 分钟部署上线
1013
link: /guide/getting-started
11-
- theme: alt
12-
text: 了解平台能做什么
13-
link: /guide/what-is-this
1414

1515
features:
1616
- title: 作业自动批改

0 commit comments

Comments
 (0)