fix:进一步模块化,修复观察错位问题
This commit is contained in:
@@ -152,7 +152,7 @@ class ImageManager:
|
||||
"timestamp": timestamp,
|
||||
}
|
||||
db.images.update_one({"hash": image_hash}, {"$set": image_doc}, upsert=True)
|
||||
logger.success(f"保存表情包: {file_path}")
|
||||
logger.trace(f"保存表情包: {file_path}")
|
||||
except Exception as e:
|
||||
logger.error(f"保存表情包文件失败: {str(e)}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user