From f7e341cab023725fe6c72fc791e11e3dd9f03555 Mon Sep 17 00:00:00 2001 From: leonmin Date: Thu, 2 Jan 2025 15:35:40 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E8=B0=83=E6=95=B4=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b7f43df..f1e6923 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ $ make run/api # 或者go run ./cmd/api -port=4001 ### 截图 ![首页](https://git.leonmin.com/example/assets/raw/branch/master/images/oauth2/oauth2-home.png) + ![登录](https://git.leonmin.com/example/assets/raw/branch/master/images/oauth2/oauth2-login.png) + ![同意授权](https://git.leonmin.com/example/assets/raw/branch/master/images/oauth2/oauth2-agree-auth.png) + ![授权数据](https://git.leonmin.com/example/assets/raw/branch/master/images/oauth2/oauth2-authorize.png)