1
0
mirror of https://github.com/FloatTech/zbpdata.git synced 2026-04-12 17:59:55 +00:00

Compare commits

...

8 Commits

Author SHA1 Message Date
shudorcl
f6bd73bf14 update wife data 2025-09-18 15:58:00 +08:00
shudorcl
a364bbd91e Merge branch 'main' of https://github.com/FloatTech/zbpdata 2025-09-18 15:56:18 +08:00
莫思潋
328d7638e6 update wife data (#66)
* update wife data
2025-09-16 20:34:07 +08:00
shudorcl
b455536070 update wife data 2025-09-16 20:31:39 +08:00
shudorcl
f02b9f90ea Merge branch 'main' of https://github.com/FloatTech/zbpdata 2025-09-16 20:27:37 +08:00
莫思潋
6bcac0faab fix swords-02 (#65) 2025-06-18 15:42:15 +08:00
源文雨
4f751a1cda feat: support multi-addrs 2025-05-31 04:10:30 +09:00
shudorcl
465a1717a7 update wife 2023-07-24 18:43:09 +08:00
3 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 300 KiB

After

Width:  |  Height:  |  Size: 313 KiB

2
Wife

Submodule Wife updated: b92443d3d4...89ada10f13

View File

@@ -67,7 +67,8 @@ func main() {
r := registry.NewRegedit(net.JoinHostPort(h, "32664"), "", "fumiama", os.Getenv("REILIA_SPS")) r := registry.NewRegedit(net.JoinHostPort(h, "32664"), "", "fumiama", os.Getenv("REILIA_SPS"))
err = r.Connect() err = r.Connect()
if err != nil { if err != nil {
panic(err) fmt.Println(err)
continue
} }
for i, fn := range files { for i, fn := range files {
for c := 0; c < 16; c++ { for c := 0; c < 16; c++ {