File tree Expand file tree Collapse file tree 4 files changed +624
-770
lines changed
Expand file tree Collapse file tree 4 files changed +624
-770
lines changed Original file line number Diff line number Diff line change 11<script setup>
22import { computed } from " vue" ;
33import { Layout } from " vuepress-theme-plume/client" ;
4- import { useSidebar } from ' vuepress-theme-plume/composables'
4+ import { useLayout , useSidebarControl } from ' vuepress-theme-plume/composables'
55import PageContextMenu from ' vuepress-theme-plume/features/PageContextMenu.vue'
66
77import BannerTop from " ../components/BannerTop.vue" ;
88import Footer from " ../components/Footer.vue" ;
99import SponsorPanel from " ../components/SponsorPanel.vue" ;
1010import SponsorSidebar from " ../components/SponsorSidebar.vue" ;
1111
12- const { hasSidebar , hasAside } = useSidebar ()
13- const showSidebarSponsorOnAsideTop = computed (() => ! hasSidebar .value && hasAside .value )
12+ const { hasSidebar , hasAside } = useLayout ()
13+ const { isSidebarCollapsed } = useSidebarControl ()
14+ const showSidebarSponsorOnAsideTop = computed (() => ! hasSidebar .value && hasAside .value || isSidebarCollapsed .value )
1415
1516 </script >
1617
Original file line number Diff line number Diff line change @@ -7,3 +7,7 @@ title: Skills
77## fba
88
99[ fba skill] ( https://skills.sh/fastapi-practices/skills/fba ) 提供完整的架构规范、编码风格、插件开发指导
10+
11+ ## antdv-next
12+
13+ [ antdv-next skill] ( https://skills.sh/antdv-next/skills/antdv-next ) Antdv Next Vue 3 组件库技能
Original file line number Diff line number Diff line change 1818 "license" : " MIT" ,
1919 "devDependencies" : {
2020 "@vuepress/bundler-vite" : " 2.0.0-rc.26" ,
21- "@vuepress/plugin-baidu-analytics" : " 2.0.0-rc.122 " ,
22- "@vuepress/plugin-clarity-analytics" : " 2.0.0-rc.122 " ,
23- "@vuepress/plugin-umami-analytics" : " 2.0.0-rc.122 " ,
24- "vue" : " ^3.5.27 " ,
21+ "@vuepress/plugin-baidu-analytics" : " 2.0.0-rc.123 " ,
22+ "@vuepress/plugin-clarity-analytics" : " 2.0.0-rc.123 " ,
23+ "@vuepress/plugin-umami-analytics" : " 2.0.0-rc.123 " ,
24+ "vue" : " ^3.5.28 " ,
2525 "vuepress" : " 2.0.0-rc.26" ,
26- "vuepress-theme-plume" : " 1.0.0-rc.187 "
26+ "vuepress-theme-plume" : " 1.0.0-rc.190 "
2727 },
2828 "dependencies" : {
29- "@iconify/json" : " ^2.2.436 " ,
29+ "@iconify/json" : " ^2.2.439 " ,
3030 "@vueuse/core" : " ^12.8.2" ,
3131 "mermaid" : " ^11.12.2" ,
32- "swiper" : " ^12.1.0 "
32+ "swiper" : " ^12.1.1 "
3333 }
3434}
You can’t perform that action at this time.
0 commit comments