Skip to content

Commit 6fa781d

Browse files
committed
docs: streamline documentation by removing screenshots and auth sections
- Remove the screenshots section from both documentation files - Remove the authorization section from both documentation files Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent ff4da9b commit 6fa781d

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

README.zh-CN.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@
6565
- [登出流程(LogoutHandler)](#登出流程logouthandler)
6666
- [刷新流程(RefreshHandler)](#刷新流程refreshhandler)
6767
- [登录失败、Token 错误或权限不足](#登录失败token-错误或权限不足)
68-
- [截图](#截图)
69-
- [授权](#授权)
7068

7169
---
7270

@@ -808,17 +806,3 @@ CookieSameSite: http.SameSiteDefaultMode, // SameSiteDefaultMode, SameSiteLaxM
808806

809807
- **可选:** `Unauthorized`
810808
处理登录、授权或 Token 错误时的响应。返回 HTTP 错误码与消息的 JSON。
811-
812-
---
813-
814-
## 截图
815-
816-
| 登录 | 刷新 Token |
817-
| --------------------------------- | ----------------------------------------- |
818-
| ![登录截图](screenshot/login.png) | ![刷新截图](screenshot/refresh_token.png) |
819-
820-
---
821-
822-
## 授权
823-
824-
详见 [`LICENSE`](LICENSE)

README.zh-TW.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@
6565
- [登出流程(LogoutHandler)](#登出流程logouthandler)
6666
- [刷新流程(RefreshHandler)](#刷新流程refreshhandler)
6767
- [登入失敗、Token 錯誤或權限不足](#登入失敗token-錯誤或權限不足)
68-
- [截圖](#截圖)
69-
- [授權](#授權)
7068

7169
---
7270

@@ -808,17 +806,3 @@ CookieSameSite: http.SameSiteDefaultMode, // SameSiteDefaultMode, SameSiteLaxM
808806

809807
- **可選:** `Unauthorized`
810808
處理登入、授權或 Token 錯誤時的回應。回傳 HTTP 錯誤碼與訊息的 JSON。
811-
812-
---
813-
814-
## 截圖
815-
816-
| 登入 | 刷新 Token |
817-
| --------------------------------- | ----------------------------------------- |
818-
| ![登入截圖](screenshot/login.png) | ![刷新截圖](screenshot/refresh_token.png) |
819-
820-
---
821-
822-
## 授權
823-
824-
詳見 [`LICENSE`](LICENSE)

0 commit comments

Comments
 (0)