diff --git a/sa-token-doc/doc/_sidebar.md b/sa-token-doc/doc/_sidebar.md index 67833703..4e25946a 100644 --- a/sa-token-doc/doc/_sidebar.md +++ b/sa-token-doc/doc/_sidebar.md @@ -10,8 +10,8 @@ - [权限验证](/use/jur-auth) - [session会话](/use/session) - [踢人下线](/use/kick) - - [持久层扩展](/use/dao-extend) - - [无cookie模式](/use/not-cookie) + - [持久层扩展(集成redis)](/use/dao-extend) + - [无cookie模式(前后台分离)](/use/not-cookie) - [模拟他人](/use/mock-person) - [多账号验证](/use/many-account) - [注解式鉴权](/use/at-check) diff --git a/sa-token-doc/doc/index.css b/sa-token-doc/doc/index.css index efa01b0e..71cf1392 100644 --- a/sa-token-doc/doc/index.css +++ b/sa-token-doc/doc/index.css @@ -7,8 +7,4 @@ @media screen and (max-width: 800px) { .logo-box {display: none;} } - -.main-box img{max-width: 600px; margin: 0.5em; box-shadow: 0 0 3px #999; transition: all 0.3s;} - -.main-box img:hover{box-shadow: 0 0 10px #333; cursor: pointer;} - +.main-box .markdown-section{max-width: 1000px; padding: 30px 20px;} diff --git a/sa-token-doc/doc/index.html b/sa-token-doc/doc/index.html index ddc9701c..6e2573df 100644 --- a/sa-token-doc/doc/index.html +++ b/sa-token-doc/doc/index.html @@ -25,7 +25,9 @@ 需求墙 更新日志 -