Изменение на 23.02.2026 22:06
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
||||
"github.com/joho/godotenv"
|
||||
)
|
||||
|
||||
var version = "2.0.0"
|
||||
var version = "dev" // переопределяется при сборке: -ldflags "-X main.version=X.Y.Z"
|
||||
|
||||
type appConfig struct {
|
||||
Dir struct {
|
||||
@@ -189,7 +189,7 @@ func main() {
|
||||
// infoStr встраивается в шапку TUI для отображения конфига.
|
||||
infoStr := fmt.Sprintf("%s | TorrAPI: %s | LLM: %s",
|
||||
rootPath, effectiveAPIURL, llmLabel)
|
||||
tuiLog := presentation.NewTUILogger(len(folders), infoStr, resultRoot, effectiveAPIURL, effectiveWorkers)
|
||||
tuiLog := presentation.NewTUILogger(len(folders), infoStr, resultRoot, effectiveAPIURL, version, effectiveWorkers)
|
||||
|
||||
procCfg := usecase.ProcessingConfig{
|
||||
Workers: effectiveWorkers,
|
||||
|
||||
Reference in New Issue
Block a user