mirror of
https://github.com/FloatTech/zbpdata.git
synced 2026-02-17 04:27:58 +09:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
215a217867 | ||
|
|
8920298a4f | ||
|
|
9532f04a1a | ||
|
|
3585b946c3 | ||
|
|
4bafa3eb68 | ||
|
|
7bc1828db5 |
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:
|
||||
|
||||
24
.gitignore
vendored
24
.gitignore
vendored
@@ -1,22 +1,6 @@
|
||||
SetuTime/cache
|
||||
control
|
||||
SetuTime/search
|
||||
manager
|
||||
acgimage
|
||||
saucenao
|
||||
Fortune/cache
|
||||
hs
|
||||
nsetu
|
||||
nwife
|
||||
sleep
|
||||
score
|
||||
danbooru
|
||||
gif
|
||||
pixiv
|
||||
scale
|
||||
cache
|
||||
/SetuTime/search
|
||||
/VtbQuotation/store
|
||||
.DS_Store
|
||||
.vscode
|
||||
MockingBird/cache
|
||||
driftbottle
|
||||
job
|
||||
hyaku
|
||||
/[a-z]*
|
||||
|
||||
35370
Chat/simai.yml
Normal file
35370
Chat/simai.yml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Control/icon.jpg
Normal file
BIN
Control/icon.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
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