Skip to content

Commit fb9dff7

Browse files
Sky_slienceSky_slience
authored andcommitted
fix: render auth button inside tabs
1 parent 3a2f50c commit fb9dff7

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

docs/guide/drivers/123_open.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,7 @@ Please visit [123YunPan](https://www.123pan.com/) to purchase the "VIP" service
3838

3939
Use 123Pan's official third-party authorization application to refresh the token automatically. No personal developer application is required.
4040

41-
<button
42-
style="outline:none;padding:12px;background:#70c6be;border:none;border-radius:8px;cursor:pointer;font-size:20px;"
43-
@click="go123PanAuth"
44-
>
45-
Get Refresh Token
46-
</button>
41+
<button style="outline:none;padding:12px;background:#70c6be;border:none;border-radius:8px;cursor:pointer;font-size:20px;" @click="go123PanAuth">Get Refresh Token</button>
4742

4843
---
4944

docs/zh/guide/drivers/123_open.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@ const go123PanAuth = () => {
3232

3333
调用 123Pan 官方第三方授权应用,自动刷新 Token,无需申请个人开发者。
3434

35-
<button
36-
style="outline:none;padding:12px;background:#70c6be;border:none;border-radius:8px;cursor:pointer;font-size:20px;"
37-
@click="go123PanAuth"
38-
>
39-
获取刷新 Token
40-
</button>
35+
<button style="outline:none;padding:12px;background:#70c6be;border:none;border-radius:8px;cursor:pointer;font-size:20px;" @click="go123PanAuth">获取刷新 Token</button>
4136

4237
---
4338

0 commit comments

Comments
 (0)