Merge branch 'master' of github.com:yoimiya-kokomi/Miao-Yunzai
This commit is contained in:
commit
2ec0eb8b2b
|
@ -71,7 +71,7 @@ if [ -d $MIAO_PLUGIN_PATH"/.git" ]; then
|
||||||
if [[ ! -f "$HOME/.ovo/miao.ok" ]]; then
|
if [[ ! -f "$HOME/.ovo/miao.ok" ]]; then
|
||||||
set -e
|
set -e
|
||||||
echo -e "\n ================ \n ${Info} ${GreenBG} 更新 喵喵插件 运行依赖 ${Font} \n ================ \n"
|
echo -e "\n ================ \n ${Info} ${GreenBG} 更新 喵喵插件 运行依赖 ${Font} \n ================ \n"
|
||||||
pnpm add image-size -w
|
pnpm install -P
|
||||||
touch ~/.ovo/miao.ok
|
touch ~/.ovo/miao.ok
|
||||||
set +e
|
set +e
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"chalk": "^5.2.0",
|
"chalk": "^5.2.0",
|
||||||
"chokidar": "^3.5.3",
|
"chokidar": "^3.5.3",
|
||||||
"https-proxy-agent": "5.0.1",
|
"https-proxy-agent": "5.0.1",
|
||||||
"icqq": "^0.0.31",
|
"icqq": "^0.2.1",
|
||||||
"image-size": "^1.0.2",
|
"image-size": "^1.0.2",
|
||||||
"inquirer": "^8.2.5",
|
"inquirer": "^8.2.5",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
"node-xlsx": "^0.21.0",
|
"node-xlsx": "^0.21.0",
|
||||||
"oicq": "^2.3.1",
|
"oicq": "^2.3.1",
|
||||||
"pm2": "^5.3.0",
|
"pm2": "^5.3.0",
|
||||||
"puppeteer": "^19.8.0",
|
"puppeteer": "^19.9.0",
|
||||||
"redis": "^4.6.5",
|
"redis": "^4.6.5",
|
||||||
"sequelize": "^6.29.3",
|
"sequelize": "^6.29.3",
|
||||||
"sqlite3": "^5.1.6",
|
"sqlite3": "^5.1.6",
|
||||||
|
|
Loading…
Reference in New Issue