From 35d8ff06ca07b64dc539c75ad4092e3162bf6a57 Mon Sep 17 00:00:00 2001
From: click33 <2393584716@qq.com>
Date: Wed, 23 Apr 2025 19:51:13 +0800
Subject: [PATCH] =?UTF-8?q?docs:=20=E6=8F=92=E5=9B=BE=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
sa-token-doc/README.md | 4 +++-
sa-token-doc/index.html | 5 ++++-
sa-token-doc/sso/readme.md | 2 ++
sa-token-doc/static/index.css | 2 ++
4 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/sa-token-doc/README.md b/sa-token-doc/README.md
index 5c4299da..26e011ec 100644
--- a/sa-token-doc/README.md
+++ b/sa-token-doc/README.md
@@ -2,7 +2,7 @@
@@ -28,6 +28,8 @@
**Sa-Token** 是一个轻量级 Java 权限认证框架,主要解决:**登录认证**、**权限认证**、**单点登录**、**OAuth2.0**、**分布式Session会话**、**微服务网关鉴权**
等一系列权限相关问题。
+
+
Sa-Token 旨在以简单、优雅的方式完成系统的权限认证部分,以登录认证为例,你只需要:
``` java
diff --git a/sa-token-doc/index.html b/sa-token-doc/index.html
index 109a70bd..1f19e009 100644
--- a/sa-token-doc/index.html
+++ b/sa-token-doc/index.html
@@ -237,6 +237,9 @@
提供SpringMVC、WebFlux、Solon、jwt 等常见框架集成包,真正的开箱即用……
+