⬆️ Upgrade(custom): upgrade core

This commit is contained in:
Kuingsmile
2026-01-06 14:51:16 +08:00
parent e744b08c45
commit 357b8cc55b
3 changed files with 312 additions and 1186 deletions

View File

@@ -70,7 +70,7 @@
"multer": "^2.0.2",
"node-ssh-no-cpu-features": "^2.0.0",
"nodejs-file-downloader": "^4.13.0",
"piclist": "^2.0.4",
"piclist": "^2.0.5",
"qiniu": "7.14.0",
"semver": "^7.7.3",
"shell-path": "3.0.0",
@@ -136,14 +136,14 @@
"stylelint-order": "^7.0.1",
"stylus": "^0.64.0",
"typescript": "5.8.2",
"typescript-eslint": "^8.51.0",
"typescript-eslint": "^8.52.0",
"video.js": "^8.23.4",
"vite": "^7.3.0",
"vitest": "^4.0.16",
"vue-eslint-parser": "^10.2.0",
"vue-i18n": "^11.2.8",
"vue-router": "^4.6.4",
"vue-tsc": "^3.2.1",
"vue-tsc": "^3.2.2",
"vue3-lazyload": "^0.3.8"
},
"resolutions": {

View File

@@ -37,11 +37,9 @@ cat > "$OUTPUT_FILE" << EOF
### Linux
- AppImage:
[**x64**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/PicList-${VERSION}-x86_64.AppImage) |
[**ARM64**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/PicList-${VERSION}-arm64.AppImage)
[**x64**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/PicList-${VERSION}-x86_64.AppImage) | [**ARM64**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/PicList-${VERSION}-arm64.AppImage)
- deb:
[**x64**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/Piclist-${VERSION}-amd64.deb) |
[**ARM64**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/Piclist-${VERSION}-arm64.deb)
[**x64**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/Piclist-${VERSION}-amd64.deb) | [**ARM64**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/Piclist-${VERSION}-arm64.deb)
- snap:
[**x64**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/Piclist-${VERSION}-amd64.snap)

1486
yarn.lock

File diff suppressed because it is too large Load Diff