mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-29 20:32:44 +08:00
输出方式增加在终端显示
This commit is contained in:
parent
1b65fafc95
commit
153fdb12bb
@ -158,7 +158,7 @@ showOptions = () => {
|
|||||||
try {
|
try {
|
||||||
var iconpath = cacheIco(customFts[fts].base64Ico, features.icon);
|
var iconpath = cacheIco(customFts[fts].base64Ico, features.icon);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
window.messageBox({ type: 'error', icon: window.logo, message: e.toString(), buttons: ['纳尼?!'] })
|
window.messageBox({ type: 'error', icon: window.logo, message: e.toString(), buttons: ['啊嘞?!'] })
|
||||||
}
|
}
|
||||||
featureList += `<tr><td><img class="logo" src="${iconpath}"></td>
|
featureList += `<tr><td><img class="logo" src="${iconpath}"></td>
|
||||||
<td>${cmds}</td><td width="300px">${features.explain}</td><td>
|
<td>${cmds}</td><td width="300px">${features.explain}</td><td>
|
||||||
@ -219,6 +219,7 @@ showCustomize = () => {
|
|||||||
<option value="clip">复制到剪贴板</option>
|
<option value="clip">复制到剪贴板</option>
|
||||||
<option value="send">发送到活动窗口</option>
|
<option value="send">发送到活动窗口</option>
|
||||||
<option value="notice">发送系统通知</option>
|
<option value="notice">发送系统通知</option>
|
||||||
|
<option value="terminal">在终端显示</option>
|
||||||
</select>
|
</select>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user