-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #220 from lovegaoshi/dev
feat: data saver
- Loading branch information
Showing
28 changed files
with
325 additions
and
290 deletions.
There are no files selected for viewing
Submodule MusicFreePlugins
updated
6 files
+1 −1 | dist/_plugins/plugins.json | |
+12 −9 | dist/netease/index.js | |
+2 −1 | dist/qq/index.js | |
+1 −1 | plugins.json | |
+10 −9 | plugins/netease/index.ts | |
+2 −1 | plugins/qq/index.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"start": "react-native start", | ||
"test": "jest", | ||
"lint": "gts lint", | ||
"fresh": "rm -rf node_modules ; cd .. && yarn build ; cd example && yarn install", | ||
"fresh": "rm -rf node_modules ; yarn; git submodule update --recursive --remote", | ||
"types": "tsc --noEmit true", | ||
"ci:lint": "eslint src --max-warnings=0", | ||
"ci:format": "prettier --check src", | ||
|
@@ -21,7 +21,7 @@ | |
"prepare": "yarn run compile", | ||
"pretest": "yarn run compile", | ||
"prettify": "prettier --write ./src", | ||
"ios:build": "yarn; cd ios; rm Podfile.lock; pod pod install --repo-update; cd .." | ||
"ios:build": "yarn; cd ios; rm Podfile.lock; pod install --repo-update; cd .." | ||
}, | ||
"dependencies": { | ||
"@react-native-async-storage/async-storage": "^1.18.1", | ||
|
@@ -45,28 +45,30 @@ | |
"deepmerge": "^4.3.1", | ||
"dropbox": "git+https://[email protected]/lovegaoshi/dropbox-sdk-js.git", | ||
"expo": "^49.0.0", | ||
"expo-av": "~13.4.1", | ||
"expo-clipboard": "~4.3.1", | ||
"expo-image": "^1.5.1", | ||
"expo-keep-awake": "~12.3.0", | ||
"expo-secure-store": "~12.3.1", | ||
"fflate": "^0.7.4", | ||
"ffmpeg-kit-react-native": "^5.1.0", | ||
"he": "^1.2.0", | ||
"i18next": "^22.4.15", | ||
"i18next": "^23.6.0", | ||
"libmuse": "git+https://github.com/lovegaoshi/muse.git#apm-release", | ||
"lottie-react-native": "^6.2.0", | ||
"lru-cache": "7.14.0", | ||
"md5": "^2.3.0", | ||
"metro": "^0.79.1", | ||
"qs": "^6.11.2", | ||
"react": "18.2.0", | ||
"react-i18next": "^12.2.2", | ||
"react-i18next": "^13.3.1", | ||
"react-native": "0.72.6", | ||
"react-native-app-auth": "^7.0.0", | ||
"react-native-background-timer": "git+https://github.com/lovegaoshi/react-native-background-timer.git", | ||
"react-native-blob-jsi-helper": "git+https://github.com/lovegaoshi/react-native-blob-jsi-helper.git", | ||
"react-native-blob-util": "^0.18.3", | ||
"react-native-countdown-circle-timer": "^3.2.1", | ||
"react-native-draggable-flatlist": "^4.0.1", | ||
"react-native-fast-image": "^8.6.3", | ||
"react-native-gesture-handler": "^2.9.0", | ||
"react-native-get-random-values": "^1.9.0", | ||
"react-native-lyric": "git+https://github.com/lovegaoshi/react-native-lyric.git", | ||
|
@@ -84,7 +86,6 @@ | |
"react-native-track-player": "git+https://[email protected]/lovegaoshi/react-native-track-player.git#APM", | ||
"react-native-url-polyfill": "^1.3.0", | ||
"react-native-vector-icons": "^9.2.0", | ||
"react-native-video": "^5.2.1", | ||
"react-native-webview": "^13.3.0", | ||
"react-native-windows": "^0.72.14", | ||
"react-use": "^17.4.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
module.exports = { | ||
project: { | ||
android: { | ||
unstable_reactLegacyComponentNames: ['FastImageView', 'RCTVideo'], | ||
}, | ||
ios: { | ||
unstable_reactLegacyComponentNames: [], | ||
}, | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
a9e429d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
azusa-player-mobile – ./
azusa-player-mobile-lovegaoshi.vercel.app
azusa-player-mobile.vercel.app
azusa-player-mobile-git-master-lovegaoshi.vercel.app