@@ -4,7 +4,8 @@ import { bugIcon, elementIcon, htmlIcon, tsIcon, uniAppIcon, webIcon } from './i
44const bugsSidebar : DefaultTheme . SidebarItem [ ] = [
55 {
66 text : bugIcon + 'BUG处理' ,
7- link : '/bugs/'
7+ link : '/bugs/' ,
8+ items : [ ]
89 } ,
910 {
1011 text : webIcon + '前端' ,
@@ -16,7 +17,7 @@ const bugsSidebar: DefaultTheme.SidebarItem[] = [
1617 collapsed : true ,
1718 items : [
1819 {
19- text : '🔹 img 标签加载对象存储图片后再使用 canvas 调用当前图片,导致图片跨域的问题' ,
20+ text : '🔹img 标签加载对象存储图片后再使用 canvas 调用当前图片,导致图片跨域的问题' ,
2021 link : '/bugs/web/html/canvas-use-object-storage-image-cross-domain'
2122 }
2223 ]
@@ -26,7 +27,7 @@ const bugsSidebar: DefaultTheme.SidebarItem[] = [
2627 collapsed : true ,
2728 items : [
2829 {
29- text : '🔹 代码警告:TS2307: Cannot find module \'xxx\' or its corresponding type declarations.' ,
30+ text : '🔹代码警告:TS2307: Cannot find module \'xxx\' or its corresponding type declarations.' ,
3031 link : '/bugs/web/typescript/warning_ts2307'
3132 }
3233 ]
@@ -36,19 +37,19 @@ const bugsSidebar: DefaultTheme.SidebarItem[] = [
3637 collapsed : true ,
3738 items : [
3839 {
39- text : '🔹 MessageBox报错Uncaught (in promise) cancel' ,
40+ text : '🔹MessageBox报错Uncaught (in promise) cancel' ,
4041 link : '/bugs/web/element-ui/messagebox_report_error_uncaught_(in_promise)_cancel'
4142 } ,
4243 {
43- text : '🔹 Error: for nested data item, row-key is required.' ,
44+ text : '🔹Error: for nested data item, row-key is required.' ,
4445 link : '/bugs/web/element-ui/table_tree_json_error'
4546 } ,
4647 {
47- text : '🔹 头像组件第一次地址加载报错后,数据再次获取后无法重新加载' ,
48+ text : '🔹头像组件第一次地址加载报错后,数据再次获取后无法重新加载' ,
4849 link : '/bugs/web/element-ui/el-avatar_not_update_after_refetching_the_data'
4950 } ,
5051 {
51- text : '🔹 el-form 自定义一个非输入选择的值的规则,但是无法生效的问题' ,
52+ text : '🔹el-form 自定义一个非输入选择的值的规则,但是无法生效的问题' ,
5253 link : '/bugs/web/element-ui/el-form_customize_rule'
5354 }
5455 ]
@@ -58,7 +59,7 @@ const bugsSidebar: DefaultTheme.SidebarItem[] = [
5859 collapsed : true ,
5960 items : [
6061 {
61- text : '🔹 新安装包覆盖安装,新增加的页面无法跳转' ,
62+ text : '🔹新安装包覆盖安装,新增加的页面无法跳转' ,
6263 link : '/bugs/web/uniapp/overwrite_install_newly_added_page_cannot_jump'
6364 }
6465 ]
0 commit comments