Metadata-Version: 2.4
Name: nonebot-plugin-xibao
Version: 2.1.0
Summary: 生成一张喜报（或者是悲报）！
Author-email: sp2dev <theinsp2@outlook.com>
Requires-Python: <4.0,>=3.9
Description-Content-Type: text/markdown
Requires-Dist: nonebot2<3.0.0,>=2.4.2
Requires-Dist: nonebot-plugin-send-anything-anywhere>=0.7.0
Requires-Dist: pillow>10.0.0
Requires-Dist: pilmoji>=2.0.0

# 喜（悲）报生成器

## 安装

```bash
nb plugin install nonebot-plugin-xibao
```

或者

```bash
pip install nonebot-plugin-xibao
```

之后在 `pyproject.toml` 里自行添加插件

## 使用

使用时记得加上前缀哦！

| 命令 | 功能 |
| --- | --- |
| `喜报` | 生成一张喜报 |
| `悲报` | 生成一张悲报 |

## 效果图

### 喜报

![Image_1750860971884](https://github.com/user-attachments/assets/19892b1a-3c49-4e34-9081-4a8dfe955442)

### 悲报

![Image_1750860974571](https://github.com/user-attachments/assets/ea14dc6b-30a3-4528-bce3-6573e22011fc)
