添加字段 pyname

This commit is contained in:
zk
2026-06-04 10:34:09 +08:00
parent 05c288f52b
commit de3a2799b0
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -156,6 +156,7 @@ async def _do_clean(data: dict) -> None:
content_hash=data.get("content_hash"),
source_url=data.get("detail_url"),
source_id=str(data_id),
pyname=data.get("pyname"),
status=0,
create_time=now,
update_time=now,