685 B
685 B
authors, categories, date, readtime, slug
| authors | categories | date | readtime | slug | |||
|---|---|---|---|---|---|---|---|
|
|
2025-11-25 | 1 | update-2025-11-25 |
2025 年 11 月 25 日基础设施更新
以下是 2025 年 11 月 25 日的基础设施更新情况。
此方 Bot 引入了阿里绿网云盾
对于云盾,详细可见阿里官方文档。使用方法:
from konabot.common.apis.ali_content_safety import AlibabaGreen
async def main():
if await AlibabaGreen.detect("正常文本"):
print("没有检测到违规情况")
else:
print("发现违规异常")