mirror of
https://github.com/xiaoqidun/qqwry.git
synced 2026-09-10 13:30:05 +08:00
feat(更新功能): 兼容metowolf提供的qqwry.ipdb格式(原版)
This commit is contained in:
1 parent
672ffb4f51
commit
13ade58f06
9 files changed
+63
-8
No files matched your search
+1
-1
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user