Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Feb 5, 2024
1 parent 3ce1b98 commit 413a85a
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 264 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,56 +25,56 @@
"dependencies": {
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/utils": "^3.0.0",
"@electron/remote": "^2.1.1",
"@imengyu/vue3-context-menu": "^1.3.5",
"@electron/remote": "^2.1.2",
"@imengyu/vue3-context-menu": "^1.3.8",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vueuse/core": "10.7.1",
"@vueuse/electron": "^10.7.1",
"@vueuse/core": "10.7.2",
"@vueuse/electron": "^10.7.2",
"@xmldom/xmldom": "^0.8.10",
"axios": "^1.6.5",
"axios": "^1.6.7",
"axios-retry": "^4.0.0",
"cheerio": "^1.0.0-rc.12",
"dexie": "^3.2.4",
"dplayer": "^1.27.1",
"electron-log": "^5.0.3",
"electron-log": "^5.1.1",
"electron-store": "^8.1.0",
"electron-updater": "^6.1.7",
"fast-xml-parser": "^4.3.2",
"fast-xml-parser": "^4.3.4",
"flv.js": "^1.6.2",
"hls.js": "^1.4.12",
"hls.js": "^1.5.3",
"iconv-lite": "^0.6.3",
"js-base64": "^3.7.5",
"js-base64": "^3.7.6",
"json5": "^2.2.3",
"less": "^4.2.0",
"lodash": "^4.17.21",
"lowdb": "^7.0.1",
"moment": "^2.29.4",
"p-queue": "^7.4.1",
"moment": "^2.30.1",
"p-queue": "^8.0.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"pinia-plugin-persistedstate": "^3.2.1",
"public-ip": "^6.0.1",
"puppeteer-core": "^21.5.2",
"puppeteer-core": "^21.11.0",
"puppeteer-in-electron": "^3.0.5",
"qrcode.vue": "^3.4.1",
"qs": "^6.11.2",
"tcplayer.js": "^4.8.0",
"tdesign-icons-vue-next": "^0.2.2",
"tdesign-vue-next": "^1.7.1",
"tdesign-vue-next": "^1.8.1",
"uuid-by-string": "^4.0.0",
"v3-infinite-loading": "^1.3.1",
"vite-plugin-electron": "^0.15.4",
"vite-plugin-electron": "^0.15.6",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-require-transform": "^1.0.21",
"vite-svg-loader": "^5.1.0",
"vue": "^3.3.12",
"vue-i18n": "^9.8.0",
"vue": "~3.3.8",
"vue-i18n": "^9.9.1",
"vue-router": "^4.2.5",
"webdav": "^5.3.1",
"xgplayer": "^3.0.11",
"xgplayer-flv": "^3.0.11",
"xgplayer-hls": "^3.0.11",
"xgplayer-mp4": "^3.0.11",
"xgplayer": "^3.0.12",
"xgplayer-flv": "^3.0.12",
"xgplayer-hls": "^3.0.12",
"xgplayer-mp4": "^3.0.12",
"xpath": "^0.0.34"
},
"devDependencies": {
Expand Down
Binary file added src/assets/hipy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/layouts/components/Content.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ eventBus.on(() => {
});
</script>
<style lang="less" scoped>
@import '@/style/variables.less';
.fade-leave-active,
.fade-enter-active {
transition: opacity @anim-duration-slow @anim-time-fn-easing;
}
.fade-enter,
.fade-enter-from,
.fade-leave-to {
opacity: 0;
}
Expand Down
Loading

0 comments on commit 413a85a

Please sign in to comment.