Fix logic recording transition

This commit is contained in:
ragilap
2026-03-10 17:02:45 +07:00
parent 3a8cc47fa0
commit 333cb9e136
13 changed files with 411 additions and 335 deletions
+4
View File
@@ -259,6 +259,10 @@ func defaultString(v, def string) string {
return v
}
func LayingWeekStart() int {
return TransferToLayingGrowingMaxWeek
}
func joinPath(parts ...string) string {
out := make([]string, 0, len(parts))
for _, part := range parts {