This commit is contained in:
2025-11-16 20:54:36 +08:00

View File

@@ -16,7 +16,9 @@ export default defineConfig({
{
text: "Examples",
items: [
{ text: "Markdown Examples", link: "/markdown-examples" },
{ text: 'Markdown Examples', link: '/markdown-examples' },
{ text: 'Runtime API Examples', link: '/api-examples' },
{ text: "Markdown Examples", link: "/markdown-examples" },
{ text: "Runtime API Examples", link: "/api-examples" },
{ text: "龚涵博", link: "/ghb" },
{ text: "吴禹谷", link: "/wyg" },
@@ -27,6 +29,15 @@ export default defineConfig({
{ text: "石亚玲", link: "/syl" },
],
},
{
text: 'ex',
items: [
{ text: '龚涵博', link :'/ghb'}
]
}
],