feat: 重新添加uuid,重新开启TLS 1.3

This commit is contained in:
2026-02-13 09:48:38 +08:00
parent d8c79b1451
commit ce602c1590
2 changed files with 2 additions and 4 deletions
+2
View File
@@ -67,6 +67,8 @@ func download_from_origin() -> int:
await download_file(origin + "index", "user://download/temp/index.json")
get_uuid()
await download_file(origin + "card/list", "user://download/%s/cards/list.json" % [uuid])
await download_file(origin + "reaction/list", "user://download/%s/reactions/list.json" % [uuid])
await download_file(origin + "matter/list", "user://download/%s/matters/list.json" % [uuid])