chore:春节装饰组件、依赖更新及日志优化

This commit is contained in:
xiamuceer-j
2026-02-12 12:41:13 +08:00
parent 79128cb3e2
commit ff148c291e
8 changed files with 1006 additions and 26 deletions
-4
View File
@@ -550,10 +550,6 @@ async def generate_organization_stream(
appearance=organization_data.get("appearance", ""),
organization_type=organization_data.get("organization_type"),
organization_purpose=organization_data.get("organization_purpose"),
organization_members=json.dumps(
organization_data.get("organization_members", []),
ensure_ascii=False
),
traits=json.dumps(
organization_data.get("traits", []),
ensure_ascii=False