From 6b38a16102ed7038ab4606484d7ca4b8fd2247d7 Mon Sep 17 00:00:00 2001 From: click33 <2393584716@qq.com> Date: Wed, 30 Oct 2024 13:36:23 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=B0=83=E6=95=B4=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- sa-token-doc/doc.html | 2 +- sa-token-doc/index.html | 18 +++++++++++++++--- sa-token-doc/static/index.css | 9 +++++++++ 4 files changed, 26 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 46fd1b73..75a55192 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ Sa-Token-OAuth2 模块分为四种授权模式,解决不同场景下的授权 ### 代码托管 - Gitee:[https://gitee.com/dromara/sa-token](https://gitee.com/dromara/sa-token) - GitHub:[https://github.com/dromara/sa-token](https://github.com/dromara/sa-token) -- GitCode:[https://gitcode.com/click33/sa-token](https://gitcode.com/click33/sa-token) +- GitCode:[https://gitcode.com/dromara/sa-token](https://gitcode.com/dromara/sa-token) diff --git a/sa-token-doc/doc.html b/sa-token-doc/doc.html index 8b641317..c97df503 100644 --- a/sa-token-doc/doc.html +++ b/sa-token-doc/doc.html @@ -113,7 +113,7 @@ 王清江唷(99集) 筑梦信仰-joy(20集) 达达-Java(26集) - 晒太阳的盐(22集) + 晒太阳的盐(22集) diff --git a/sa-token-doc/index.html b/sa-token-doc/index.html index 83b195d1..bbcfb240 100644 --- a/sa-token-doc/index.html +++ b/sa-token-doc/index.html @@ -123,10 +123,11 @@
 
- Gitee - GitHub + 加入讨论群 - 现在出发 → + 开源案例 + 在线文档 →

@@ -145,6 +146,17 @@

+
+ + + + + + + + + +
diff --git a/sa-token-doc/static/index.css b/sa-token-doc/static/index.css index 9cc634e0..a0e63abe 100644 --- a/sa-token-doc/static/index.css +++ b/sa-token-doc/static/index.css @@ -77,6 +77,15 @@ body{font-size: 16px; color: #34495E; font-family: "Source Sans Pro","Helvetica 50%{box-shadow: 0 0 20px #42B983;} 100%{box-shadow: 0 0 20px #FFF;} } + +/* 其它平台链接 */ +.qt-pt-box{margin-top: 40px;} +.qt-pt-box a{text-decoration: none; margin-right: 20px;} +.qt-pt-box a img{/* width: 130px; */ height: 40px; transition: all 0.2s;} +.qt-pt-box a img:hover{transform: scale(1.1, 1.1);} +/* .img-gitcode{width: 140px;} */ + + /* 微信二维码 */ .wx-qr-box{margin-top: 50px;} .qr-item{display: inline-block;}