6 Commits

Author SHA1 Message Date
YILS
204468935b 构建测试 2025-08-08 10:13:34 +08:00
YILS
46c612946b 优化构建配置 2025-08-08 10:04:41 +08:00
YILS
8c77530f58 优化构建配置 2025-08-08 09:48:52 +08:00
YILS
d1be7c2043 优化构建配置 2025-08-07 18:01:51 +08:00
YILS
4423ca2ceb 优化构建配置 2025-08-07 17:46:59 +08:00
YILS
178cc1c1f9 优化构建配置 2025-08-07 17:37:40 +08:00
4 changed files with 17 additions and 7 deletions

View File

@@ -73,7 +73,7 @@ jobs:
# Upload artifacts
- name: Upload artifacts
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
release/${env.VERSION}/*.dmg

View File

@@ -1,7 +1,17 @@
# Changelog
此项目的所有显著更改都将记录在此文件中。
## [v0.7.2] - 2025-08-07
## [v1.0.0] - 2025-08-07
### Added
- 发布第一个正式版本
- 支持使用大语言模型生成文案推荐免费的GLM-4.5-Flash
- 支持使用EdgeTTS免费合成语音
- 支持视频分镜自动混剪
- 支持渲染合成视频
- 支持自动化批量任务
- 美观的UI界面
## [v0.7.8] - 2025-08-07
### Added
- 构建测试
- 跨平台: macOS dmg, Windows exe, Linux deb/rpm/AppImage.
- 跨平台: macOS dmg, Windows exe, Linux AppImage.

View File

@@ -12,7 +12,7 @@
beforePack: './scripts/before-pack.js',
mac: {
target: ['dmg'],
artifactName: '${productName}-Mac-${arch}-${version}-Installer.${ext}',
artifactName: '${name}-mac-${arch}-${version}-installer.${ext}',
icon: './public/icon.png',
},
win: {
@@ -21,7 +21,7 @@
target: 'nsis',
},
],
artifactName: '${productName}-Windows-${arch}-${version}-Setup.${ext}',
artifactName: '${name}-windows-${arch}-${version}-setup.${ext}',
icon: './public/icon.png',
},
nsis: {
@@ -33,7 +33,7 @@
},
linux: {
target: ['AppImage'],
artifactName: '${productName}-Linux-${arch}-${version}.${ext}',
artifactName: '${name}-linux-${arch}-${version}.${ext}',
icon: './public/icon.png',
},
}

View File

@@ -1,7 +1,7 @@
{
"name": "short-video-factory",
"description": "短视频工厂一键生成产品营销与泛内容短视频AI批量自动剪辑",
"version": "0.7.2",
"version": "0.7.8",
"author": {
"name": "YILS",
"developer": "YILS",