mirror of
https://github.com/FloatTech/zbpdata.git
synced 2026-02-16 04:05:54 +09:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3cfc94e84 | ||
|
|
215a217867 | ||
|
|
8920298a4f | ||
|
|
9532f04a1a | ||
|
|
3585b946c3 |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
349046
Chat/dict.txt
Normal file
File diff suppressed because it is too large
Load Diff
35370
Chat/simai.yml
Normal file
35370
Chat/simai.yml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
2
main.go
2
main.go
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user