AI first commit.

This commit is contained in:
zeroornull
2025-05-13 14:43:22 +08:00
parent 08233f7c25
commit c822e047f1
4 changed files with 65 additions and 0 deletions

View File

@@ -21,6 +21,11 @@ export default navbar([
link: "/python/",
icon: "lightbulb",
},
{
text: "AI",
link: "/ai/",
icon: "lightbulb",
},
// {
// text: "指南",
// icon: "lightbulb",

View File

@@ -32,4 +32,5 @@ export default sidebar({
"/interview/": "structure",
"/java/": "structure",
"/python/": "structure",
"/ai/": "structure",
});