File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ export default sidebar({
424424 collapsible : true ,
425425 children : [
426426 {
427- text : "基础 " ,
427+ text : "基础知识 " ,
428428 prefix : "basis/" ,
429429 icon : "basic" ,
430430 collapsible : true ,
@@ -440,7 +440,7 @@ export default sidebar({
440440 ] ,
441441 } ,
442442 {
443- text : "安全 " ,
443+ text : "认证授权 " ,
444444 prefix : "security/" ,
445445 icon : "security-fill" ,
446446 collapsible : true ,
@@ -450,6 +450,14 @@ export default sidebar({
450450 "advantages-and-disadvantages-of-jwt" ,
451451 "sso-intro" ,
452452 "design-of-authority-system" ,
453+ ] ,
454+ } ,
455+ {
456+ text : "数据安全" ,
457+ prefix : "security/" ,
458+ icon : "security-fill" ,
459+ collapsible : true ,
460+ children : [
453461 "encryption-algorithms" ,
454462 "sentive-words-filter" ,
455463 "data-desensitization" ,
You can’t perform that action at this time.
0 commit comments