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) {
window.utools.showNotification(title + "\n" + content);
console.log(title + "\n" + content);
};
module.exports = quickcommand;