Skip to content

Commit cdea0e3

Browse files
authored
修复小闪存模式无法安装zashboard的问题
1 parent 53a6b9f commit cdea0e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bin_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo 下载meta-xd面板
5050
curl -kfSL -o meta_xd.zip https://github.com/MetaCubeX/metacubexd/archive/gh-pages.zip
5151
echo 下载zashboard面板
52-
curl -kfSL -o zashboard.zip https://github.com/Zephyruso/zashboard/releases/latest/download/dist-cdn-fonts.zip
52+
curl -kfSL -o zashboard.zip https://github.com/Zephyruso/zashboard/archive/gh-pages.zip
5353
echo 解压缩
5454
# unzip -o clashdb.zip > /dev/null
5555
unzip -o yacd.zip > /dev/null

0 commit comments

Comments
 (0)