feat: OpenClaw Gateway 配置和连接优化 #1

Open
weworkdev wants to merge 19 commits from weworkdev into main
Showing only changes of commit a32bc1d346 - Show all commits

View File

@@ -876,7 +876,7 @@ function App() {
<button
className="btn btn-danger"
onClick={async () => {
if (confirm('确定要清空所有消息历史吗?此操作不可恢复!')) {
if (window.confirm('确定要清空所有消息历史吗?此操作不可恢复!')) {
await window.electronAPI.clearMessages({});
loadMessages();
loadSessions();