新增抽卡分析功能
(移植于 [nonebot_plugin_arkrecord](https://github.com/zheuziihau/nonebot_plugin_arkrecord))
python
from arknights_toolkit import ArkRecord
from PIL import Image
record = ArkRecord("./cache/img/", "./cache/record.db")
record.user_token_save("example_token", "3165388245")
img: Image.Image = Image.open(record.user_analysis("3165388245"))
img.show('res')