feat: 添加镜像头像插件并更新网页样式
refactor(web): 重构网页设计风格和布局 fix(jrcd): 修正群组ID检查条件 chore: 更新.gitignore文件配置
This commit is contained in:
@@ -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 指令,回复用户的“今日长度”。
|
||||
|
||||
Reference in New Issue
Block a user