Skip to content

Commit 413a85a

Browse files
author
Hiram
committed
fix
1 parent 3ce1b98 commit 413a85a

File tree

4 files changed

+286
-264
lines changed

4 files changed

+286
-264
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -25,56 +25,56 @@
2525
"dependencies": {
2626
"@electron-toolkit/preload": "^3.0.0",
2727
"@electron-toolkit/utils": "^3.0.0",
28-
"@electron/remote": "^2.1.1",
29-
"@imengyu/vue3-context-menu": "^1.3.5",
28+
"@electron/remote": "^2.1.2",
29+
"@imengyu/vue3-context-menu": "^1.3.8",
3030
"@vitejs/plugin-vue-jsx": "^3.1.0",
31-
"@vueuse/core": "10.7.1",
32-
"@vueuse/electron": "^10.7.1",
31+
"@vueuse/core": "10.7.2",
32+
"@vueuse/electron": "^10.7.2",
3333
"@xmldom/xmldom": "^0.8.10",
34-
"axios": "^1.6.5",
34+
"axios": "^1.6.7",
3535
"axios-retry": "^4.0.0",
3636
"cheerio": "^1.0.0-rc.12",
3737
"dexie": "^3.2.4",
3838
"dplayer": "^1.27.1",
39-
"electron-log": "^5.0.3",
39+
"electron-log": "^5.1.1",
4040
"electron-store": "^8.1.0",
4141
"electron-updater": "^6.1.7",
42-
"fast-xml-parser": "^4.3.2",
42+
"fast-xml-parser": "^4.3.4",
4343
"flv.js": "^1.6.2",
44-
"hls.js": "^1.4.12",
44+
"hls.js": "^1.5.3",
4545
"iconv-lite": "^0.6.3",
46-
"js-base64": "^3.7.5",
46+
"js-base64": "^3.7.6",
4747
"json5": "^2.2.3",
4848
"less": "^4.2.0",
4949
"lodash": "^4.17.21",
5050
"lowdb": "^7.0.1",
51-
"moment": "^2.29.4",
52-
"p-queue": "^7.4.1",
51+
"moment": "^2.30.1",
52+
"p-queue": "^8.0.1",
5353
"pinia": "^2.1.7",
54-
"pinia-plugin-persistedstate": "^3.2.0",
54+
"pinia-plugin-persistedstate": "^3.2.1",
5555
"public-ip": "^6.0.1",
56-
"puppeteer-core": "^21.5.2",
56+
"puppeteer-core": "^21.11.0",
5757
"puppeteer-in-electron": "^3.0.5",
5858
"qrcode.vue": "^3.4.1",
5959
"qs": "^6.11.2",
6060
"tcplayer.js": "^4.8.0",
6161
"tdesign-icons-vue-next": "^0.2.2",
62-
"tdesign-vue-next": "^1.7.1",
62+
"tdesign-vue-next": "^1.8.1",
6363
"uuid-by-string": "^4.0.0",
6464
"v3-infinite-loading": "^1.3.1",
65-
"vite-plugin-electron": "^0.15.4",
65+
"vite-plugin-electron": "^0.15.6",
6666
"vite-plugin-electron-renderer": "^0.14.5",
6767
"vite-plugin-imagemin": "^0.6.1",
6868
"vite-plugin-require-transform": "^1.0.21",
6969
"vite-svg-loader": "^5.1.0",
70-
"vue": "^3.3.12",
71-
"vue-i18n": "^9.8.0",
70+
"vue": "~3.3.8",
71+
"vue-i18n": "^9.9.1",
7272
"vue-router": "^4.2.5",
7373
"webdav": "^5.3.1",
74-
"xgplayer": "^3.0.11",
75-
"xgplayer-flv": "^3.0.11",
76-
"xgplayer-hls": "^3.0.11",
77-
"xgplayer-mp4": "^3.0.11",
74+
"xgplayer": "^3.0.12",
75+
"xgplayer-flv": "^3.0.12",
76+
"xgplayer-hls": "^3.0.12",
77+
"xgplayer-mp4": "^3.0.12",
7878
"xpath": "^0.0.34"
7979
},
8080
"devDependencies": {

src/assets/hipy.png

20.5 KB
Loading

src/layouts/components/Content.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ eventBus.on(() => {
3030
});
3131
</script>
3232
<style lang="less" scoped>
33-
@import '@/style/variables.less';
3433
.fade-leave-active,
3534
.fade-enter-active {
3635
transition: opacity @anim-duration-slow @anim-time-fn-easing;
3736
}
38-
.fade-enter,
37+
38+
.fade-enter-from,
3939
.fade-leave-to {
4040
opacity: 0;
4141
}

0 commit comments

Comments
 (0)