独立骂人插件 (#102)

* fix:vtb数据不用从zbp更新

* feat:独立骂人插件

* fix:修lint

* feat:添加关键词

Co-authored-by: Guohuiyuan <haibaraguo@yeahka.com>
This commit is contained in:
himawari
2022-01-11 10:07:51 +08:00
committed by GitHub
parent 8ea64e7aba
commit 16e05e0320
8 changed files with 112 additions and 40 deletions

View File

@@ -12,6 +12,6 @@ func init() {
go func() {
process.SleepAbout1sTo2s()
_ = os.MkdirAll(dbpath, 0755)
_, _ = file.GetLazyData(dbfile, false, true)
_, _ = file.GetLazyData(dbfile, false, false)
}()
}