f3dfcd3b0b
- 新增 RemoveWhiteBg:纯白色背景(#FFFFFF)像素半透明化 - 新增 fixedGridSplit:GridRows×GridCols 固定网格拆分 - 新增 CenterAlign:帧内容居中对齐,确保人物不跳帧 - Options 新增 WhiteBg/GridRows/GridCols/GridPadding/CenterAlign - 默认模式从绿幕切换为白底 - 新增 tools/test_prompt_to_gif.go 端到端测试脚本 - .gitignore 忽略 test_output 目录
30 lines
424 B
Plaintext
Executable File
30 lines
424 B
Plaintext
Executable File
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
# Frontend
|
|
**/node_modules/
|
|
**/dist/
|
|
|
|
# Backend
|
|
backend/bin/
|
|
backend/data/
|
|
backend/.env
|
|
backend/main
|
|
|
|
# Generated output
|
|
generation/
|
|
backend/test_output/
|