mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-05-23 22:37:41 +08:00
xwx
This commit is contained in:
parent
dba64eda2c
commit
7b5a56abb6
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "ikun-music-mobile",
|
||||
"version": "3.4.8",
|
||||
"version": "3.5.6",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "ikun-music-mobile",
|
||||
"version": "3.4.8",
|
||||
"version": "3.5.6",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@craftzdog/react-native-buffer": "^6.0.5",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ikun-music-mobile",
|
||||
"version": "3.4.8",
|
||||
"version": "3.5.6",
|
||||
"versionCode": 69,
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@ -64,9 +64,9 @@
|
||||
"react-native-pager-view": "6.3.0",
|
||||
"react-native-quick-base64": "^2.1.2",
|
||||
"react-native-quick-md5": "^3.0.6",
|
||||
"rn-fetch-blob": "^0.12.0",
|
||||
"react-native-track-player": "github:lyswhut/react-native-track-player#930681ab40fdb50f3d0eedff6ecd29b1666fd3ff",
|
||||
"react-native-vector-icons": "^10.2.0"
|
||||
"react-native-vector-icons": "^10.2.0",
|
||||
"rn-fetch-blob": "^0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.26.0",
|
||||
|
File diff suppressed because one or more lines are too long
@ -5,7 +5,7 @@ import { dnsLookup } from '../utils'
|
||||
|
||||
const api_ikun_zj = {
|
||||
getMusicUrl(songInfo, type) {
|
||||
const requestObj = httpFetch(`https://音源.ikunshare.com/url/kg/${songInfo._types[type].hash}/${type}`, {
|
||||
const requestObj = httpFetch(`https://lxmusic.ikunshare.com/url/kg/${songInfo._types[type].hash}/${type}`, {
|
||||
method: 'get',
|
||||
timeout,
|
||||
headers,
|
||||
|
@ -5,7 +5,7 @@ import { dnsLookup } from '../utils'
|
||||
|
||||
const api_ikun_cf = {
|
||||
getMusicUrl(songInfo, type) {
|
||||
const requestObj = httpFetch(`https://音源.ikunshare.com/url/kg/${songInfo._types[type].hash}/${type}`, {
|
||||
const requestObj = httpFetch(`https://lxmusic.ikunshare.com/url/kg/${songInfo._types[type].hash}/${type}`, {
|
||||
method: 'get',
|
||||
timeout,
|
||||
headers,
|
||||
|
@ -5,7 +5,7 @@ import { dnsLookup } from '../utils'
|
||||
|
||||
const api_ikun_zj = {
|
||||
getMusicUrl(songInfo, type) {
|
||||
const requestObj = httpFetch(`https://音源.ikunshare.com/url/kw/${songInfo.songmid}/${type}`, {
|
||||
const requestObj = httpFetch(`https://lxmusic.ikunshare.com/url/kw/${songInfo.songmid}/${type}`, {
|
||||
method: 'get',
|
||||
timeout,
|
||||
headers,
|
||||
|
@ -5,7 +5,7 @@ import { dnsLookup } from '../utils'
|
||||
|
||||
const api_ikun_zj = {
|
||||
getMusicUrl(songInfo, type) {
|
||||
const requestObj = httpFetch(`https://音源.ikunshare.com/url/mg/${songInfo.copyrightId}/${type}`, {
|
||||
const requestObj = httpFetch(`https://lxmusic.ikunshare.com/url/mg/${songInfo.copyrightId}/${type}`, {
|
||||
method: 'get',
|
||||
timeout,
|
||||
headers,
|
||||
|
@ -2,7 +2,6 @@ export const bHh = '624868746c'
|
||||
|
||||
export const headers = {
|
||||
'User-Agent': 'lx-music mobile request',
|
||||
'X-Request-Key': 'ikunsource_public',
|
||||
[bHh]: [bHh],
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,7 @@ import { dnsLookup } from '../utils'
|
||||
|
||||
const api_ikun_zj = {
|
||||
getMusicUrl(songInfo, type) {
|
||||
const requestObj = httpFetch(`https://音源.ikunshare.com/url/tx/${songInfo.songmid}/${type}`, {
|
||||
const requestObj = httpFetch(`https://lxmusic.ikunshare.com/url/tx/${songInfo.songmid}/${type}`, {
|
||||
method: 'get',
|
||||
timeout,
|
||||
headers,
|
||||
|
@ -5,7 +5,7 @@ import { dnsLookup } from '../utils'
|
||||
|
||||
const api_ikun_cf = {
|
||||
getMusicUrl(songInfo, type) {
|
||||
const requestObj = httpFetch(`https://音源.ikunshare.com/url/tx/${songInfo.songmid}/${type}`, {
|
||||
const requestObj = httpFetch(`https://lxmusic.ikunshare.com/url/tx/${songInfo.songmid}/${type}`, {
|
||||
method: 'get',
|
||||
timeout,
|
||||
headers,
|
||||
|
@ -5,7 +5,7 @@ import { dnsLookup } from '../utils'
|
||||
|
||||
const api_ikun_zj = {
|
||||
getMusicUrl(songInfo, type) {
|
||||
const requestObj = httpFetch(`https://音源.ikunshare.com/url/wy/${songInfo.songmid}/${type}`, {
|
||||
const requestObj = httpFetch(`https://lxmusic.ikunshare.com/url/wy/${songInfo.songmid}/${type}`, {
|
||||
method: 'get',
|
||||
timeout,
|
||||
headers,
|
||||
|
@ -5,7 +5,7 @@ import { dnsLookup } from '../utils'
|
||||
|
||||
const api_ikun_cf = {
|
||||
getMusicUrl(songInfo, type) {
|
||||
const requestObj = httpFetch(`https://音源.ikunshare.com/url/wy/${songInfo.songmid}/${type}`, {
|
||||
const requestObj = httpFetch(`https://lxmusic.ikunshare.com/url/wy/${songInfo.songmid}/${type}`, {
|
||||
method: 'get',
|
||||
timeout,
|
||||
headers,
|
||||
|
Loading…
x
Reference in New Issue
Block a user