Skip to content

Commit

Permalink
修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonz1987 committed Jan 17, 2024
1 parent 12a1957 commit f2c30b6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# 源目录,编译后生成的文件目录
SOURCE: "./docs/.vuepress/dist/"
# 服务器ip:换成你的服务器IP
REMOTE_HOST: "121.43.54.148"
REMOTE_HOST: "${{ secrets.BSF_SERVER_HOST }}"
# 用户
REMOTE_USER: "root"
# 目标地址 你在服务器上部署代码的地方
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/configs/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const navbarZh: NavbarConfig = [
],
},
{
text: '购买',
text: '捐赠',
link: 'https://byteee.fund/project/cordova-plugin-wechat',
},
{
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 更新日志

## 4.1.0 (2024-01-15)

### 功能

- 实现苹果SDK所有API

## 4.0.0 (2024-01-01)

### 功能
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- 如果需要支付功能,还需要申请[微信商户](https://pay.weixin.qq.com)
- IOS项目请配置好UNIVERSAL LINK;
- 准备好的你项目(基于cordova)
- [购买插件](https://byteee.fund/project/cordova-plugin-wechat)代码并下载解压到本地;
- [获取](https://byteee.fund/project/cordova-plugin-wechat)代码并下载解压到本地;



Expand Down

0 comments on commit f2c30b6

Please sign in to comment.