@@ -3,14 +3,14 @@ import { DefaultTheme } from 'vitepress/types/default-theme';
33const jsItems : DefaultTheme . SidebarItem [ ] = [
44 {
55 text : '🔥 JavaScript中有哪些数据类型?' ,
6- link : '/learn/web/javascript/type_of_data.md ' ,
6+ link : '/learn/web/javascript/type_of_data' ,
77 collapsed : false ,
88 items : [
99 { text : '⭐ 引用类型之间有什么区别' , link : '/learn/web/javascript/what_is_the_difference_between_reference_types' }
1010 ]
1111 } ,
12- { text : '🔸 数组的常用遍历函数' , link : '/learn/web/javascript/common_traverse_functions_for_array.md ' } ,
13- { text : '🔸 对象数据如何获取第一个属性的值?' , link : '/learn/web/javascript/object_get_first_value.md ' } ,
12+ { text : '🔸 数组的常用遍历函数' , link : '/learn/web/javascript/common_traverse_functions_for_array' } ,
13+ { text : '🔸 对象数据如何获取第一个属性的值?' , link : '/learn/web/javascript/object_get_first_value' } ,
1414 { text : '🔥 深拷贝和浅拷贝的区别' , link : '/learn/web/javascript/the_difference_between_deep_copy_and_shallow_copy' } ,
1515 { text : '🔥 什么是闭包?' , link : '/learn/web/javascript/what_is_closure' } ,
1616 { text : '🔥 谈谈原型与原型链' , link : '/learn/web/javascript/prototype_and_prototype_chains' } ,
@@ -25,8 +25,8 @@ const jsItems: DefaultTheme.SidebarItem[] = [
2525 link : '/learn/web/javascript/what_is_promise' ,
2626 collapsed : false ,
2727 items : [
28- { text : '🔥 什么是回调地狱?' , link : '/learn/web/javascript/what_is_callback_hell.md ' } ,
29- { text : '⭐ promise.all()' , link : '/learn/web/javascript/promise_all.md ' } ,
28+ { text : '🔥 什么是回调地狱?' , link : '/learn/web/javascript/what_is_callback_hell' } ,
29+ { text : '⭐ promise.all()' , link : '/learn/web/javascript/promise_all' }
3030 ]
3131 } ,
3232 { text : '🔹 MutationObserver监听DOM' , link : '/learn/web/javascript/mutationObserver_listens_to_dom' } ,
0 commit comments