Skip to content

Commit

Permalink
release: 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Apr 24, 2024
1 parent 27dfea4 commit 6e857d5
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 22 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ jobs:
with:
node-version: '18'

- name: get custom react music player
run: git clone https://github.com/lovegaoshi/react-music-player.git ../react-music-player

- name: build rjmp
run: cd ../react-music-player && yarn && yarn build

- name: Setup Yarn
uses: threeal/[email protected]

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
with:
node-version: '18'

- name: get custom react music player
run: git clone https://github.com/lovegaoshi/react-music-player.git ../react-music-player

- name: build rjmp
run: cd ../react-music-player && yarn && yarn build

- name: Setup Yarn
uses: threeal/[email protected]

Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

一切因为使用电闹播放器导致您账号被风控封禁的问题,电闹播放器恕不负责。

3.1.5:
3.1.6:
蛙吹皮肤

3.1.1:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.1.0",
"react-jinke-music-player": "file:../react-music-player",
"react-jinke-music-player": "git+https://[email protected]/lovegaoshi/react-music-player.git",
"react-lrc": "^3.1.3",
"react-swipeable": "^7.0.0",
"react-window": "^1.8.10",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "电闹播放器",
"version": "3.1.5.0",
"version": "3.1.6.0",
"description": "电闹播放器 / nox-player: 第三方b站播放器,阿梓播放器威力加强版 / 3rd party Bilibili audio player modified from Azusa-player.",
"manifest_version": 3,
"background": {
Expand Down
9 changes: 6 additions & 3 deletions scripts/moveFFMpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
shutil.move('ffmpeg-core.wasm', 'build/js/ffmpeg-core.wasm')
shutil.move('ffmpeg-core.worker.js', 'build/js/ffmpeg-core.worker.js')
else:
shutil.move('build/js/ffmpeg-core.js', 'ffmpeg-core.js')
shutil.move('build/js/ffmpeg-core.wasm', 'ffmpeg-core.wasm')
shutil.move('build/js/ffmpeg-core.worker.js', 'ffmpeg-core.worker.js')
try:
shutil.move('build/js/ffmpeg-core.js', 'ffmpeg-core.js')
shutil.move('build/js/ffmpeg-core.wasm', 'ffmpeg-core.wasm')
shutil.move('build/js/ffmpeg-core.worker.js', 'ffmpeg-core.worker.js')
except:
pass
File renamed without changes.
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9224,7 +9224,7 @@ __metadata:
react-dom: "npm:^18.2.0"
react-hotkeys-hook: "npm:^4.5.0"
react-i18next: "npm:^14.1.0"
react-jinke-music-player: "file:../react-music-player"
react-jinke-music-player: "git+https://[email protected]/lovegaoshi/react-music-player.git"
react-lrc: "npm:^3.1.3"
react-refresh: "npm:^0.14.0"
react-swipeable: "npm:^7.0.0"
Expand Down Expand Up @@ -10327,9 +10327,9 @@ __metadata:
languageName: node
linkType: hard

"react-jinke-music-player@file:../react-music-player::locator=nox-player%40workspace%3A.":
"react-jinke-music-player@git+https://[email protected]/lovegaoshi/react-music-player.git":
version: 4.24.2
resolution: "react-jinke-music-player@file:../react-music-player#../react-music-player::hash=c7a992&locator=nox-player%40workspace%3A."
resolution: "react-jinke-music-player@https://[email protected]/lovegaoshi/react-music-player.git#commit=4bed1e04cc0441552e1a823c58b9aedb7d2e13fe"
dependencies:
"@emotion/css": "npm:^11.10.5"
"@react-icons/all-files": "npm:^4.1.0"
Expand All @@ -10346,7 +10346,7 @@ __metadata:
peerDependencies:
react: ">=16.9.0"
react-dom: ">=16.9.0"
checksum: 10c0/2cf606203058411d3d9cff2f349793cc9e5398c6515c594b6a2c3b4a0fc0005d79e37581e25755ff0a646e239f108a0c16893cc6e041962b256c08dc28bb916e
checksum: 10c0/385f2e997b3e63ea30f88f64b0af8ddfd77d2052941d7d429d003e63adb434b455ec68cf3d3823e6162502d61ebe4327f95214f396264ac813a02287ad2b01ca
languageName: node
linkType: hard

Expand Down

0 comments on commit 6e857d5

Please sign in to comment.