Files
mttu-docs/docs/blog/posts/2025_11_25.md
passthem 6e95791960
All checks were successful
continuous-integration/drone/push Build is passing
202511251650
2025-11-25 16:50:57 +08:00

685 B

authors, categories, date, readtime, slug
authors categories date readtime slug
passthem
日志
此方 Bot
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("发现违规异常")