Skip to content

Commit

Permalink
opti: 颜文字(?
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD committed Mar 30, 2024
1 parent 6bc72a3 commit 0eb9f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSharp-OpenBMCLAPI/Modules/HttpServiceProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ await context.Response.WriteAsync(JsonConvert.SerializeObject(new
}));
break;
case "status":
await context.Response.WriteAsync(cluster.IsEnabled ? "正常" : "关闭");
await context.Response.WriteAsync(cluster.IsEnabled ? "好闲啊o(* ̄▽ ̄*)ブ" : "似了w(゚Д゚)w");
break;
case "uptime":
await context.Response.WriteAsync(SharedData.DataStatistician.Uptime.ToString("0.00"));
Expand Down

0 comments on commit 0eb9f73

Please sign in to comment.