Skip to content

Commit

Permalink
feat: reorder menubar
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 authored Mar 11, 2024
1 parent 0843357 commit 7f2e6ec
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,23 +75,7 @@ const settingStore = useSettingStore()
</MenubarContent>
</MenubarMenu>
<MenubarMenu>
<MenubarTrigger>关于</MenubarTrigger>
<MenubarContent>
<MenubarItem as-child>
<a href="https://github.com/yjl9903/resonance-market" target="_blank"
><span i-carbon-logo-github mr-1 block w-4></span><span>GitHub</span></a
>
</MenubarItem>
<MenubarItem as-child>
<a href="https://space.bilibili.com/1631015691" target="_blank"
><span i-simple-icons-bilibili mr-1 block w-4></span
><span>雷索纳斯官方 Bilibili</span></a
>
</MenubarItem>
</MenubarContent>
</MenubarMenu>
<MenubarMenu>
<MenubarTrigger>列表排序</MenubarTrigger>
<MenubarTrigger>设置</MenubarTrigger>
<MenubarContent>
<MenubarItem as-child>
<a
Expand Down Expand Up @@ -119,6 +103,22 @@ const settingStore = useSettingStore()
</MenubarItem>
</MenubarContent>
</MenubarMenu>
<MenubarMenu>
<MenubarTrigger>关于</MenubarTrigger>
<MenubarContent>
<MenubarItem as-child>
<a href="https://github.com/yjl9903/resonance-market" target="_blank"
><span i-carbon-logo-github mr-1 block w-4></span><span>GitHub</span></a
>
</MenubarItem>
<MenubarItem as-child>
<a href="https://space.bilibili.com/1631015691" target="_blank"
><span i-simple-icons-bilibili mr-1 block w-4></span
><span>雷索纳斯官方 Bilibili</span></a
>
</MenubarItem>
</MenubarContent>
</MenubarMenu>
<!-- <MenubarMenu>
<MenubarTrigger>Edit</MenubarTrigger>
<MenubarContent>
Expand Down

0 comments on commit 7f2e6ec

Please sign in to comment.