feat: 发布 2.5 版本

This commit is contained in:
2025-04-20 21:00:11 +08:00
parent 936b4f9075
commit d11929e92d
18 changed files with 91 additions and 64 deletions

View File

@@ -203,6 +203,7 @@ class XHS:
data["采集时间"] = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
data["下载地址"] = " ".join(data["下载地址"])
data["动图地址"] = " ".join(i or "NaN" for i in data["动图地址"])
data.pop("时间戳", None)
await self.data_recorder.add(**data)
async def __add_record(self, id_: str, result: list) -> None: