调整信息

This commit is contained in:
2025-11-11 01:24:29 +08:00
parent 561f6981aa
commit df28fad697

View File

@ -37,7 +37,7 @@ def get_puzzle_description(puzzle: Puzzle, with_answer: bool = False) -> UniMess
if with_answer:
result = result.text(f"\n\n题目答案:{puzzle.flag}")
else:
result = result.text("\n\n输入「提交答案 答案」来提交你的解答")
result = result.text("\n\nAt 我或者私聊我「提交答案 答案」来提交你的解答")
return result