mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-23 20:44:42 +08:00
优化输入框推送功能
This commit is contained in:
@@ -32,6 +32,8 @@ let isProcessExits = pid => {
|
||||
}
|
||||
}
|
||||
|
||||
window.isAppVersion4 = () => utools.getAppVersion() >= "4.0.0";
|
||||
|
||||
// 多开检测
|
||||
window.multiProcessDetection = () => {
|
||||
let pids = JSON.parse(localStorage.getItem('processes')) || [];
|
||||
|
Reference in New Issue
Block a user