File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
22
node-version : ${{ matrix.node-version }}
23
23
cache : " npm"
24
24
- run : npm ci
25
- - run : npm build
26
- - run : npm build-mini
25
+ - run : npm run build
26
+ - run : npm run build-mini
27
27
- name : Release
28
28
uses : ncipollo/release-action@v1
29
29
with :
Original file line number Diff line number Diff line change 23
23
cat << 'EOF' > wrangler.toml
24
24
${{secrets.WRANGLER_TOML}}
25
25
EOF
26
+ - run : npm ci
26
27
- name : Publish
27
28
uses : cloudflare/wrangler-action@2.0.0
28
29
with :
Original file line number Diff line number Diff line change 94
94
95
95
## 已知问题
96
96
97
- 1 . 微信公众号的消息加解密方式选择安全模式或兼容模式时,按照官方文档应返回加密格式的消息,但实测发现只能返回明文格式的消息,未确认是个别账号问题,还是普遍问题。(代码都用明文格式返回) [ ]
97
+ 1 . 微信公众号的消息加解密方式选择安全模式或兼容模式时,按照官方文档应返回加密格式的消息,但实测发现只能返回明文格式的消息,未确认是个别账号问题,还是普遍问题。[ 代码都用明文格式返回 ] ( https://github.com/ilyydy/cf-openai/blob/v0.0.1/src/platform/wechat.ts#L144 )
You can’t perform that action at this time.
0 commit comments