mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 05:55:34 +08:00
win专区和mac专区改名win自动化和mac自动化
This commit is contained in:
parent
9df34cfe08
commit
246ce8bc33
@ -306,6 +306,7 @@ if (process.platform !== "linux") {
|
||||
|
||||
quickcommand.showSystemMessageBox = function (title, content) {
|
||||
window.utools.showNotification(title + "\n" + content);
|
||||
console.log(title + "\n" + content);
|
||||
};
|
||||
|
||||
module.exports = quickcommand;
|
||||
|
@ -1,13 +1,13 @@
|
||||
import { newVarInputVal } from "js/composer/varInputValManager";
|
||||
|
||||
export const macosCommands = {
|
||||
label: "MacOS专区",
|
||||
label: "Mac自动化",
|
||||
icon: "laptop_mac",
|
||||
defaultOpened: false,
|
||||
commands: [
|
||||
{
|
||||
value: "quickcomposer.macos.app.getFrontmost",
|
||||
label: "应用管理",
|
||||
label: "应用及窗口控制",
|
||||
desc: "应用程序管理功能",
|
||||
icon: "apps",
|
||||
isAsync: true,
|
||||
@ -347,7 +347,7 @@ export const macosCommands = {
|
||||
},
|
||||
{
|
||||
value: "quickcomposer.macos.browser.getUrl",
|
||||
label: "浏览器管理",
|
||||
label: "浏览器控制",
|
||||
desc: "浏览器管理功能",
|
||||
icon: "web",
|
||||
isAsync: true,
|
||||
|
@ -1,5 +1,5 @@
|
||||
export const windowsCommands = {
|
||||
label: "Windows专区",
|
||||
label: "Win自动化",
|
||||
icon: "window",
|
||||
defaultOpened: false,
|
||||
commands: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user