chore: 迁移配置到 macOS 并清理废弃参考素材

- 更新 config.json 路径从 Windows 切换到 macOS
- phase-videos.js 添加 mode: 'pro' 参数
- 删除禁忌帝王学账号下废弃的 grunge/manga/popart 参考图

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
lc
2026-05-01 21:57:54 +08:00
parent 6d4a923aa6
commit d800441e86
14 changed files with 6 additions and 6 deletions

View File

@@ -95,7 +95,7 @@ async function phaseVideos(manifest, manifestPath, options) {
? [item.url, item.lastFrameUrl]
: [item.url]
const extraOpts = item.lastFrameUrl
? { aspectRatio: ratio, lastFrameUrl: item.lastFrameUrl }
? { aspectRatio: ratio, lastFrameUrl: item.lastFrameUrl, mode: 'pro' }
: { aspectRatio: ratio }
try {