add update remove

This commit is contained in:
Xuwznln
2025-10-10 20:15:16 +08:00
parent a1783f489e
commit 67c01271b7
4 changed files with 267 additions and 112 deletions

View File

@@ -107,6 +107,8 @@ class HTTPClient:
for u, n in old_uuids.items():
if u in uuid_mapping:
n.res_content.uuid = uuid_mapping[u]
for c in n.children:
c.res_content.parent_uuid = n.res_content.uuid
else:
logger.warning(f"资源UUID未更新: {u}")
return uuid_mapping