diff --git a/renderer/src/App.js b/renderer/src/App.js index f36fe79..c4a776a 100644 --- a/renderer/src/App.js +++ b/renderer/src/App.js @@ -350,55 +350,7 @@ function App() { )} - {/* 测试消息 */} -
-

📡 测试消息通信

-
- setTestOpenClawMessage(e.target.value)} - placeholder="输入测试消息内容..." - style={{ - width: '100%', - padding: '10px', - background: '#1a1a2e', - border: '1px solid #00d8ff', - borderRadius: '6px', - color: '#fff', - fontSize: '0.95em' - }} - onKeyDown={(e) => e.key === 'Enter' && handleSendTestOpenClawMessage()} - /> -
- - {testOpenClawResult && ( -
- {testOpenClawResult.message} -
- )} -
- {/* 企业微信机器人配置 */}