feat: 支持按顺序合并本地和远程订阅(前端版本 > 2.14.14 可输入)

This commit is contained in:
xream
2023-11-29 03:42:25 +08:00
parent 46498234b7
commit 22c7ab8d5d
5 changed files with 68 additions and 14 deletions

View File

@@ -44,7 +44,7 @@ jobs:
run: |
cd backend
SUBSTORE_RELEASE=`node --eval="process.stdout.write(require('./package.json').version)"`
echo "::set-output name=release_tag::$SUBSTORE_RELEASE"
echo "release_tag=$SUBSTORE_RELEASE" >> $GITHUB_OUTPUT
- name: Prepare release
run: |
cd backend