迁移项目至vue

v0.2.1->v0.3.0
项目迁移至[jingji_TSreference_vue](https://github.com/szhhwh/jingji_TSreference_vue)
This commit is contained in:
2023-08-09 10:15:15 +08:00
commit b5f3dc7270
148 changed files with 20573 additions and 0 deletions

25
src/.vuepress/navbar.ts Normal file
View File

@@ -0,0 +1,25 @@
import { navbar } from "vuepress-theme-hope";
export default navbar([
"/",
"/reference/",
// {
// text: "指南",
// icon: "lightbulb",
// prefix: "/guide/",
// children: [
// {
// text: "Bar",
// icon: "lightbulb",
// prefix: "bar/",
// children: ["baz", { text: "...", icon: "ellipsis", link: "" }],
// },
// {
// text: "Foo",
// icon: "lightbulb",
// prefix: "foo/",
// children: ["ray", { text: "...", icon: "ellipsis", link: "" }],
// },
// ],
// },
]);