diff --git a/assets/index.js b/assets/index.js
index eb8b7ad..48f4c1a 100644
--- a/assets/index.js
+++ b/assets/index.js
@@ -1,34 +1,3 @@
-// checkUpdate = () => {
-// let p = window.pluginInfo;
-// if (!utools.db.get(p.version)) {
-// $.get(p.publishPage, data => {
-// var re = new RegExp(`
\\[插件\\]\\[${p.pluginName} (.*?)\\](.*?) - 猿料<\\/title>`)
-// data = re.exec(data);
-// let lastVer = data[1],
-// desc = data[2];
-// if (lastVer != p.version) {
-// options = {
-// type: 'info',
-// title: '插件有可用更新',
-// icon: window.logo,
-// cancelId: 1,
-// message: `发现新版本 ${lastVer},是否前往更新?\n更新内容:\n${desc}`,
-// buttons: ['起驾', '朕知道了', '别再烦朕']
-// };
-// window.messageBox(options, index => {
-// if (index == 0) {
-// window.open(p.publishPage)
-// } else if (index == 2) {
-// utools.db.put({ _id: p.version, data: "pass" })
-// }
-// })
-// } else {
-// console.log('当前已是最新版本!');
-// }
-// })
-// }
-// }
-
saveIcon = async tasks => {
if (window.isWin) {
window.getIco.emitter.on('icon', function (data) {