Compare commits
32 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2dac2a80ec | ||
|
|
7f6c3a00d2 | ||
|
|
637ae6342b | ||
|
|
74e3bf5dc8 | ||
|
|
a1b4b35b81 | ||
|
|
aa36b73261 | ||
|
|
9ab61d6b81 | ||
|
|
1b0abcd3fe | ||
|
|
c1878300e9 | ||
|
|
2b10767f59 | ||
|
|
328d7638e6 | ||
|
|
6bcac0faab | ||
|
|
4f751a1cda | ||
|
|
f97dac5ce0 | ||
|
|
74c5464a0b | ||
|
|
ca3652920a | ||
|
|
8d31381a08 | ||
|
|
f1f8cd107c | ||
|
|
2fadc07fd5 | ||
|
|
69b0c8a9fc | ||
|
|
0fa9a89d7e | ||
|
|
9b983625ca | ||
|
|
ee548c9c4c | ||
|
|
8a233fd72f | ||
|
|
32dffa9c50 | ||
|
|
bcbe8c8f38 | ||
|
|
c8a460c65b | ||
|
|
c0b86f93af | ||
|
|
9d20269fb2 | ||
|
|
d5ec04118f | ||
|
|
9cab8a7bae | ||
|
|
d0342c3806 |
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/release.yml
vendored
@@ -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:
|
||||
|
||||
3
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
/[a-z]*/
|
||||
cache
|
||||
/SetuTime/search
|
||||
/VtbQuotation/store
|
||||
.DS_Store
|
||||
.vscode
|
||||
/[a-z]*
|
||||
!/Tarot
|
||||
|
||||
BIN
Control/zbpuwu.png
Normal file
|
After Width: | Height: | Size: 213 KiB |
BIN
Font/FOT-Yuruka Std.ttf
Normal file
BIN
Font/Torus-Regular.otf
Normal file
BIN
Font/arial.ttf
Normal file
BIN
Font/unifont-15.0.06.ttf
Normal file
1
Handou/idiom.json
Normal file
BIN
McFish/ItemCSS.png
Normal file
|
After Width: | Height: | Size: 209 KiB |
201
McFish/articlesInfo.json
Normal file
@@ -0,0 +1,201 @@
|
||||
{
|
||||
"分类": [
|
||||
{
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 30
|
||||
},
|
||||
{
|
||||
"类型": "pole",
|
||||
"概率[0-100)": 4
|
||||
},
|
||||
{
|
||||
"类型": "treasure",
|
||||
"概率[0-100)": 1
|
||||
},
|
||||
{
|
||||
"类型": "fish",
|
||||
"概率[0-100)": 25
|
||||
}
|
||||
],
|
||||
"物品": [
|
||||
{
|
||||
"名称": "木竿",
|
||||
"类型": "pole",
|
||||
"概率[0-100)": 70,
|
||||
"耐久上限": 30,
|
||||
"价格": 100
|
||||
},
|
||||
{
|
||||
"名称": "铁竿",
|
||||
"类型": "pole",
|
||||
"概率[0-100)": 20,
|
||||
"耐久上限": 50,
|
||||
"价格": 300
|
||||
},
|
||||
{
|
||||
"名称": "金竿",
|
||||
"类型": "pole",
|
||||
"概率[0-100)": 6,
|
||||
"耐久上限": 70,
|
||||
"价格": 700
|
||||
},
|
||||
{
|
||||
"名称": "钻石竿",
|
||||
"类型": "pole",
|
||||
"概率[0-100)": 3,
|
||||
"耐久上限": 100,
|
||||
"价格": 1500
|
||||
},
|
||||
{
|
||||
"名称": "下界合金竿",
|
||||
"类型": "pole",
|
||||
"概率[0-100)": 1,
|
||||
"耐久上限": 150,
|
||||
"价格": 3100
|
||||
},
|
||||
{
|
||||
"名称": "三叉戟",
|
||||
"类型": "pole",
|
||||
"耐久上限": 301,
|
||||
"价格": 4000
|
||||
},
|
||||
{
|
||||
"名称": "鳕鱼",
|
||||
"类型": "fish",
|
||||
"概率[0-100)": 69,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "鲑鱼",
|
||||
"类型": "fish",
|
||||
"概率[0-100)": 20,
|
||||
"价格": 50
|
||||
},
|
||||
{
|
||||
"名称": "热带鱼",
|
||||
"类型": "fish",
|
||||
"概率[0-100)": 6,
|
||||
"价格": 100
|
||||
},
|
||||
{
|
||||
"名称": "河豚",
|
||||
"类型": "fish",
|
||||
"概率[0-100)": 3,
|
||||
"价格": 300
|
||||
},
|
||||
{
|
||||
"名称": "鹦鹉螺",
|
||||
"类型": "fish",
|
||||
"概率[0-100)": 1,
|
||||
"价格": 500
|
||||
},
|
||||
{
|
||||
"名称": "墨鱼",
|
||||
"类型": "fish",
|
||||
"概率[0-100)": 1,
|
||||
"价格": 500
|
||||
},
|
||||
{
|
||||
"名称": "海草",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "木棍",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "帽子",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "鞋子",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "瓶子",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "绊线钩",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "骨头",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "皮革",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "腐肉",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "碗",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "诱钓",
|
||||
"类型": "treasure",
|
||||
"概率[0-100)": 25,
|
||||
"价格": 1000
|
||||
},
|
||||
{
|
||||
"名称": "海之眷顾",
|
||||
"类型": "treasure",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 2500
|
||||
},
|
||||
{
|
||||
"名称": "海豚",
|
||||
"类型": "treasure",
|
||||
"概率[0-100)": 19,
|
||||
"价格": 1000
|
||||
},
|
||||
{
|
||||
"名称": "宝藏诅咒",
|
||||
"类型": "treasure",
|
||||
"概率[0-100)": 25
|
||||
},
|
||||
{
|
||||
"名称": "净化书",
|
||||
"类型": "treasure",
|
||||
"概率[0-100)": 19,
|
||||
"价格": 5000
|
||||
},
|
||||
{
|
||||
"名称": "唱片",
|
||||
"类型": "treasure",
|
||||
"概率[0-100)": 1,
|
||||
"价格": 3000
|
||||
},
|
||||
{
|
||||
"名称": "美西螈",
|
||||
"类型": "treasure",
|
||||
"概率[0-100)": 1,
|
||||
"耐久上限": 999,
|
||||
"价格": 3000
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
McFish/book.png
Normal file
|
After Width: | Height: | Size: 4.8 MiB |
BIN
McFish/三叉戟.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
McFish/下界合金竿.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
McFish/唱片.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
McFish/墨鱼.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
McFish/帽子.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
McFish/木棍.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
McFish/木竿.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
McFish/河豚.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
McFish/海草.png
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
BIN
McFish/海豚.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
McFish/热带鱼.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
McFish/瓶子.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
McFish/皮革.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
McFish/碗.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
McFish/绊线钩.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
McFish/美西螈.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
McFish/腐肉.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
McFish/金竿.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
McFish/钻石竿.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
McFish/铁竿.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
McFish/鞋子.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
McFish/骨头.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
McFish/鲑鱼.png
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
McFish/鳕鱼.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
McFish/鹦鹉螺.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
Pig/assets/1.gif
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
Pig/assets/10.jpg
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
Pig/assets/100.jpg
Normal file
|
After Width: | Height: | Size: 197 KiB |
BIN
Pig/assets/101.jpg
Normal file
|
After Width: | Height: | Size: 257 KiB |
BIN
Pig/assets/102.jpg
Normal file
|
After Width: | Height: | Size: 232 KiB |
BIN
Pig/assets/1024.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
Pig/assets/103.png
Normal file
|
After Width: | Height: | Size: 220 KiB |
BIN
Pig/assets/104.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
Pig/assets/105.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
Pig/assets/106.png
Normal file
|
After Width: | Height: | Size: 203 KiB |
BIN
Pig/assets/107.jpg
Normal file
|
After Width: | Height: | Size: 125 KiB |
BIN
Pig/assets/108.jpg
Normal file
|
After Width: | Height: | Size: 151 KiB |
BIN
Pig/assets/109.png
Normal file
|
After Width: | Height: | Size: 81 KiB |
BIN
Pig/assets/11.jpg
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
Pig/assets/110.jpg
Normal file
|
After Width: | Height: | Size: 220 KiB |
BIN
Pig/assets/111.jpg
Normal file
|
After Width: | Height: | Size: 236 KiB |
BIN
Pig/assets/112.jpg
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
Pig/assets/113.jpg
Normal file
|
After Width: | Height: | Size: 146 KiB |
BIN
Pig/assets/114.jpg
Normal file
|
After Width: | Height: | Size: 526 KiB |
BIN
Pig/assets/115.jpg
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
Pig/assets/116.jpg
Normal file
|
After Width: | Height: | Size: 156 KiB |
BIN
Pig/assets/117.jpg
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
Pig/assets/118.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
Pig/assets/119.jpg
Normal file
|
After Width: | Height: | Size: 185 KiB |
BIN
Pig/assets/12.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
Pig/assets/120.png
Normal file
|
After Width: | Height: | Size: 153 KiB |
BIN
Pig/assets/121.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
Pig/assets/122.jpg
Normal file
|
After Width: | Height: | Size: 742 KiB |
BIN
Pig/assets/123.jpg
Normal file
|
After Width: | Height: | Size: 479 KiB |
BIN
Pig/assets/124.jpg
Normal file
|
After Width: | Height: | Size: 318 KiB |
BIN
Pig/assets/125.jpg
Normal file
|
After Width: | Height: | Size: 417 KiB |
BIN
Pig/assets/126.jpg
Normal file
|
After Width: | Height: | Size: 583 KiB |
BIN
Pig/assets/127.jpg
Normal file
|
After Width: | Height: | Size: 555 KiB |
BIN
Pig/assets/128.jpg
Normal file
|
After Width: | Height: | Size: 453 KiB |
BIN
Pig/assets/129.png
Normal file
|
After Width: | Height: | Size: 300 KiB |
BIN
Pig/assets/13.gif
Normal file
|
After Width: | Height: | Size: 374 KiB |
BIN
Pig/assets/130.jpg
Normal file
|
After Width: | Height: | Size: 355 KiB |
BIN
Pig/assets/131.jpg
Normal file
|
After Width: | Height: | Size: 467 KiB |
BIN
Pig/assets/132.jpg
Normal file
|
After Width: | Height: | Size: 108 KiB |
BIN
Pig/assets/133.png
Normal file
|
After Width: | Height: | Size: 624 KiB |
BIN
Pig/assets/134.png
Normal file
|
After Width: | Height: | Size: 220 KiB |
BIN
Pig/assets/135.jpg
Normal file
|
After Width: | Height: | Size: 212 KiB |
BIN
Pig/assets/136.png
Normal file
|
After Width: | Height: | Size: 298 KiB |
BIN
Pig/assets/137.jpg
Normal file
|
After Width: | Height: | Size: 49 KiB |
BIN
Pig/assets/1376.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
Pig/assets/1377.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
Pig/assets/1378.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
Pig/assets/1379.png
Normal file
|
After Width: | Height: | Size: 151 KiB |
BIN
Pig/assets/138.jpg
Normal file
|
After Width: | Height: | Size: 71 KiB |
BIN
Pig/assets/1380.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
Pig/assets/1381.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
Pig/assets/1382.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
Pig/assets/1383.png
Normal file
|
After Width: | Height: | Size: 391 KiB |
BIN
Pig/assets/1385.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
Pig/assets/1386.png
Normal file
|
After Width: | Height: | Size: 9.6 KiB |
BIN
Pig/assets/1387.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
Pig/assets/1388.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
Pig/assets/1389.gif
Normal file
|
After Width: | Height: | Size: 2.5 MiB |
BIN
Pig/assets/139.jpg
Normal file
|
After Width: | Height: | Size: 133 KiB |
BIN
Pig/assets/1390.png
Normal file
|
After Width: | Height: | Size: 156 KiB |
BIN
Pig/assets/1391.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
Pig/assets/1392.png
Normal file
|
After Width: | Height: | Size: 396 KiB |
BIN
Pig/assets/1393.png
Normal file
|
After Width: | Height: | Size: 10 KiB |