Archived
0
0
This commit is contained in:
2025-12-16 21:28:53 +08:00
parent 11d130c3fd
commit 1e534e5fe5
37 changed files with 428 additions and 207 deletions

View File

@@ -40,9 +40,7 @@ def load_nucleon(path: pathlib.Path, fmt="toml"):
logger.debug("处理项目: %s", item)
lst.append(
(
Nucleon(
item, attr, deepcopy(nested_data["__metadata__"])
),
Nucleon(item, attr, deepcopy(nested_data["__metadata__"])),
deepcopy(nested_data["__metadata__"]["orbital"]),
)
)