misc cleanup
This commit is contained in:
parent
e77d87ca4b
commit
28a1fdd112
3 changed files with 2 additions and 12 deletions
|
@ -16,7 +16,6 @@ const app = new Vue({
|
||||||
drawertest: false,
|
drawertest: false,
|
||||||
platform: "",
|
platform: "",
|
||||||
mk: {},
|
mk: {},
|
||||||
quickPlayQuery: "",
|
|
||||||
pluginInstalled: false,
|
pluginInstalled: false,
|
||||||
pluginMenuEntries: [],
|
pluginMenuEntries: [],
|
||||||
lz: ipcRenderer.sendSync("get-i18n", "en_US"),
|
lz: ipcRenderer.sendSync("get-i18n", "en_US"),
|
||||||
|
@ -131,16 +130,13 @@ const app = new Vue({
|
||||||
webremoteqr: "",
|
webremoteqr: "",
|
||||||
mxmtoken: "",
|
mxmtoken: "",
|
||||||
mkIsReady: false,
|
mkIsReady: false,
|
||||||
playerReady: false,
|
|
||||||
animateBackground: false,
|
animateBackground: false,
|
||||||
currentArtUrl: '',
|
currentArtUrl: '',
|
||||||
currentArtUrlRaw: '',
|
currentArtUrlRaw: '',
|
||||||
lyricon: false,
|
lyricon: false,
|
||||||
currentTrackID: '',
|
currentTrackID: '',
|
||||||
currentTrackIDBG: '',
|
|
||||||
lyrics: [],
|
lyrics: [],
|
||||||
currentLyricsLine: 0,
|
currentLyricsLine: 0,
|
||||||
lyriccurrenttime: 0,
|
|
||||||
richlyrics: [],
|
richlyrics: [],
|
||||||
lyricsMediaItem: {},
|
lyricsMediaItem: {},
|
||||||
lyricsDebug: {
|
lyricsDebug: {
|
||||||
|
@ -280,12 +276,6 @@ const app = new Vue({
|
||||||
}, false)
|
}, false)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
hotReload() {
|
|
||||||
this.appVisible = false
|
|
||||||
setTimeout(() => {
|
|
||||||
this.appVisible = true
|
|
||||||
}, 1000)
|
|
||||||
},
|
|
||||||
setWindowHash(route = "") {
|
setWindowHash(route = "") {
|
||||||
window.location.hash = `#${route}`;
|
window.location.hash = `#${route}`;
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap");
|
||||||
@import url("lib/quasar/quasar.min.css");
|
// @import url("lib/quasar/quasar.min.css");
|
||||||
@import url("less/appvars.less");
|
@import url("less/appvars.less");
|
||||||
@import url("less/bootstrap-vue.min.less");
|
@import url("less/bootstrap-vue.min.less");
|
||||||
@import url("less/ameframework.less");
|
@import url("less/ameframework.less");
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
loadingBar: { skipHijack: true }
|
loadingBar: { skipHijack: true }
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script src="./lib/quasar/quasar.umd.min.js"></script>
|
<!-- <script src="./lib/quasar/quasar.umd.min.js"></script> -->
|
||||||
<script type="module" src="./main/app.js"></script>
|
<script type="module" src="./main/app.js"></script>
|
||||||
|
|
||||||
<div id="LOADER">
|
<div id="LOADER">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue