diff --git a/package-lock.json b/package-lock.json index 18c062b..edc13c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "unlock-music", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 597d08b..73fe74a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,13 @@ { "name": "unlock-music", - "version": "1.3.2", + "version": "1.3.3", + "updateInfo": "支持网易云音乐DJ类型ncm;优化旧浏览器的支持", + "license": "MIT", + "description": "Unlock encrypted music file in browser.", + "repository": { + "type": "git", + "url": "https://github.com/ix64/unlock-music" + }, "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/public/index.html b/public/index.html index 9d44073..161bcf0 100644 --- a/public/index.html +++ b/public/index.html @@ -5,48 +5,16 @@ - + + + 音乐解锁 - By IXarea - + + + diff --git a/src/App.vue b/src/App.vue index 389cc65..1cb5ffb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -101,7 +101,7 @@ this.$notify.info({ title: '离线使用', message: '我们使用PWA技术,无网络也能使用' + - '
最近更新:提供实验性mgg支持' + + '
最近更新:' + config.updateInfo + '
使用提示', dangerouslyUseHTMLString: true, duration: 10000,