mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-05-31 18:59:19 +08:00
添加shell脚本更新插件
This commit is contained in:
@@ -10,4 +10,11 @@ md extensions
|
||||
cd extensions
|
||||
git clone -b master https://gitee.com/dgflash/oops-plugin-framework.git
|
||||
git pull
|
||||
```
|
||||
###### mac
|
||||
```
|
||||
mkdir -p extensions
|
||||
cd extensions
|
||||
git clone -b master https://gitee.com/dgflash/oops-plugin-framework.git
|
||||
git pull
|
||||
```
|
||||
4
update-oops-plugin-excel-to-json.sh
Normal file
4
update-oops-plugin-excel-to-json.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
mkdir -p extensions
|
||||
cd extensions
|
||||
git clone -b master https://gitee.com/dgflash/oops-plugin-excel-to-json.git
|
||||
git pull
|
||||
4
update-oops-plugin-framework.sh
Normal file
4
update-oops-plugin-framework.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
mkdir -p extensions
|
||||
cd extensions
|
||||
git clone -b master https://gitee.com/dgflash/oops-plugin-framework.git
|
||||
git pull
|
||||
4
update-oops-plugin-hot-update.sh
Normal file
4
update-oops-plugin-hot-update.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
mkdir -p extensions
|
||||
cd extensions
|
||||
git clone -b master https://gitee.com/dgflash/oops-plugin-hot-update.git
|
||||
git pull
|
||||
Reference in New Issue
Block a user