Commit 671d3551 by Sixong.Zhu

format

parent c81c9fb5
Showing with 1 additions and 1 deletions
......@@ -27,7 +27,7 @@ export function parserMessage(type: MessageType, rawMsg: string) {
}
const t = mapping.get(type)
if (t) {
return t;
return `[${t}]`;
}
return `[系统自动回复]`;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment