2025-02-19 10:05:40 +08:00
|
|
|
import { navbar } from "vuepress-theme-hope";
|
|
|
|
|
|
|
|
export default navbar([
|
|
|
|
"/",
|
2025-02-19 16:15:10 +08:00
|
|
|
"/note/",
|
2025-02-19 16:35:58 +08:00
|
|
|
"/question/",
|
2025-02-19 16:15:10 +08:00
|
|
|
"/interview-question/",
|
|
|
|
"/multi-model-record/",
|
2025-03-01 08:36:41 +08:00
|
|
|
"/study/",
|
2025-02-19 10:05:40 +08:00
|
|
|
]);
|