更新依赖

This commit is contained in:
lyswhut 2021-12-30 17:18:19 +08:00
parent 92f9c8d9fb
commit 794e5d8ec1
4 changed files with 42 additions and 1030 deletions

View File

@ -1,13 +1,4 @@
{ {
"path-intellisense.mappings": {
// "@config": "${workspaceFolder}/src/config",
// "@store": "${workspaceFolder}/src/store",
// "@components": "${workspaceFolder}/src/components",
// "@navigation": "${workspaceFolder}/src/navigation",
// "@screens": "${workspaceFolder}/src/screens",
// "@theme": "${workspaceFolder}/src/theme",
"@/*": "${workspaceFolder}/src/*"
},
"i18n-ally.localesPaths": [ "i18n-ally.localesPaths": [
"src/lang" "src/lang"
], ],

1057
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -45,14 +45,14 @@
"buffer": "^6.0.3", "buffer": "^6.0.3",
"console-browserify": "^1.2.0", "console-browserify": "^1.2.0",
"events": "^3.3.0", "events": "^3.3.0",
"i18next": "^21.6.3", "i18next": "^21.6.4",
"js-htmlencode": "^0.3.0", "js-htmlencode": "^0.3.0",
"lrc-file-parser": "^1.2.4", "lrc-file-parser": "^1.2.4",
"pako": "^2.0.4", "pako": "^2.0.4",
"process": "^0.11.10", "process": "^0.11.10",
"prop-types": "^15.8.0", "prop-types": "^15.8.0",
"react": "17.0.2", "react": "17.0.2",
"react-i18next": "^11.15.1", "react-i18next": "^11.15.2",
"react-native": "0.66.4", "react-native": "0.66.4",
"react-native-background-timer": "^2.4.1", "react-native-background-timer": "^2.4.1",
"react-native-crypto": "^2.2.0", "react-native-crypto": "^2.2.0",

View File

@ -1,6 +1,6 @@
### 新增 ### 新增
- 同步功能新增对列表位置调整的支持(若你使用同步功能,请务必升级到此版本以上,不然会有问题 - 同步功能新增对列表位置调整的支持(需v1.15.3以上的PC端版本才支持
- 新增播放详情页歌词字体大小调整设置,可在详情页右上角的按钮进行调整 - 新增播放详情页歌词字体大小调整设置,可在详情页右上角的按钮进行调整
- 新增同步服务地址历史列表功能 - 新增同步服务地址历史列表功能
- 横屏播放详情页新增评论入口 - 横屏播放详情页新增评论入口