Nonebot-adapter-satori

Latest version: v0.11.5

Safety actively analyzes 633451 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

0.10.5

- 修复 Payload `Ready` 的 pyd model

**Full Changelog**: https://github.com/nonebot/adapter-satori/compare/v0.10.4...v0.10.5

0.10.4

- 平台拓展元素现在用 `Custom` 包装
- reply 元素若只携带了msgid 现在适配器会尝试获取原消息

**Full Changelog**: https://github.com/nonebot/adapter-satori/compare/v0.10.3...v0.10.4

0.10.3

- 更新 Author, Image, Audio 等消息元素的字段
- 修复消息元素无法传入平台扩展字段的问题

**Full Changelog**: https://github.com/nonebot/adapter-satori/compare/v0.10.2...v0.10.3

0.10.2

- 修复一众 xxx.list 接口
**Full Changelog**: https://github.com/nonebot/adapter-satori/compare/v0.10.1...v0.10.2

0.10.1

- 修复资源类消息段的构建错误

**Full Changelog**: https://github.com/nonebot/adapter-satori/compare/v0.10.0...v0.10.1

0.10.0

破坏性改动
- 移除 `Style` 元素,现在由 `Text` 负责记录样式信息
- 嵌套样式会一并记录在同个 `Text` 消息段内,直到出现非文本类元素:

<b>123<i>456</i>789</b> ==>
Text(data={"text": "123456789", "styles": {(0, 3): ["b"], (3, 6): ["b", "i"], (6, 9): ["b"]}})


**Full Changelog**: https://github.com/nonebot/adapter-satori/compare/v0.9.3...v0.10.0

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.