From ab4b098af76ced57567af7dddfd49fddc1e7230a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Steve=E5=96=B5=7E?=
<117198625+S-t-e-v-e-e@users.noreply.github.com>
Date: Sun, 27 Apr 2025 13:27:26 +0800
Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=E5=BC=80=E5=8F=91=E8=80=85=E7=A4=BE?=
=?UTF-8?q?=E5=8C=BA=E4=BA=8C=E7=BB=B4=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 2b264934..80d89792 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
# 机器人文档
-本仓库是 QQ 机器人文档项目,基于[vuepress](https://vuepress.vuejs.org/zh/)构建。对应文档网站是 。
+本仓库是 QQ 机器人文档项目,基于[vuepress](https://vuepress.vuejs.org/zh/)构建。对应文档网站是[https://bot.q.qq.com/wiki/](https://bot.q.qq.com/wiki/) 。
## 本地开发
通过以下任何一种方式进行本地开发
-### 1、Gitpod 在线开发
+### 1. Gitpod 在线开发
[](https://gitpod.io/#https://github.com/tencent-connect/bot-docs)
-### 2、本地克隆代码开发
+### 2. 本地克隆代码开发
```sh
git clone git@github.com:tencent-connect/bot-docs.git
@@ -50,7 +50,9 @@ docs
欢迎扫码加入 **QQ 频道开发者社区**。
-
+[](https://pd.qq.com/s/8m0pke8ks)
+
+
## 贡献者
From abcc3ce82d3411584e908829515f8a87739aa7ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Steve=E5=96=B5=7E?=
<117198625+S-t-e-v-e-e@users.noreply.github.com>
Date: Sun, 27 Apr 2025 13:45:58 +0800
Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20pr-open-check.y?=
=?UTF-8?q?ml=20=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.github/workflows/pr-open-check.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/pr-open-check.yml b/.github/workflows/pr-open-check.yml
index fb4ec7aa..edad1ea0 100644
--- a/.github/workflows/pr-open-check.yml
+++ b/.github/workflows/pr-open-check.yml
@@ -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:
@@ -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
From 2fb5d4f578c36d6b6ef97b4cc128296c90671e14 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Steve=E5=96=B5=7E?=
<117198625+S-t-e-v-e-e@users.noreply.github.com>
Date: Sun, 27 Apr 2025 21:30:21 +0800
Subject: [PATCH 3/3] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=9A=97?=
=?UTF-8?q?=E8=89=B2=E4=BA=8C=E7=BB=B4=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 80d89792..630d63eb 100644
--- a/README.md
+++ b/README.md
@@ -50,9 +50,13 @@ docs
欢迎扫码加入 **QQ 频道开发者社区**。
-[](https://pd.qq.com/s/8m0pke8ks)
-
-
+
+
+
+
+
+
+
## 贡献者