From 96f1582ce2a8c6351d9e81412fc4adebd5913dcd Mon Sep 17 00:00:00 2001 From: RikudouPatrickstar <68163551+RikudouPatrickstar@users.noreply.github.com> Date: Tue, 21 Jun 2022 15:21:30 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=A0Meta=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E9=A1=B9=E7=9B=AE=E6=9B=B4=E5=90=8D=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/bin_update.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bin_update.yml b/.github/workflows/bin_update.yml index 0237445..9cbde4d 100644 --- a/.github/workflows/bin_update.yml +++ b/.github/workflows/bin_update.yml @@ -36,11 +36,11 @@ jobs: echo 下载官方面板 curl -kfSL -o clashdb.zip https://github.com/Dreamacro/clash-dashboard/archive/gh-pages.zip echo 下载Meta面板 - curl -kfSL -o meta_db.zip https://github.com/MetaCubeX/clash-dashboard/archive/gh-pages.zip + curl -kfSL -o meta_db.zip https://github.com/MetaCubeX/Razord-meta/archive/gh-pages.zip echo 下载yacd面板 curl -kfSL -o yacd.zip https://github.com/haishanh/yacd/archive/gh-pages.zip echo 下载meta魔改yacd面板 - curl -kfSL -o meta_yacd.zip https://github.com/MetaCubeX/yacd/archive/gh-pages.zip + curl -kfSL -o meta_yacd.zip https://github.com/MetaCubeX/Yacd-meta/archive/gh-pages.zip echo 解压缩 unzip -o clashdb.zip > /dev/null unzip -o yacd.zip > /dev/null @@ -59,11 +59,11 @@ jobs: echo 解压缩 unzip -o meta_db.zip > /dev/null unzip -o meta_yacd.zip > /dev/null - cd \clash-dashboard-gh-pages + cd \Razord-meta-gh-pages tar -zcvf meta_db.tar.gz * > /dev/null mv -f meta_db.tar.gz ../ cd .. - cd \yacd-gh-pages + cd \Yacd-meta-gh-pages echo yacd特殊处理 find -name '*.map' | xargs rm -rf rm -rf report.html @@ -77,6 +77,8 @@ jobs: rm -rf meta_yacd.zip rm -rf \clash-dashboard-gh-pages rm -rf \yacd-gh-pages + rm -rf \Razord-meta-gh-pages + rm -rf \Yacd-meta-gh-pages echo 面板更新完成! - name: Update GeoIP