🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-04-29 11:18:08 +00:00
parent c501f8623e
commit 3a4c819cf3

View File

@@ -613,7 +613,7 @@ class EmojiManager:
break break
# 从排序列表中移除已选择的表情包 # 从排序列表中移除已选择的表情包
emoji_objects = [emoji for emoji in emoji_objects if emoji not in selected_emojis] emoji_objects = [emoji for emoji in emoji_objects if emoji not in selected_emojis]
emoji_info_list = [] emoji_info_list = []
for i, emoji in enumerate(selected_emojis): for i, emoji in enumerate(selected_emojis):
# 转换时间戳为可读时间 # 转换时间戳为可读时间