UNSTABLE:一大堆细节改进 警告:在测试稳定前可以先不要跟进此commit改动

This commit is contained in:
Remik1r3n
2025-03-16 01:52:41 +08:00
parent a87a459ac3
commit c7716ed04d
10 changed files with 53 additions and 55 deletions

View File

@@ -17,7 +17,7 @@ def apiGetUserPreview(userId, noLog:bool=False) -> str:
# CLI 示例
if __name__ == "__main__":
#userId = input("请输入用户 ID")
userId = testUid2
userId = testUid8
print(apiGetUserPreview(userId))
###