diff --git a/web/src/components/playground/ConfigManager.js b/web/src/components/playground/ConfigManager.js index 12be1f4d..b3e5c07b 100644 --- a/web/src/components/playground/ConfigManager.js +++ b/web/src/components/playground/ConfigManager.js @@ -206,14 +206,23 @@ const ConfigManager = ({ // 桌面端显示紧凑的按钮组 return (
- {/* 配置状态信息,使用较小的字体 */} -
+ {/* 配置状态信息和重置按钮 */} +
{getConfigStatus()} +
- {/* 紧凑的按钮布局 */} + {/* 导出和导入按钮 */}
- -