Skip to content

Commit

Permalink
feat: 加一个交流群
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Sep 6, 2022
1 parent b7eee7a commit 548bee7
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ contact_links:
url: https://github.com/Mereithhh/van-blog/discussions/new
about: 前往讨论区与大家交流

# - name: 官方 QQ 群
# url: https://jq.qq.com/?_wv=1027&k=l0NphanY
# about: '加入Waline 用户交流群: 673663898'
- name: 官方 QQ 群
url: https://jq.qq.com/?_wv=1027&k=5NRyK2Sw
about: '加入VanBlog 用户交流群: 743037540'

# - name: Telegram
# url: https://t.me/walinejs
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
>
> [更多常见问题](https://vanblog.mereith.com/ref/faq.html)
## 交流群

- [VanBlog  交流群](https://jq.qq.com/?_wv=1027&k=5NRyK2Sw)

## 说明与文档

请移步项目主页: [https://vanblog.mereith.com](https://vanblog.mereith.com)
Expand Down
5 changes: 5 additions & 0 deletions docs/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ export default navbar([
{ text: "功能", link: "/feature/basic/article", icon: "launch" },
{ text: "参考", link: "/ref/env", icon: "list" },
{ text: "Demo", link: "https://blog-demo.mereith.com", icon: "navigate" },
{
text: "交流群",
link: "https://jq.qq.com/?_wv=1027&k=5NRyK2Sw",
icon: "support",
},
]);
4 changes: 4 additions & 0 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ VanBlog 是一款简洁实用优雅的高性能个人博客系统。支持 HTTPS
- [ ] 增加一些 e2e 测试,集成到 CI
- [ ] 国际化

## 交流群

- [VanBlog 交流群](https://jq.qq.com/?_wv=1027&k=5NRyK2Sw)

## 打赏

如果你觉得本项目还不错,可以打赏哦。您的支持就是我最大的动力!
Expand Down
4 changes: 4 additions & 0 deletions docs/ref/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ icon: vscode
:::
本项目使用了 `JavaScript``TypeScript` 实现。

如果你想参与 `VanBlog` 开发,可以进群哦:

- [VanBlog 开发群](https://jq.qq.com/?_wv=1027&k=mf2CguM8)

## 路径结构

```bash
Expand Down
5 changes: 5 additions & 0 deletions packages/admin/src/pages/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ export default function (props) {
<a target={'_blank'} rel="noreferrer" href="/swagger">
API文档
</a>
</Space>
<Space style={{ marginTop: 8 }}>
<a
target={'_blank'}
rel="noreferrer"
Expand All @@ -70,6 +72,9 @@ export default function (props) {
>
打赏
</a>
<a target={'_blank'} rel="noreferrer" href="https://jq.qq.com/?_wv=1027&k=5NRyK2Sw">
交流群
</a>
</Space>
</div>
</ProCard>
Expand Down

0 comments on commit 548bee7

Please sign in to comment.