feat: custom filename template (#110)

This commit is contained in:
Krau
2025-09-13 10:25:45 +08:00
committed by GitHub
parent 6e29442c05
commit eef051de3b
9 changed files with 221 additions and 60 deletions

View File

@@ -14,6 +14,7 @@ type User struct {
Rules []Rule
WatchChats []WatchChat
FilenameStrategy string
FilenameTemplate string
}
type WatchChat struct {