mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-13 10:57:38 +08:00
7 lines
94 B
TypeScript
7 lines
94 B
TypeScript
|
import { navbar } from "vuepress-theme-hope";
|
||
|
|
||
|
export default navbar([
|
||
|
"/",
|
||
|
"/demo/",
|
||
|
]);
|