File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,25 +56,25 @@ export const zhNavbar = navbar([
5656 {
5757 text : "编译原理" ,
5858 icon : "edit" ,
59- prefix : "编译原理 /" ,
59+ prefix : "Compile-Principles /" ,
6060 children : [
61- { text : "编译原理笔记" , icon : "edit" , link : "Chapter0 前言 " } ,
61+ { text : "编译原理笔记" , icon : "edit" , link : "Chapter0-Introduce " } ,
6262 ] ,
6363 } ,
6464 {
6565 text : "数据库" ,
6666 icon : "edit" ,
67- prefix : "数据库 /" ,
67+ prefix : "database /" ,
6868 children : [
69- { text : "数据库笔记" , icon : "edit" , link : "Chapter1 Introduction" }
69+ { text : "数据库笔记" , icon : "edit" , link : "Chapter1- Introduction" }
7070 ] ,
7171 } ,
7272 {
7373 text : "大学物理" ,
7474 icon : "edit" ,
75- prefix : "大物 /" ,
75+ prefix : "College-Physics /" ,
7676 children : [
77- { text : "电磁学公式汇总" , icon : "edit" , link : "电磁学公式 " } ,
77+ { text : "电磁学公式汇总" , icon : "edit" , link : "Electromagnetic-Formula " } ,
7878 ] ,
7979 } , ]
8080 } ,
You can’t perform that action at this time.
0 commit comments