win专区和mac专区改名win自动化和mac自动化

This commit is contained in:
fofolee 2025-01-12 18:53:40 +08:00
parent 9df34cfe08
commit 246ce8bc33
3 changed files with 5 additions and 4 deletions

View File

@ -306,6 +306,7 @@ if (process.platform !== "linux") {
quickcommand.showSystemMessageBox = function (title, content) { quickcommand.showSystemMessageBox = function (title, content) {
window.utools.showNotification(title + "\n" + content); window.utools.showNotification(title + "\n" + content);
console.log(title + "\n" + content);
}; };
module.exports = quickcommand; module.exports = quickcommand;

View File

@ -1,13 +1,13 @@
import { newVarInputVal } from "js/composer/varInputValManager"; import { newVarInputVal } from "js/composer/varInputValManager";
export const macosCommands = { export const macosCommands = {
label: "MacOS专区", label: "Mac自动化",
icon: "laptop_mac", icon: "laptop_mac",
defaultOpened: false, defaultOpened: false,
commands: [ commands: [
{ {
value: "quickcomposer.macos.app.getFrontmost", value: "quickcomposer.macos.app.getFrontmost",
label: "应用管理", label: "应用及窗口控制",
desc: "应用程序管理功能", desc: "应用程序管理功能",
icon: "apps", icon: "apps",
isAsync: true, isAsync: true,
@ -347,7 +347,7 @@ export const macosCommands = {
}, },
{ {
value: "quickcomposer.macos.browser.getUrl", value: "quickcomposer.macos.browser.getUrl",
label: "浏览器管理", label: "浏览器控制",
desc: "浏览器管理功能", desc: "浏览器管理功能",
icon: "web", icon: "web",
isAsync: true, isAsync: true,

View File

@ -1,5 +1,5 @@
export const windowsCommands = { export const windowsCommands = {
label: "Windows专区", label: "Win自动化",
icon: "window", icon: "window",
defaultOpened: false, defaultOpened: false,
commands: [ commands: [