mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-06-07 21:46:33 +08:00
支持 MacOS,重写获取及缓存图标的方法
This commit is contained in:
parent
1e82a8a6c6
commit
21722b1734
@ -1,7 +1,7 @@
|
|||||||
checkUpdate = () => {
|
checkUpdate = () => {
|
||||||
let cv = 'v0.0.5',
|
let cv = 'v0.0.5',
|
||||||
pg = 'https://yuanliao.info/d/296';
|
pg = 'https://yuanliao.info/d/296';
|
||||||
if (utools.db.get(cv).data != 'pass') {
|
if (!utools.db.get(cv)) {
|
||||||
$.get(pg, data => {
|
$.get(pg, data => {
|
||||||
data = /<title>\[插件\]\[关闭进程 ProcessKiller (.*?)\](.*?) - 猿料<\/title>/.exec(data);
|
data = /<title>\[插件\]\[关闭进程 ProcessKiller (.*?)\](.*?) - 猿料<\/title>/.exec(data);
|
||||||
let lv = data[1],
|
let lv = data[1],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user