From 6cda25dc9e283010fca2562644f47c42e16f83d5 Mon Sep 17 00:00:00 2001 From: shengzhang <2393584716@qq.com> Date: Sat, 3 Oct 2020 01:36:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=A3=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sa-token-doc/doc/_sidebar.md | 4 +- sa-token-doc/doc/index.css | 6 +-- sa-token-doc/doc/index.html | 4 +- sa-token-doc/index.css | 12 ++++- sa-token-doc/index.html | 94 ++++++++++++++++++------------------ 5 files changed, 64 insertions(+), 56 deletions(-) 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 @@ 需求墙 更新日志 -