This commit is contained in:
ikun0014 2024-11-20 17:34:05 +08:00
parent dba64eda2c
commit 7b5a56abb6
No known key found for this signature in database
GPG Key ID: CB646D33779F3C89
12 changed files with 23 additions and 15 deletions

4
package-lock.json generated
View File

@ -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",

View File

@ -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

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -2,7 +2,6 @@ export const bHh = '624868746c'
export const headers = {
'User-Agent': 'lx-music mobile request',
'X-Request-Key': 'ikunsource_public',
[bHh]: [bHh],
}

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,