1. 增加配置持久化

2. 完善细节
This commit is contained in:
sansen
2026-07-29 19:33:46 +08:00
parent 86532cc2e9
commit a53e205bfb
12 changed files with 721 additions and 215 deletions
+5
View File
@@ -12,6 +12,11 @@ import (
//go:embed frontend/dist
var assets embed.FS
// Embedded ffmpeg — zip ffmpeg.exe + ffprobe.exe into bundled/ffmpeg.zip
//
//go:embed bundled/*
var bundledDir embed.FS
func main() {
app := NewApp()