diff --git a/app.py b/app.py index 5ee68a9..f066f28 100644 --- a/app.py +++ b/app.py @@ -32,7 +32,65 @@ THEMES = { def hello(): # 模拟 v3.0-buggy 的问题 if BUGGY and random.random() < 0.5: - return "💥 服务异常:数据库连接失败", 500 + return ( + f""" + + +