feat: 添加镜像头像插件并更新网页样式

refactor(web): 重构网页设计风格和布局
fix(jrcd): 修正群组ID检查条件
chore: 更新.gitignore文件配置
This commit is contained in:
2026-02-27 13:03:22 +08:00
parent ae9c362a65
commit 29c2481627
5 changed files with 479 additions and 256 deletions

View File

@@ -73,7 +73,7 @@ def get_jrcd(user_id: int) -> int:
@matcher.command("jrcd")
async def handle_jrcd(bot: Bot, event: MessageEvent, args: list[str]):
if event.id == 831797331:
if event.group_id == 831797331:
return None
"""
处理 jrcd 指令,回复用户的“今日长度”。