Skip to content

Commit

Permalink
修改演示站
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyoubo committed Jun 3, 2024
1 parent c8c87e8 commit 68e1579
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig({
nav: [
{ text: '首页', link: '/' },
{ text: '文档', link: '/docs/' },
{ text: '演示', link: 'https://mlog.club' },
{ text: '演示', link: 'https://bbs.bbs-go.com' },
],

search: {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bannerBrand:
- {
icon: "Forum",
text: "社区",
link: "https://mlog.club",
link: "https://bbs.bbs-go.com",
# type: "plain",
}
isShowTitleInHome: true
Expand Down
6 changes: 3 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ https://api.github.com/repos/mlogclub/bbs-go/releases?page=1&per_page=100

发布地址: <https://github.com/mlogclub/bbs-go/releases/tag/v3.2.5>

- Feature:全新的签到、排行榜样式,感谢[Alice Re-Code](https://mlog.club/user/2806)贡献代码
- Feature:全新的签到、排行榜样式,感谢[Alice Re-Code](https://bbs.bbs-go.com/user/2806)贡献代码
- Bugfix:修复注册链接跳转失效的问题
- Bugfix:修复帖子管理菜单权限控制错误的问题
- Bugfix:修复头像展示变形的问题
Expand Down Expand Up @@ -408,7 +408,7 @@ https://api.github.com/repos/mlogclub/bbs-go/releases?page=1&per_page=100
## v3.0.3 (2019-11-11)

发布地址: <https://github.com/mlogclub/bbs-go/releases/tag/v3.0.3>
功能建议收集:<https://mlog.club/topic/609>
功能建议收集:<https://bbs.bbs-go.com/topic/609>

- 支持 Docker 快速部署 ( 感谢热心用户 @athom 的 PR https://github.com/mlogclub/bbs-go/pull/25 )
- 新增本地快速构建脚本
Expand All @@ -423,7 +423,7 @@ https://api.github.com/repos/mlogclub/bbs-go/releases?page=1&per_page=100
## v3.0.2 (2019-10-29)

发布地址: <https://github.com/mlogclub/bbs-go/releases/tag/v3.0.2>
功能建议收集:<https://mlog.club/topic/609>
功能建议收集:<https://bbs.bbs-go.com/topic/609>

- QQ 登录
- 密码注册
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bbs-go 为前后端分离设计,后端接口服务使用简洁的 Go 语言进

- Github:[https://github.com/mlogclub/bbs-go](https://github.com/mlogclub/bbs-go)
- 码云:[https://gitee.com/mlogclub/bbs-go](https://gitee.com/mlogclub/bbs-go)
- 交流/演示站:[码农俱乐部](https://mlog.club)
- 交流/演示站:[码农俱乐部](https://bbs.bbs-go.com)

## 技术栈

Expand All @@ -41,7 +41,7 @@ bbs-go 为前后端分离设计,后端接口服务使用简洁的 Go 语言进
## 问题反馈
- 问题反馈:[https://mlog.club/topic/create?nodeId=6](https://mlog.club/topic/create?nodeId=6)
- 功能建议:[https://mlog.club/topic/609](https://mlog.club/topic/609)
- 问题反馈:[https://bbs.bbs-go.com/topic/create?nodeId=6](https://bbs.bbs-go.com/topic/create?nodeId=6)
- 功能建议:[https://bbs.bbs-go.com/topic/609](https://bbs.bbs-go.com/topic/609)
-->
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hero:
link: /docs/getstart/docker.html
- theme: alt
text: 交流社区
link: https://mlog.club
link: https://bbs.bbs-go.com

features:
- title: 简洁至上
Expand Down

0 comments on commit 68e1579

Please sign in to comment.