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) { ...@@ -27,7 +27,7 @@ export function parserMessage(type: MessageType, rawMsg: string) {
} }
const t = mapping.get(type) const t = mapping.get(type)
if (t) { if (t) {
return t; return `[${t}]`;
} }
return `[系统自动回复]`; 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