diff --git a/public/index.html b/public/index.html index 0b295d7..a55f33e 100644 --- a/public/index.html +++ b/public/index.html @@ -5,9 +5,9 @@ - 音乐解锁 + Dnomd343 - UnlockMusic - + @@ -19,19 +19,11 @@ -

请勿直接运行源代码!

-
diff --git a/src/App.vue b/src/App.vue index 176b755..c559d70 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,24 +3,6 @@ - - - 音乐解锁({{ version }}) - :移除已购音乐的加密保护。 - 使用提示 - - - 目前支持 网易云音乐(ncm), QQ音乐(qmc, mflac, mgg), 酷狗音乐(kgm), 虾米音乐(xm), 酷我音乐(.kwm) - 更多。 - - - - Copyright © 2019 - {{ new Date().getFullYear() }} MengYX - 音乐解锁使用 - MIT许可协议 - 开放源代码 - - @@ -51,39 +33,6 @@ export default { const mask = document.getElementById('loader-mask'); if (!!mask) mask.remove(); let updateInfo; - try { - updateInfo = await checkUpdate(this.version); - } catch (e) { - console.warn('check version info failed', e); - } - if ( - updateInfo && - process.env.NODE_ENV === 'production' && - (updateInfo.HttpsFound || (updateInfo.Found && window.location.protocol !== 'https:')) - ) { - this.$notify.warning({ - title: '发现更新', - message: `发现新版本 v${updateInfo.Version}
更新详情:${updateInfo.Detail}
获取更新`, - dangerouslyUseHTMLString: true, - duration: 15000, - position: 'top-left', - }); - } else { - this.$notify.info({ - title: '离线使用', - message: `
-

我们使用 PWA 技术,无网络也能使用

-
-
最近更新
-
${config.updateInfo}
-
- 使用提示 -
`, - dangerouslyUseHTMLString: true, - duration: 10000, - position: 'top-left', - }); - } }, }, }; diff --git a/src/component/FileSelector.vue b/src/component/FileSelector.vue index 058bfcd..40441cd 100644 --- a/src/component/FileSelector.vue +++ b/src/component/FileSelector.vue @@ -1,26 +1,7 @@