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.className = 'properties-container';
toolDiv.innerHTML = ` toolDiv.innerHTML = `
<div class="property-item"> <div class="property-item">
<input type="text" placeholder="工具名称" value="新工具"> <input type="text" placeholder="σ╖Ñσà╖σÉìτº░" value="µû░σ╖Ñσà╖">
<input type="text" placeholder="工具描述" value="工具描述"> <input type="text" placeholder="σ╖Ñσà╖µÅÅΦ┐░" value="σ╖Ñσà╖µÅÅΦ┐░">
<button class="remove-property" onclick="uiController.removeMCPTool('${toolId}')">删除</button> <button class="remove-property" onclick="uiController.removeMCPTool('${toolId}')">σêáΘÖñ</button>
</div> </div>
`; `;