Skip to content

Commit 44cb1fb

Browse files
authored
Merge pull request #6 from ilyydy/doc
修改 ci 问题
2 parents 5aa061d + 5fc740f commit 44cb1fb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323
cache: "npm"
2424
- run: npm ci
25-
- run: npm build
26-
- run: npm build-mini
25+
- run: npm run build
26+
- run: npm run build-mini
2727
- name: Release
2828
uses: ncipollo/release-action@v1
2929
with:

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
cat << 'EOF' > wrangler.toml
2424
${{secrets.WRANGLER_TOML}}
2525
EOF
26+
- run: npm ci
2627
- name: Publish
2728
uses: cloudflare/wrangler-action@2.0.0
2829
with:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@
9494

9595
## 已知问题
9696

97-
1. 微信公众号的消息加解密方式选择安全模式或兼容模式时,按照官方文档应返回加密格式的消息,但实测发现只能返回明文格式的消息,未确认是个别账号问题,还是普遍问题。(代码都用明文格式返回)[]
97+
1. 微信公众号的消息加解密方式选择安全模式或兼容模式时,按照官方文档应返回加密格式的消息,但实测发现只能返回明文格式的消息,未确认是个别账号问题,还是普遍问题。[代码都用明文格式返回](https://github.com/ilyydy/cf-openai/blob/v0.0.1/src/platform/wechat.ts#L144)

0 commit comments

Comments
 (0)