mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
chore: update sidebar
This commit is contained in:
parent
8f81f7027a
commit
3693bd998a
1 changed files with 10 additions and 4 deletions
|
|
@ -126,10 +126,6 @@ export default defineConfig({
|
|||
{ text: "🐧 Linux / MacOS", link: "/linuxguide" },
|
||||
{ text: "🌍 Non-English", link: "/non-english" },
|
||||
{ text: "📂 Miscellaneous", link: "/miscguide" },
|
||||
{ text: "🔞 NSFW", link: "/nsfwpiracy" },
|
||||
{ text: "⚠️ Unsafe Sites", link: "/unsafesites" },
|
||||
{ text: "🔑 Base64", link: "/base64" },
|
||||
{ text: "📦 Storage", link: "/storage" },
|
||||
{
|
||||
text: "🔧 Tools",
|
||||
collapsed: false,
|
||||
|
|
@ -147,6 +143,16 @@ export default defineConfig({
|
|||
{ text: "👨💻 Developer Tools", link: "/devtools" },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "More",
|
||||
collapsed: false,
|
||||
items: [
|
||||
{ text: "🔞 NSFW", link: "/nsfwpiracy" },
|
||||
{ text: "⚠️ Unsafe Sites", link: "/unsafesites" },
|
||||
{ text: "🔑 Base64", link: "/base64" },
|
||||
{ text: "📦 Storage", link: "/storage" },
|
||||
],
|
||||
},
|
||||
],
|
||||
socialLinks: socials,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue