Skip to content

Commit

Permalink
release: 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Apr 24, 2024
1 parent 05ea894 commit 27dfea4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@ 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]

- name: Get current date
id: date
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT

- 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: Install dependencies
run: yarn; git submodule update --init --recursive

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ 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]

- name: Get current date
id: date
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT

- 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: Install dependencies
run: yarn; git submodule update --init --recursive

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.4:
3.1.5:
蛙吹皮肤

3.1.1:
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.4.0",
"version": "3.1.5.0",
"description": "电闹播放器 / nox-player: 第三方b站播放器,阿梓播放器威力加强版 / 3rd party Bilibili audio player modified from Azusa-player.",
"manifest_version": 3,
"background": {
Expand Down

0 comments on commit 27dfea4

Please sign in to comment.