优化输入框推送功能

This commit is contained in:
fofolee
2023-08-07 20:24:44 +08:00
parent 7fb35e7c2f
commit 62a9bb01d1
4 changed files with 51 additions and 24 deletions

View File

@@ -32,6 +32,8 @@ let isProcessExits = pid => {
}
}
window.isAppVersion4 = () => utools.getAppVersion() >= "4.0.0";
// 多开检测
window.multiProcessDetection = () => {
let pids = JSON.parse(localStorage.getItem('processes')) || [];