Skip to content

Fix: readme开发者社区二维码 #270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/pr-open-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: wagoid/commitlint-github-action@v4

- uses: actions/setup-node@v2
with:
node-version: '18'
check-latest: true

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
run: echo "dir=$(yarn cache dir)" >> $GITHUB_ENV

- uses: actions/cache@v4
with:
Expand All @@ -29,7 +32,7 @@ jobs:
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn

- name: Run Lint
run: yarn lint-md

Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# 机器人文档

本仓库是 QQ 机器人文档项目,基于[vuepress](https://vuepress.vuejs.org/zh/)构建。对应文档网站是 <https://bot.q.qq.com/wiki/>
本仓库是 QQ 机器人文档项目,基于[vuepress](https://vuepress.vuejs.org/zh/)构建。对应文档网站是[https://bot.q.qq.com/wiki/](https://bot.q.qq.com/wiki/)

## 本地开发

通过以下任何一种方式进行本地开发

### 1Gitpod 在线开发
### 1. Gitpod 在线开发

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/tencent-connect/bot-docs)

### 2本地克隆代码开发
### 2. 本地克隆代码开发

```sh
git clone [email protected]:tencent-connect/bot-docs.git
Expand Down Expand Up @@ -50,7 +50,13 @@ docs

欢迎扫码加入 **QQ 频道开发者社区**。

![开发者社区](https://mpqq.gtimg.cn/privacy/qq_guild_developer.png)
<a href="https://pd.qq.com/s/8m0pke8ks">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/937c9a6c-3d48-4c71-b4a0-477de255b0ca" />
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/51086907-c9c3-45a6-ae88-f255efcb2df2" />
<img alt="Star History Chart" src="https://github.com/user-attachments/assets/51086907-c9c3-45a6-ae88-f255efcb2df2" />
</picture>
</a>

## 贡献者

Expand Down
Loading