feat(更新功能): 兼容metowolf提供的qqwry.ipdb格式(原版)

This commit is contained in:
2025-01-07 15:52:22 +08:00
parent 672ffb4f51
commit 13ade58f06
9 changed files with 63 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ import (
)
func init() {
if err := LoadFile("assets/qqwry.dat"); err != nil {
if err := LoadFile("assets/qqwry.ipdb"); err != nil {
panic(err)
}
}