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

Compare commits

...

7 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
源文雨
3585b946c3 fix 2022-11-15 11:49:01 +08:00
DreamZero
4bafa3eb68 Add files via upload (#33) 2022-11-15 11:30:27 +08:00
6 changed files with 386871 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.19'
- name: Run Updater
env:

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

BIN
Control/icon.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

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)