mirror of
https://git.unlock-music.dev/um/web.git
synced 2025-04-19 19:17:34 +00:00
Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7f050a682d | ||
![]() |
ce45bdb8dd | ||
![]() |
1846e5c959 | ||
![]() |
c866d4909f | ||
![]() |
bded04e40f | ||
![]() |
b7cb485be2 | ||
![]() |
3dcf064b48 |
11
README.md
11
README.md
@ -6,12 +6,15 @@
|
|||||||
- Unlock Music 项目是以学习和技术研究的初衷创建的,修改、再分发时请遵循[授权协议]。
|
- Unlock Music 项目是以学习和技术研究的初衷创建的,修改、再分发时请遵循[授权协议]。
|
||||||
- Unlock Music 的 CLI 版本可以在 [unlock-music/cli] 找到,大批量转换建议使用 CLI 版本。
|
- Unlock Music 的 CLI 版本可以在 [unlock-music/cli] 找到,大批量转换建议使用 CLI 版本。
|
||||||
- 我们新建了 Telegram 群组 [`@unlock_music_chat`] ,欢迎加入!
|
- 我们新建了 Telegram 群组 [`@unlock_music_chat`] ,欢迎加入!
|
||||||
- CI 自动构建已经部署,可以在 [UM-Packages] 下载
|
- CI 自动构建已经部署,可以在 [um-packages] 下载
|
||||||
|
|
||||||
|
> **WARNING**
|
||||||
|
> 在本站 fork 不会起到备份的作用,只会浪费服务器储存空间。如无必要请勿 fork 该仓库。
|
||||||
|
|
||||||
[授权协议]: https://git.unlock-music.dev/um/web/src/branch/master/LICENSE
|
[授权协议]: https://git.unlock-music.dev/um/web/src/branch/master/LICENSE
|
||||||
[unlock-music/cli]: https://git.unlock-music.dev/um/cli
|
[unlock-music/cli]: https://git.unlock-music.dev/um/cli
|
||||||
[`@unlock_music_chat`]: https://t.me/unlock_music_chat
|
[`@unlock_music_chat`]: https://t.me/unlock_music_chat
|
||||||
[UM-Packages]: https://git.unlock-music.dev/um/-/packages/generic/web-build/
|
[um-packages]: https://git.unlock-music.dev/um/-/packages/generic/web-build/
|
||||||
|
|
||||||
## 特性
|
## 特性
|
||||||
|
|
||||||
@ -26,7 +29,7 @@
|
|||||||
- [x] 虾米音乐格式 (.xm)
|
- [x] 虾米音乐格式 (.xm)
|
||||||
- [x] 酷我音乐格式 (.kwm)
|
- [x] 酷我音乐格式 (.kwm)
|
||||||
- [x] 酷狗音乐格式 (.kgm/.vpr)
|
- [x] 酷狗音乐格式 (.kgm/.vpr)
|
||||||
- [x] Android版喜马拉雅文件格式 (.x2m/.x3m)
|
- [x] Android 版喜马拉雅文件格式 (.x2m/.x3m)
|
||||||
- [x] 咪咕音乐格式 (.mg3d)
|
- [x] 咪咕音乐格式 (.mg3d)
|
||||||
|
|
||||||
### 其他特性
|
### 其他特性
|
||||||
@ -42,7 +45,7 @@
|
|||||||
|
|
||||||
### 使用预构建版本
|
### 使用预构建版本
|
||||||
|
|
||||||
- 从 [Release] 或 [CI 构建][UM-Packages] 下载预构建的版本
|
- 从 [Release] 或 [CI 构建][um-packages] 下载预构建的版本
|
||||||
- :warning: 本地使用请下载`legacy版本`(`modern版本`只能通过 **http(s)协议** 访问)
|
- :warning: 本地使用请下载`legacy版本`(`modern版本`只能通过 **http(s)协议** 访问)
|
||||||
- 解压缩后即可部署或本地使用(**请勿直接运行源代码**)
|
- 解压缩后即可部署或本地使用(**请勿直接运行源代码**)
|
||||||
|
|
||||||
|
@ -1,18 +1,29 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 3,
|
||||||
|
"content_security_policy": {
|
||||||
|
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
|
||||||
|
},
|
||||||
"name": "音乐解锁",
|
"name": "音乐解锁",
|
||||||
"short_name": "音乐解锁",
|
"short_name": "音乐解锁",
|
||||||
"icons": {
|
"icons": {
|
||||||
"128": "./img/icons/msapplication-icon-144x144.png"
|
"16": "img/icons/favicon-16x16.png",
|
||||||
|
"32": "img/icons/favicon-32x32.png",
|
||||||
|
"192": "img/icons/android-chrome-192x192.png",
|
||||||
|
"512": "img/icons/android-chrome-512x512.png"
|
||||||
},
|
},
|
||||||
"description": "在任何设备上解锁已购的加密音乐!",
|
"description": "在任何设备上解锁已购的加密音乐!",
|
||||||
"permissions": [
|
"permissions": ["storage"],
|
||||||
"storage"
|
|
||||||
],
|
|
||||||
"offline_enabled": true,
|
"offline_enabled": true,
|
||||||
"options_page": "./index.html",
|
"options_page": "index.html",
|
||||||
"homepage_url": "https://git.unlock-music.dev/um/web",
|
"homepage_url": "https://git.unlock-music.dev/um/web",
|
||||||
"browser_action": {
|
"action": {
|
||||||
|
"default_icon": "img/icons/favicon-32x32.png",
|
||||||
"default_popup": "./popup.html"
|
"default_popup": "./popup.html"
|
||||||
|
},
|
||||||
|
"browser_specific_settings": {
|
||||||
|
"gecko": {
|
||||||
|
"id": "addon@unlock-music.dev",
|
||||||
|
"strict_min_version": "128.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
30
package-lock.json
generated
30
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "unlock-music",
|
"name": "unlock-music",
|
||||||
"version": "1.10.7",
|
"version": "1.10.8",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "unlock-music",
|
"name": "unlock-music",
|
||||||
"version": "1.10.7",
|
"version": "1.10.8",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -5712,9 +5712,23 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/caniuse-lite": {
|
"node_modules/caniuse-lite": {
|
||||||
"version": "1.0.30001434",
|
"version": "1.0.30001668",
|
||||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001434.tgz",
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001668.tgz",
|
||||||
"integrity": "sha512-aOBHrLmTQw//WFa2rcF1If9fa3ypkC1wzqqiKHgfdrXTWcU8C4gKVZT77eQAPWN1APys3+uQ0Df07rKauXGEYA=="
|
"integrity": "sha512-nWLrdxqCdblixUO+27JtGJJE/txpJlyUy5YN1u53wLZkP0emYCo5zgS6QYft7VUYR42LGgi/S5hdLZTrnyIddw==",
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/browserslist"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "tidelift",
|
||||||
|
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com/sponsors/ai"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"node_modules/case-sensitive-paths-webpack-plugin": {
|
"node_modules/case-sensitive-paths-webpack-plugin": {
|
||||||
"version": "2.4.0",
|
"version": "2.4.0",
|
||||||
@ -25477,9 +25491,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"caniuse-lite": {
|
"caniuse-lite": {
|
||||||
"version": "1.0.30001434",
|
"version": "1.0.30001668",
|
||||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001434.tgz",
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001668.tgz",
|
||||||
"integrity": "sha512-aOBHrLmTQw//WFa2rcF1If9fa3ypkC1wzqqiKHgfdrXTWcU8C4gKVZT77eQAPWN1APys3+uQ0Df07rKauXGEYA=="
|
"integrity": "sha512-nWLrdxqCdblixUO+27JtGJJE/txpJlyUy5YN1u53wLZkP0emYCo5zgS6QYft7VUYR42LGgi/S5hdLZTrnyIddw=="
|
||||||
},
|
},
|
||||||
"case-sensitive-paths-webpack-plugin": {
|
"case-sensitive-paths-webpack-plugin": {
|
||||||
"version": "2.4.0",
|
"version": "2.4.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "unlock-music",
|
"name": "unlock-music",
|
||||||
"version": "1.10.7",
|
"version": "1.10.8",
|
||||||
"ext_build": 0,
|
"ext_build": 0,
|
||||||
"updateInfo": "修正 joox 在远程获取 API 信息出错时不能正确回退到本地元信息获取的错误。",
|
"updateInfo": "修正 joox 在远程获取 API 信息出错时不能正确回退到本地元信息获取的错误。",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user