mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
更新README
This commit is contained in:
17
.github/workflows/main.yml
vendored
17
.github/workflows/main.yml
vendored
@@ -13,7 +13,22 @@ name: CI
|
|||||||
# - 'apps/**'
|
# - 'apps/**'
|
||||||
# - 'appsbin/**'
|
# - 'appsbin/**'
|
||||||
# - 'temp/**'
|
# - '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:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
|||||||
@@ -16,6 +16,8 @@
|
|||||||
* 由于`coding`限制仓库容量不能大于`2G`,尝试使用`github`的`cdn`源:`https://cdn.jsdelivr.net/gh/monlor/mbfiles`
|
* 由于`coding`限制仓库容量不能大于`2G`,尝试使用`github`的`cdn`源:`https://cdn.jsdelivr.net/gh/monlor/mbfiles`
|
||||||
* 最新版本里选择`github下载源`默认为`cdn`源,**推荐使用**
|
* 最新版本里选择`github下载源`默认为`cdn`源,**推荐使用**
|
||||||
* 仓库已经重置,删除了历史记录
|
* 仓库已经重置,删除了历史记录
|
||||||
|
* 修复`EasyExployer`启动bug,更新二进制程序版本
|
||||||
|
* 更新`BaiduPCS`二进制程序
|
||||||
|
|
||||||
* 2020-03-04
|
* 2020-03-04
|
||||||
* 为了减少项目体积,现在采用`Github Actions`自动部署插件安装包
|
* 为了减少项目体积,现在采用`Github Actions`自动部署插件安装包
|
||||||
|
|||||||
Reference in New Issue
Block a user