Skip to content

Commit

Permalink
添加赛博放生相关内容
Browse files Browse the repository at this point in the history
  • Loading branch information
ALittleBot committed Apr 20, 2024
1 parent 08317a7 commit 9bccf32
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,21 @@ _✨ 你甚至可以电子钓鱼 ✨_
| fishes || 配置鱼塘内鱼们的名称、权重、等待时间和价格 |
| fishing_limit || 填入每次钓鱼后,限制钓鱼的秒数 |
| fishing_coin_name || 填入卖鱼获取的货币名称 |
| special_fish_enabled || 是否启用赛博放生功能(默认为否) |
| special_fish_price || 每放生一次所需的货币数量 |
| special_fish_probability || 钓鱼时钓到用户放生的鱼的概率 |

其中 `fishes` 配置项说明如下:

```dotenv
{
[
{
"name": "小鱼", # 鱼的名称
"frequency": 2, # 鱼上钩的时间
"weight": 100, # 权重
"price": 2 # 价格
}
}
]
```

## 🔨 更新
Expand All @@ -99,6 +104,8 @@ _✨ 你甚至可以电子钓鱼 ✨_
| 统计信息 | 所有 | 查看钓鱼次数 |
| 背包 | 所有 | 查看背包 |
| 卖鱼 | 所有 | 卖鱼 |
| 余额 | 所有 | 查看当前余额 |
| 放生 | 所有 | 赛博放生 |

## 🔨 更新

Expand Down

0 comments on commit 9bccf32

Please sign in to comment.