获取和注册一体化修正

This commit is contained in:
UnCLAS-Prommer
2026-02-18 21:34:56 +08:00
parent ccd1be7bed
commit 537b24c24e
3 changed files with 179 additions and 12 deletions

View File

@@ -83,7 +83,7 @@ class BaseImageDataModel(BaseDatabaseDataModel[Images]):
async def calculate_hash_format(self) -> bool:
"""
异步计算表情包的哈希值和格式
异步计算表情包的哈希值和格式,初始化后应该执行此方法来确保对象的哈希值和格式正确
Returns:
return (bool): 如果成功计算哈希值和格式则返回True否则返回False