@@ -10,10 +10,11 @@ export default defineConfig({
1010 nav : [
1111 { text : '首页' , link : '/' } ,
1212 { text : '查看英文译本' , link : '/en/0-summary' }
13+ { text : '查看中文译本(施工中)' , link : '/zh/0-summary' }
1314 ] ,
1415 sidebar : [
1516 {
16- text : '章节 ' ,
17+ text : '英文译本/English Translation ' ,
1718 items : [
1819 { text : 'Summary' , link : '/en/0-summary' } ,
1920 { text : 'I- Introduction' , link : '/en/1-introduction' } ,
@@ -22,6 +23,15 @@ export default defineConfig({
2223 { text : 'IV- The law of maximum profit and the principal contradiction in the imperialist epoch' , link : '/en/4-profit' } ,
2324 { text : 'V- Unite under Maoism!' , link : '/en/5-unite' } ,
2425 { text : 'References' , link : '/en/6-references' } ,
26+ text : '中文译本(施工中)/Chinese Translation (Under construction)' ,
27+ items : [
28+ { text : '目录' , link : '/zh/0-summary' } ,
29+ { text : '一 引言' , link : '/zh/1-introduction' } ,
30+ { text : '二 矛盾规律:唯物辩证法的唯一根本规律' , link : '/zh/2-law' } ,
31+ { text : '三 帝国主义和民主革命' , link : '/zh/3-imperialism' } ,
32+ { text : '四 利润最大化的法则和帝国主义时代的主要矛盾' , link : '/zh/4-profit' } ,
33+ { text : '五 团结在毛主义的旗帜下!' , link : '/zh/5-unite' } ,
34+ { text : '参考文献' , link : '/zh/6-references' } ,
2535 ]
2636 }
2737 ] ,
0 commit comments