📦 Chore(custom): remove snapcraft

This commit is contained in:
Kuingsmile
2026-01-11 14:08:24 +08:00
parent c917ee3f4d
commit 30d1032a1e
3 changed files with 0 additions and 3 deletions

View File

@@ -85,7 +85,6 @@ jobs:
if: contains(matrix.os_type, 'linux') && (github.event.inputs.build_os == matrix.platform || github.event.inputs.build_os == 'All') if: contains(matrix.os_type, 'linux') && (github.event.inputs.build_os == matrix.platform || github.event.inputs.build_os == 'All')
run: | run: |
sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils libfuse2 sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils libfuse2
sudo snap install snapcraft --classic
- name: Install FPM - name: Install FPM
if: matrix.os == 'ubuntu-24.04-arm' && (github.event.inputs.build_os == matrix.platform || github.event.inputs.build_os == 'All') if: matrix.os == 'ubuntu-24.04-arm' && (github.event.inputs.build_os == matrix.platform || github.event.inputs.build_os == 'All')

View File

@@ -3,7 +3,6 @@
### ✨ 新增功能 ### ✨ 新增功能
- 新增上传任务系统现在可以添加文件到任务中按间隔上传并随时调整优先级避免平台API速率限制 - 新增上传任务系统现在可以添加文件到任务中按间隔上传并随时调整优先级避免平台API速率限制
![task](./imgs/task.png)
- 现在支持为每个单独图床设置图片预处理/重命名选项,生效顺序为`图床设置 > 平台设置 > 全局设置` - 现在支持为每个单独图床设置图片预处理/重命名选项,生效顺序为`图床设置 > 平台设置 > 全局设置`
- 优化了图片预处理选项的图床平台设置和单独图床设置的显示逻辑,现在更加清晰的显示当前生效配置 - 优化了图片预处理选项的图床平台设置和单独图床设置的显示逻辑,现在更加清晰的显示当前生效配置
- 现在自动保存多个页面当前UI选择状态 - 现在自动保存多个页面当前UI选择状态

View File

@@ -3,7 +3,6 @@
### ✨ Features ### ✨ Features
- Add Upload Task System, now you can add files to the task, upload them at intervals, and adjust the priority at any time to avoid platform API rate limits. - Add Upload Task System, now you can add files to the task, upload them at intervals, and adjust the priority at any time to avoid platform API rate limits.
![task](./imgs/task.png)
- Now supports setting image preprocessing/renaming options for each individual image bed, the effective order is `Image Bed Settings > Platform Settings > Global Settings` - Now supports setting image preprocessing/renaming options for each individual image bed, the effective order is `Image Bed Settings > Platform Settings > Global Settings`
- Optimized the display logic of the image preprocessing options for the image bed platform settings and individual image bed settings, now more clearly displaying the currently effective configuration - Optimized the display logic of the image preprocessing options for the image bed platform settings and individual image bed settings, now more clearly displaying the currently effective configuration
- Now automatically saves the current UI selection status of multiple pages - Now automatically saves the current UI selection status of multiple pages