feat 拆分插件图标

This commit is contained in:
jxxghp
2023-11-01 17:02:57 +08:00
parent 87215fb590
commit aee4eed5ac
50 changed files with 6 additions and 0 deletions

View File

@@ -27,6 +27,12 @@ jobs:
node-version: '18'
cache: 'yarn'
- name: Download Icons
run: |
curl -sL "https://github.com/jxxghp/MoviePilot-Plugins/archive/refs/heads/main.zip" | busybox unzip -d / -
mv MoviePilot-Plugins-main/icons public/plugin_icon
rm -rf MoviePilot-Plugins-main
- name: Build frontend
id: build_frontend
run: |