add search function

This commit is contained in:
2025-03-03 00:59:52 +08:00
parent 58c58546d2
commit 4d0f628586
29 changed files with 982 additions and 142 deletions

View File

@@ -77,4 +77,9 @@ type Config struct {
NSQDHost string
LookUpdHost string
}
Zinc struct {
URL string
Username string
Password string
}
}