mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 04:50:18 +08:00
fix: bugs
This commit is contained in:
parent
6b68287e62
commit
42ad13dc3c
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
os: [macos-latest, windows-latest, ubuntu-16.04]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out Git repository
|
- name: Check out Git repository
|
||||||
|
@ -24,7 +24,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update &&
|
sudo apt-get update &&
|
||||||
sudo apt-get install --no-install-recommends -y rpm &&
|
sudo apt-get install --no-install-recommends -y rpm &&
|
||||||
sudo apt-get install --no-install-recommends -y bsdtar
|
sudo apt-get install --no-install-recommends -y bsdtar &&
|
||||||
|
sudo apt-get install --no-install-recommends -y libopenjp2-tools
|
||||||
|
|
||||||
- name: Install Snapcraft (on Ubuntu)
|
- name: Install Snapcraft (on Ubuntu)
|
||||||
uses: samuelmeuli/action-snapcraft@v1
|
uses: samuelmeuli/action-snapcraft@v1
|
||||||
|
|
|
@ -234,7 +234,7 @@ export default {
|
||||||
},
|
},
|
||||||
lyricFontSize() {
|
lyricFontSize() {
|
||||||
return {
|
return {
|
||||||
fontSize: this.$store.state.settings.lyricFontSize + "px",
|
fontSize: `${this.$store.state.settings.lyricFontSize || 28}px`,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
playerRef() {
|
playerRef() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user