mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
feat: make it collapsible
This commit is contained in:
parent
b1d2b6f0f0
commit
73cf263ff3
1 changed files with 2 additions and 1 deletions
|
|
@ -126,6 +126,7 @@ export default defineConfig({
|
|||
{ text: "📦 Storage", link: "/storage" },
|
||||
{
|
||||
text: "🔧 Tools",
|
||||
collapsed: false,
|
||||
items: [
|
||||
{ text: "💻 System Tools", link: "/system-tools" },
|
||||
{ text: "🗃️ File Tools", link: "/file-tools" },
|
||||
|
|
@ -136,7 +137,7 @@ export default defineConfig({
|
|||
{ text: "📼 Video Tools", link: "/video-tools" },
|
||||
{ text: "🔊 Audio Tools", link: "/audio-tools" },
|
||||
{ text: "🍎 Educational Tools", link: "/edupiracyguide#educational-tools" },
|
||||
{ text: "👨<200d>💻 Developer Tools", link: "/devtools" },
|
||||
{ text: "👨💻 Developer Tools", link: "/devtools" },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue