移除播放服务唤醒锁

This commit is contained in:
lyswhut 2024-01-24 15:38:44 +08:00
parent 42d570139d
commit 9616d0ffb1
3 changed files with 15 additions and 14 deletions

24
package-lock.json generated
View File

@ -20,7 +20,7 @@
"pako": "^2.1.0", "pako": "^2.1.0",
"react": "18.2.0", "react": "18.2.0",
"react-native": "0.73.2", "react-native": "0.73.2",
"react-native-background-timer": "github:lyswhut/react-native-background-timer#f49f41d0283a796e3e38cb3d505198b5953dc249", "react-native-background-timer": "github:lyswhut/react-native-background-timer#55ecaa80880e9cec1fff81f3ce10e6250ab3c40c",
"react-native-exception-handler": "^2.10.10", "react-native-exception-handler": "^2.10.10",
"react-native-fast-image": "^8.6.3", "react-native-fast-image": "^8.6.3",
"react-native-file-system": "github:lyswhut/react-native-file-system#cb3b807ac68c5cdb2c32ca10fdbb5e5209154ece", "react-native-file-system": "github:lyswhut/react-native-file-system#cb3b807ac68c5cdb2c32ca10fdbb5e5209154ece",
@ -30,7 +30,7 @@
"react-native-pager-view": "^6.2.3", "react-native-pager-view": "^6.2.3",
"react-native-quick-base64": "^2.0.8", "react-native-quick-base64": "^2.0.8",
"react-native-quick-md5": "^3.0.6", "react-native-quick-md5": "^3.0.6",
"react-native-track-player": "github:lyswhut/react-native-track-player#f5612c24c08b032db0027b42c2c9ceae8bc88bf8", "react-native-track-player": "github:lyswhut/react-native-track-player#54ac7175df12ff93542ebd04aa40a824d17786ec",
"react-native-vector-icons": "^10.0.3" "react-native-vector-icons": "^10.0.3"
}, },
"devDependencies": { "devDependencies": {
@ -8799,8 +8799,8 @@
}, },
"node_modules/react-native-background-timer": { "node_modules/react-native-background-timer": {
"version": "2.4.1", "version": "2.4.1",
"resolved": "git+ssh://git@github.com/lyswhut/react-native-background-timer.git#f49f41d0283a796e3e38cb3d505198b5953dc249", "resolved": "git+ssh://git@github.com/lyswhut/react-native-background-timer.git#55ecaa80880e9cec1fff81f3ce10e6250ab3c40c",
"integrity": "sha512-Z8pDjIjIf8FuFulxI0TS/jslKJ1sC5DtKbVts1V4RlB0tAPastLgXhfaTNpfD6VjR1YTtMEZeylXlGOIjoGN2Q==", "integrity": "sha512-ZB+MEzq54hnKSLmeq+8D/tPPf4NmPyrFTmrKBBTUZAAgepk4lCncHdwKNdjsR6GKCgbsBtK+5saXHyRWcaMnAg==",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"react-native": ">=0.47.0" "react-native": ">=0.47.0"
@ -8939,8 +8939,8 @@
}, },
"node_modules/react-native-track-player": { "node_modules/react-native-track-player": {
"version": "2.1.2", "version": "2.1.2",
"resolved": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#f5612c24c08b032db0027b42c2c9ceae8bc88bf8", "resolved": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#54ac7175df12ff93542ebd04aa40a824d17786ec",
"integrity": "sha512-WGEKjdqScOb4BsL7mHCqrGH78k4mS2FpvowYChFyy4HAEEHWb1p55SHV5SYB8tdrF/kyQyOyJ2n+fQopWXVMuw==", "integrity": "sha512-Sy/nHgZNtIkwgVwJgMRGD9A1egyXcbp44pq8uc8uqP6LVaPC8bZbmOlN/ZrJLRyrAnpw54WxZFAs/Pc3Tqadww==",
"license": "Apache-2.0", "license": "Apache-2.0",
"peerDependencies": { "peerDependencies": {
"react": ">=16.8.6", "react": ">=16.8.6",
@ -16901,9 +16901,9 @@
} }
}, },
"react-native-background-timer": { "react-native-background-timer": {
"version": "git+ssh://git@github.com/lyswhut/react-native-background-timer.git#f49f41d0283a796e3e38cb3d505198b5953dc249", "version": "git+ssh://git@github.com/lyswhut/react-native-background-timer.git#55ecaa80880e9cec1fff81f3ce10e6250ab3c40c",
"integrity": "sha512-Z8pDjIjIf8FuFulxI0TS/jslKJ1sC5DtKbVts1V4RlB0tAPastLgXhfaTNpfD6VjR1YTtMEZeylXlGOIjoGN2Q==", "integrity": "sha512-ZB+MEzq54hnKSLmeq+8D/tPPf4NmPyrFTmrKBBTUZAAgepk4lCncHdwKNdjsR6GKCgbsBtK+5saXHyRWcaMnAg==",
"from": "react-native-background-timer@github:lyswhut/react-native-background-timer#f49f41d0283a796e3e38cb3d505198b5953dc249", "from": "react-native-background-timer@github:lyswhut/react-native-background-timer#55ecaa80880e9cec1fff81f3ce10e6250ab3c40c",
"requires": {} "requires": {}
}, },
"react-native-exception-handler": { "react-native-exception-handler": {
@ -16981,9 +16981,9 @@
} }
}, },
"react-native-track-player": { "react-native-track-player": {
"version": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#f5612c24c08b032db0027b42c2c9ceae8bc88bf8", "version": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#54ac7175df12ff93542ebd04aa40a824d17786ec",
"integrity": "sha512-WGEKjdqScOb4BsL7mHCqrGH78k4mS2FpvowYChFyy4HAEEHWb1p55SHV5SYB8tdrF/kyQyOyJ2n+fQopWXVMuw==", "integrity": "sha512-Sy/nHgZNtIkwgVwJgMRGD9A1egyXcbp44pq8uc8uqP6LVaPC8bZbmOlN/ZrJLRyrAnpw54WxZFAs/Pc3Tqadww==",
"from": "react-native-track-player@github:lyswhut/react-native-track-player#f5612c24c08b032db0027b42c2c9ceae8bc88bf8", "from": "react-native-track-player@github:lyswhut/react-native-track-player#54ac7175df12ff93542ebd04aa40a824d17786ec",
"requires": {} "requires": {}
}, },
"react-native-vector-icons": { "react-native-vector-icons": {

View File

@ -54,7 +54,7 @@
"pako": "^2.1.0", "pako": "^2.1.0",
"react": "18.2.0", "react": "18.2.0",
"react-native": "0.73.2", "react-native": "0.73.2",
"react-native-background-timer": "github:lyswhut/react-native-background-timer#f49f41d0283a796e3e38cb3d505198b5953dc249", "react-native-background-timer": "github:lyswhut/react-native-background-timer#55ecaa80880e9cec1fff81f3ce10e6250ab3c40c",
"react-native-exception-handler": "^2.10.10", "react-native-exception-handler": "^2.10.10",
"react-native-fast-image": "^8.6.3", "react-native-fast-image": "^8.6.3",
"react-native-file-system": "github:lyswhut/react-native-file-system#cb3b807ac68c5cdb2c32ca10fdbb5e5209154ece", "react-native-file-system": "github:lyswhut/react-native-file-system#cb3b807ac68c5cdb2c32ca10fdbb5e5209154ece",
@ -64,7 +64,7 @@
"react-native-pager-view": "^6.2.3", "react-native-pager-view": "^6.2.3",
"react-native-quick-base64": "^2.0.8", "react-native-quick-base64": "^2.0.8",
"react-native-quick-md5": "^3.0.6", "react-native-quick-md5": "^3.0.6",
"react-native-track-player": "github:lyswhut/react-native-track-player#f5612c24c08b032db0027b42c2c9ceae8bc88bf8", "react-native-track-player": "github:lyswhut/react-native-track-player#54ac7175df12ff93542ebd04aa40a824d17786ec",
"react-native-vector-icons": "^10.0.3" "react-native-vector-icons": "^10.0.3"
}, },
"devDependencies": { "devDependencies": {

View File

@ -25,6 +25,7 @@
- 图片显示改用第三方的图片组件支持gif类型的图片显示尝试解决某些设备上图片过多导致的应用崩溃问题 - 图片显示改用第三方的图片组件支持gif类型的图片显示尝试解决某些设备上图片过多导致的应用崩溃问题
- 歌曲评论内容过长时自动折叠,需手动展开 - 歌曲评论内容过长时自动折叠,需手动展开
- 改进本地音乐在线信息的匹配机制 - 改进本地音乐在线信息的匹配机制
- 移除播放服务唤醒锁解决APP在空闲时仍然处于唤醒状态的问题
### 修复 ### 修复