File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1010 >
1111 <i class =" fas fa-plug text-blue-500" ></i >
1212 {{ $t("settings.mcpManagement") }}
13+ <a
14+ href =" https://seekrays.com/seekcode/redirect?t=faq_mcp"
15+ target =" _blank"
16+ class =" text-gray-400 hover:text-blue-500 transition-colors duration-200"
17+ :title =" t('settings.mcpHelp')"
18+ >
19+ <i class =" fas fa-question-circle text-sm" ></i >
20+ </a >
1321 </h3 >
1422 <div class =" flex items-center gap-3" >
1523 <span
Original file line number Diff line number Diff line change @@ -221,6 +221,9 @@ export default {
221221 invalidHost : "Please enter a valid IP address or localhost" ,
222222 portRangeError : "Port number must be between 1-65535" ,
223223 commonPortWarning : "Warning: This port is commonly used and may be occupied by other services" ,
224+
225+ // Help links
226+ mcpHelp : "MCP Usage Help" ,
224227
225228 // Update
226229 checkUpdate : "Check for Updates" ,
Original file line number Diff line number Diff line change @@ -221,6 +221,9 @@ export default {
221221 invalidHost : "请输入有效的IP地址或localhost" ,
222222 portRangeError : "端口号必须在1-65535之间" ,
223223 commonPortWarning : "警告:该端口为常用端口,可能被其他服务占用" ,
224+
225+ // 帮助链接
226+ mcpHelp : "MCP 使用帮助" ,
224227 } ,
225228
226229 // 快捷键
You can’t perform that action at this time.
0 commit comments