1
0
mirror of https://github.com/FloatTech/zbpdata.git synced 2026-02-16 04:05:54 +09:00

Compare commits

...

5 Commits

Author SHA1 Message Date
源文雨
485fc2618e update simai 2022-12-03 11:55:40 +08:00
源文雨
e3cfc94e84 add dict 2022-12-02 15:52:56 +08:00
源文雨
215a217867 add chat vocab 2022-11-29 23:22:59 +08:00
源文雨
8920298a4f fix 2022-11-22 17:11:02 +08:00
源文雨
9532f04a1a 更新setu数据库 2022-11-22 17:04:57 +08:00
4 changed files with 386870 additions and 1 deletions

349046
Chat/dict.txt Normal file

File diff suppressed because it is too large Load Diff

37823
Chat/simai.yml Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -39,7 +39,7 @@ func main() {
*(*unsafe.Pointer)(unsafe.Pointer(&md5s[i])) = unsafe.Pointer(&buf)
*(*uintptr)(unsafe.Add(unsafe.Pointer(&md5s[i]), unsafe.Sizeof(uintptr(0)))) = uintptr(16)
}
r := registry.NewRegedit("reilia.fumiama.top:32664", "fumiama", os.Getenv("REILIA_SPS"))
r := registry.NewRegedit("reilia.fumiama.top:32664", "", "fumiama", os.Getenv("REILIA_SPS"))
err := r.Connect()
if err != nil {
panic(err)