@@ -13,15 +13,15 @@ var options = {
1313 ...flexSearchIndexOptions ,
1414} ;
1515module . exports = {
16- vite : {
17- plugins : [ SearchPlugin ( options ) ]
16+ vite : {
17+ plugins : [ SearchPlugin ( options ) ]
1818 } ,
1919 markdown : {
2020 math : true
2121 } ,
2222 head : [
23- [ 'meta' , { name : '谦的后花园' , content : '技术博客关于编程和软件开发的最新技术文章' } ] ,
24- [ 'link' , { res : 'icon' , href : '/favicon.ico' } ] ,
23+ [ 'meta' , { name : '谦的后花园' , content : '技术博客关于编程和软件开发的最新技术文章' } ] ,
24+ [ 'link' , { res : 'icon' , href : '/favicon.ico' } ] ,
2525 [ 'link' , { rel :
'stylesheet' , href :
'https://cdn.jsdelivr.net/npm/[email protected] /dist/katex.min.css' , integrity :
'sha384-DyZg8I8h4P1z3kZTAf8cM9Y5hGZ1S1h/8hR9t5dQ2MdP31fYcA2b5fv4vD9JmC9H' , crossorigin :
'anonymous' } ] , 2626 [ 'script' , { src :
'https://cdn.jsdelivr.net/npm/[email protected] /dist/katex.min.js' , integrity :
'sha384-DyZg8I8h4P1z3kZTAf8cM9Y5hGZ1S1h/8hR9t5dQ2MdP31fYcA2b5fv4vD9JmC9H' , crossorigin :
'anonymous' } ] , 2727 [ 'script' , { src :
'https://cdn.jsdelivr.net/npm/[email protected] /dist/contrib/auto-render.min.js' , integrity :
'sha384-XXXX' , crossorigin :
'anonymous' } ] @@ -90,16 +90,16 @@ module.exports = {
9090 outlineTitle : '本页目录' ,
9191 nav : [
9292 { text : '主页' , link : '/' } ,
93- { text : 'subSite test' , link : 'http://abc.zhangqian.cloud/' , target : '_blank' , rel : 'sponsored' } ,
93+ { text : 'subSite test' , link : 'http://abc.zhangqian.cloud/' , target : '_blank' , rel : 'sponsored' } ,
9494 {
9595 text : '笔记' ,
9696 items : [
97- { text : 'vue ' , link : '/vue/vuedocs/index' } ,
97+ { text : 'vue3学习笔记 ' , link : '/vue/vuedocs/index' } ,
9898 { text : '浏览器' , link : '/browse' } ,
9999 // { text: 'vue渲染器', link: '/vueRender' },
100100 { text : 'webpack' , link : '/webpack' } ,
101101 { text : 'git' , link : '/git' } ,
102- { text : 'vue3 ' , link : '/vue3面试题' } ,
102+ { text : 'vue3面试题 ' , link : '/vue3面试题' } ,
103103 ]
104104 }
105105 ] ,
@@ -157,32 +157,33 @@ module.exports = {
157157 text : 'webpack' ,
158158 items : [
159159 { text : 'webpack' , link : '/webpack/' } ,
160- { text : 'webpack的理解' , link : '/webpack/webpack的理解' }
160+ { text : 'webpack的理解' , link : '/webpack/webpack的理解' }
161161 ]
162162 } ,
163163 '/git/' : {
164164 text : 'git' ,
165165 items : [
166166 { text : 'git' , link : '/git/' } ,
167- { text : 'webpack的理解' , link : '/webpack/webpack的理解' }
167+ { text : 'webpack的理解' , link : '/webpack/webpack的理解' }
168168 ]
169169 } ,
170- '/vue3 /' : {
170+ '/vue3面试题 /' : {
171171 text : 'vue3面试题' ,
172172 items : [
173- { text : 'vue3' , link : '/vue3面试题/' }
173+ { text : 'vue3面试题1' , link : '/vue3面试题/' } ,
174+ { text : 'vue3面试题2' , link : '/vue3面试题/vue3面试题2' } ,
174175 ]
175176 } ,
176177 'WebGL' : {
177178 text : 'WebGL' ,
178179 items : [
179180 { text : '第一章 WebGL' , link : '/WebGL/' } ,
180- { text : '第二章 绘制和变换三角形' , link : '/WebGL/Chapter2' } ,
181- { text : '第三章 高级变换与动画基础' , link : '/WebGL/Chapter3' } ,
182- { text : '第四章 颜色和纹理' , link : '/WebGL/Chapter4' } ,
183- { text : '第五章 OpenGL ES 着色器语言' , link : '/WebGL/Chapter5' } ,
184- { text : '第六章 进入三维世界' , link : '/WebGL/Chapter6' } ,
185- { text : '第七章 光照' , link : '/WebGL/Chapter7' } ,
181+ { text : '第二章 绘制和变换三角形' , link : '/WebGL/Chapter2' } ,
182+ { text : '第三章 高级变换与动画基础' , link : '/WebGL/Chapter3' } ,
183+ { text : '第四章 颜色和纹理' , link : '/WebGL/Chapter4' } ,
184+ { text : '第五章 OpenGL ES 着色器语言' , link : '/WebGL/Chapter5' } ,
185+ { text : '第六章 进入三维世界' , link : '/WebGL/Chapter6' } ,
186+ { text : '第七章 光照' , link : '/WebGL/Chapter7' } ,
186187 ]
187188 }
188189 } ,
0 commit comments