移除WiFi锁

This commit is contained in:
lyswhut 2024-01-25 19:13:59 +08:00
parent 6f870e9d7c
commit 5449aada1f
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -30,7 +30,7 @@
"react-native-pager-view": "^6.2.3",
"react-native-quick-base64": "^2.0.8",
"react-native-quick-md5": "^3.0.6",
"react-native-track-player": "github:lyswhut/react-native-track-player#3aba8cae6bd664c889b22e680e4fafe1175edd9b",
"react-native-track-player": "github:lyswhut/react-native-track-player#6b442579d3d4ea917661fdbd52c8ad0b0477fd73",
"react-native-vector-icons": "^10.0.3"
},
"devDependencies": {
@ -8939,8 +8939,8 @@
},
"node_modules/react-native-track-player": {
"version": "2.1.2",
"resolved": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#3aba8cae6bd664c889b22e680e4fafe1175edd9b",
"integrity": "sha512-SWacv6vWIzYU7d0Fwn2e0vf9VGKdIpUSGuG3X6L8k51DDaKIO5HDoWA/ZlUNhsM81rlIIcsjZ85+2fcm3UMFYg==",
"resolved": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#6b442579d3d4ea917661fdbd52c8ad0b0477fd73",
"integrity": "sha512-tYfChU8drNkSUBXsSkq8YDsxem4PKrwwFDCLc2SIfJwsZe1Xyy1jPxE8Efq71hpAQC1oFKIQTntLKYeA4tZLVg==",
"license": "Apache-2.0",
"peerDependencies": {
"react": ">=16.8.6",
@ -16981,9 +16981,9 @@
}
},
"react-native-track-player": {
"version": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#3aba8cae6bd664c889b22e680e4fafe1175edd9b",
"integrity": "sha512-SWacv6vWIzYU7d0Fwn2e0vf9VGKdIpUSGuG3X6L8k51DDaKIO5HDoWA/ZlUNhsM81rlIIcsjZ85+2fcm3UMFYg==",
"from": "react-native-track-player@github:lyswhut/react-native-track-player#3aba8cae6bd664c889b22e680e4fafe1175edd9b",
"version": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#6b442579d3d4ea917661fdbd52c8ad0b0477fd73",
"integrity": "sha512-tYfChU8drNkSUBXsSkq8YDsxem4PKrwwFDCLc2SIfJwsZe1Xyy1jPxE8Efq71hpAQC1oFKIQTntLKYeA4tZLVg==",
"from": "react-native-track-player@github:lyswhut/react-native-track-player#6b442579d3d4ea917661fdbd52c8ad0b0477fd73",
"requires": {}
},
"react-native-vector-icons": {

View File

@ -64,7 +64,7 @@
"react-native-pager-view": "^6.2.3",
"react-native-quick-base64": "^2.0.8",
"react-native-quick-md5": "^3.0.6",
"react-native-track-player": "github:lyswhut/react-native-track-player#3aba8cae6bd664c889b22e680e4fafe1175edd9b",
"react-native-track-player": "github:lyswhut/react-native-track-player#6b442579d3d4ea917661fdbd52c8ad0b0477fd73",
"react-native-vector-icons": "^10.0.3"
},
"devDependencies": {