feat: first version of kgg support

This commit is contained in:
鲁树人
2025-05-07 07:57:40 +09:00
parent 380ed78b6b
commit 006bad8c48
11 changed files with 425 additions and 45 deletions

View File

@@ -15,6 +15,9 @@ type DecoderParams struct {
FilePath string // optional, source file path
Logger *zap.Logger // required
// KuGou
KggDatabasePath string
}
type NewDecoderFunc func(p *DecoderParams) Decoder