docs: add testing guide and fix Chinese text in controller.js

This commit is contained in:
spider-yamet
2026-01-26 08:30:39 -08:00
parent 99c12a0fed
commit 4f4f8ca54e
+3 -3
View File
@@ -520,9 +520,9 @@ class UIController {
toolDiv.className = 'properties-container';
toolDiv.innerHTML = `
<div class="property-item">
<input type="text" placeholder="工具名称" value="新工具">
<input type="text" placeholder="工具描述" value="工具描述">
<button class="remove-property" onclick="uiController.removeMCPTool('${toolId}')">σêáΘÖñ</button>
<input type="text" placeholder="工具名称" value="新工具">
<input type="text" placeholder="工具描述" value="工具描述">
<button class="remove-property" onclick="uiController.removeMCPTool('${toolId}')">删除</button>
</div>
`;