Merge branch 'master' into test

This commit is contained in:
monlor
2020-03-05 10:25:49 +08:00
2 changed files with 18 additions and 1 deletions

View File

@@ -13,7 +13,22 @@ name: CI
# - 'apps/**'
# - 'appsbin/**'
# - 'temp/**'
on: [push, pull_request]
# on: [push, pull_request]
on:
push:
paths-ignore:
- 'README.md'
- 'tools'
branchs:
- 'test'
- 'master'
pull_request:
paths-ignore:
- 'README.md'
- 'tools'
branchs:
- 'test'
- 'master'
jobs:
publish:

View File

@@ -16,6 +16,8 @@
* 由于`coding`限制仓库容量不能大于`2G`,尝试使用`github``cdn`源:`https://cdn.jsdelivr.net/gh/monlor/mbfiles`
* 最新版本里选择`github下载源`默认为`cdn`源,**推荐使用**
* 仓库已经重置,删除了历史记录
* 修复`EasyExployer`启动bug更新二进制程序版本
* 更新`BaiduPCS`二进制程序
* 2020-03-04
* 为了减少项目体积,现在采用`Github Actions`自动部署插件安装包