1
0
mirror of https://github.com/FloatTech/zbpdata.git synced 2026-04-11 17:38:43 +00:00

Compare commits

...

24 Commits

Author SHA1 Message Date
shudorcl
894268245f update wife data 2026-03-03 16:16:36 +08:00
shudorcl
397c5c3d4f Merge branch 'main' of https://github.com/FloatTech/zbpdata 2026-03-03 16:13:05 +08:00
Dodoj
2dac2a80ec fix(Pig): improve filename logic for avoid CI errors (#77)
* feat(Pig): 优化数据结构,精简JSON并使用ID重命名图片

* improve gitignore
2026-02-25 15:51:23 +08:00
Dodoj
7f6c3a00d2 feat: add Pig plugin resources (#75) 2026-02-19 22:51:01 +08:00
方柳煜
637ae6342b Add files via upload (#73) 2026-02-01 14:20:23 +08:00
源文雨
74e3bf5dc8 feat: ignore private on push 2026-01-03 18:36:03 +08:00
himawari
a1b4b35b81 Update Go version in release workflow (#72) 2025-12-29 23:38:32 +08:00
himawari
aa36b73261 添加小红书文案数据库 (#70) 2025-12-29 23:27:55 +08:00
himawari
9ab61d6b81 fix: 修改go版本 (#71) 2025-12-29 23:21:15 +08:00
莫思潋
1b0abcd3fe update wife data (#69) 2025-09-28 10:46:02 +08:00
shudorcl
7f07d241e8 Merge branch 'main' of https://github.com/FloatTech/zbpdata 2025-09-28 10:42:11 +08:00
莫思潋
c1878300e9 remove temp (#68) 2025-09-18 16:34:20 +08:00
shudorcl
b035023453 Merge branch 'main' of https://github.com/FloatTech/zbpdata 2025-09-18 16:28:39 +08:00
莫思潋
2b10767f59 update wife data (#67)
* update wife data
2025-09-18 15:59:37 +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
源文雨
f97dac5ce0 feat: support multi-addrs 2025-05-31 04:01:55 +09:00
源文雨
74c5464a0b feat: support multi-addrs 2025-05-31 03:53:48 +09:00
vatebur
ca3652920a fix: 修改毕业装耐久 (#62) 2025-01-07 22:01:53 +09:00
shudorcl
465a1717a7 update wife 2023-07-24 18:43:09 +08:00
1170 changed files with 5841 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@master
with:
go-version: '1.20'
go-version: '1.24'
- name: Check out code into the Go module directory
uses: actions/checkout@master

View File

@@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.24'
- name: Run Updater
env:

4
.gitignore vendored
View File

@@ -1,7 +1,7 @@
/[a-z]*/
cache
/SetuTime/search
/VtbQuotation/store
.DS_Store
.vscode
/[a-z]*
!/Tarot
!/Tarot

1
Handou/idiom.json Normal file

File diff suppressed because one or more lines are too long

View File

@@ -56,7 +56,7 @@
{
"名称": "三叉戟",
"类型": "pole",
"耐久上限": 300,
"耐久上限": 301,
"价格": 4000
},
{

BIN
Pig/assets/1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
Pig/assets/10.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
Pig/assets/100.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

BIN
Pig/assets/101.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

BIN
Pig/assets/102.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

BIN
Pig/assets/1024.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
Pig/assets/103.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

BIN
Pig/assets/104.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

BIN
Pig/assets/105.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
Pig/assets/106.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

BIN
Pig/assets/107.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

BIN
Pig/assets/108.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

BIN
Pig/assets/109.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
Pig/assets/11.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
Pig/assets/110.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

BIN
Pig/assets/111.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

BIN
Pig/assets/112.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
Pig/assets/113.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

BIN
Pig/assets/114.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 KiB

BIN
Pig/assets/115.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

BIN
Pig/assets/116.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

BIN
Pig/assets/117.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
Pig/assets/118.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
Pig/assets/119.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

BIN
Pig/assets/12.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
Pig/assets/120.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

BIN
Pig/assets/121.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
Pig/assets/122.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 742 KiB

BIN
Pig/assets/123.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 KiB

BIN
Pig/assets/124.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

BIN
Pig/assets/125.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB

BIN
Pig/assets/126.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 KiB

BIN
Pig/assets/127.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 555 KiB

BIN
Pig/assets/128.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 KiB

BIN
Pig/assets/129.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

BIN
Pig/assets/13.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 KiB

BIN
Pig/assets/130.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 KiB

BIN
Pig/assets/131.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 KiB

BIN
Pig/assets/132.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

BIN
Pig/assets/133.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 KiB

BIN
Pig/assets/134.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

BIN
Pig/assets/135.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

BIN
Pig/assets/136.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 KiB

BIN
Pig/assets/137.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
Pig/assets/1376.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
Pig/assets/1377.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
Pig/assets/1378.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
Pig/assets/1379.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

BIN
Pig/assets/138.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
Pig/assets/1380.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
Pig/assets/1381.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
Pig/assets/1382.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
Pig/assets/1383.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 KiB

BIN
Pig/assets/1385.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
Pig/assets/1386.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

BIN
Pig/assets/1387.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
Pig/assets/1388.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
Pig/assets/1389.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

BIN
Pig/assets/139.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

BIN
Pig/assets/1390.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

BIN
Pig/assets/1391.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
Pig/assets/1392.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 KiB

BIN
Pig/assets/1393.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
Pig/assets/1394.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
Pig/assets/1395.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 KiB

BIN
Pig/assets/1396.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
Pig/assets/1397.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
Pig/assets/1398.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
Pig/assets/1399.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
Pig/assets/14.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

BIN
Pig/assets/140.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
Pig/assets/1400.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

BIN
Pig/assets/1401.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
Pig/assets/1403.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

BIN
Pig/assets/1404.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

BIN
Pig/assets/1405.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
Pig/assets/1406.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

BIN
Pig/assets/1407.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

BIN
Pig/assets/141.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

BIN
Pig/assets/142.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

BIN
Pig/assets/143.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

BIN
Pig/assets/144.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
Pig/assets/145.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

BIN
Pig/assets/146.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

BIN
Pig/assets/147.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
Pig/assets/148.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

BIN
Pig/assets/149.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 KiB

BIN
Pig/assets/15.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
Pig/assets/150.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
Pig/assets/1506.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 KiB

BIN
Pig/assets/1507.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

BIN
Pig/assets/1508.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

BIN
Pig/assets/1509.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 KiB

BIN
Pig/assets/151.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

BIN
Pig/assets/1510.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Some files were not shown because too many files have changed in this diff Show More