fix: translate corrupted Chinese text to proper Chinese in controller.js

This commit is contained in:
spider-yamet
2026-01-26 08:05:02 -08:00
parent dcd0ef3f40
commit 99c12a0fed
+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>
`;