Skip to content

Commit 8c20bdc

Browse files
committed
feat: 添加社交平台集成功能,包括 Twitter 和 Bluesky 的授权与同步管理
1 parent 6beffca commit 8c20bdc

File tree

13 files changed

+642
-9
lines changed

13 files changed

+642
-9
lines changed

src/components/OAuthManager.vue

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<v-card>
44
<v-card-title class="d-flex align-center">
55
<v-icon class="mr-2">mdi-link-variant</v-icon>
6-
<h2>已绑定的 OAuth 账号</h2>
6+
<h5>已绑定</h5>
77
</v-card-title>
88
<v-card-text>
99
<v-row>
@@ -170,15 +170,12 @@
170170
</v-dialog>
171171

172172
<!-- 可绑定的 OAuth 提供商 -->
173-
<v-card class="mt-4">
173+
<v-card class="mt-4" border>
174174
<v-card-title class="d-flex align-center">
175175
<v-icon class="mr-2">mdi-link-plus</v-icon>
176-
<h2>可绑定的 OAuth 提供商</h2>
176+
<h5>可绑定</h5>
177177
</v-card-title>
178178
<v-card-text>
179-
<v-alert text type="info">
180-
不论怎样,你都需要确保对绑定账户内邮箱完全的控制。
181-
</v-alert>
182179
<v-row class="mt-2">
183180
<v-col v-for="(provider, index) in filteredProviders"
184181
:key="index"

0 commit comments

Comments
 (0)