Skip to content

Commit ae0ecae

Browse files
committed
feat: add blog and roadmap links to navigation; update support section for clarity
1 parent 7fca0a6 commit ae0ecae

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.vitepress/config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ export default defineConfig({
2626
nav: [
2727
{ text: "主页", link: "/" },
2828
{ text: "开始", link: "/what-is-astrbot" },
29+
{ text: "博客", link: "https://blog.astrbot.app" },
30+
{ text: "路线图", link: "https://astrbot.featurebase.app/roadmap" },
2931
],
3032
sidebar: [
3133
{
@@ -111,7 +113,7 @@ export default defineConfig({
111113
],
112114
},
113115
{
114-
text: "部署好后...",
116+
text: "支持我们",
115117
link: "/when-deployed",
116118
},
117119
],

zh/deploy/when-deployed.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
# 前言
1+
# 支持我们
22

3-
部署好后...当然是给 [AstrBot](https://github.com/AstrBotDevs/AstrBot) 一个 Star 啦!
3+
我们是开源免费项目,AstrBot 的持续开发和维护离不开社区的支持。如果你觉得这个项目对你有帮助,欢迎通过以下几种方式支持我们:
4+
5+
1. 在 GitHub 上给 [AstrBot](https://github.com/AstrBotDevs/AstrBot) 点一个 Star ⭐️。
6+
2. 通过 [爱发电平台](https://afdian.com/a/astrbot_team) 支持我们。
7+
3. 通过这个链接「[雨云官网](https://www.rainyun.com/NjU1ODg0_)」购买云服务器或云应用部署 AstrBot。如果你正好需要云服务器(例如用于部署 AstrBot),非常推荐使用雨云的一键部署方案。雨云是具有自主知识产权的国产云计算服务提供商,拥有可靠的营业资质和实体办公场所。
8+
4. 如果您是企业用户,可以联系我们获取定制化、文档/项目首页广告位等服务支持。
9+
10+
如果你愿意支持我们,那我会非常非常感谢你,也会继续用更优秀的产品回应你的信任。🌟
11+
12+
## Wakatime
413

514
AstrBot 主仓库:[![wakatime](https://wakatime.com/badge/user/915e5316-99c6-4563-a483-ef186cf000c9/project/018e705a-a1a7-409a-a849-3013485e6c8e.svg)](https://wakatime.com/badge/user/915e5316-99c6-4563-a483-ef186cf000c9/project/018e705a-a1a7-409a-a849-3013485e6c8e)
615

0 commit comments

Comments
 (0)