Commit c0fd8f8f authored by Chunchi Che's avatar Chunchi Che

udpaet small

parent e4a8fd43
......@@ -65,7 +65,7 @@ export const HintNotification = () => {
useEffect(() => {
if (result) {
const message = result.isWin ? "胜利" : "失败" + " " + result.reason;
const message = result.isWin ? "Win" : "Defeated" + " " + result.reason;
api.open({
message,
placement: "bottom",
......
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 to comment