Skip to content

Commit

Permalink
移除TV Token (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
power721 authored Dec 6, 2024
1 parent d19bd82 commit a8c57a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions web-ui/src/views/AccountsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@
<div class="hint">
webdav:<a href="https://messense-aliyundrive-webdav-backendrefresh-token-ucs0wn.streamlit.app/" title="需要选择webdav的认证URL" target="_blank">获取开放token</a>
</div>
<div class="hint">
TV Token:<a href="https://www.voicehub.top/oauth/alipan" title="需要选择TV Token的认证URL" target="_blank">获取开放token</a>
</div>
</el-form-item>
<el-form-item label="加载我的云盘" label-width="140" v-if="form.openToken">
<el-switch
Expand Down Expand Up @@ -151,9 +148,6 @@
<div class="hint">
webdav:<a href="https://messense-aliyundrive-webdav-backendrefresh-token-ucs0wn.streamlit.app/" title="需要选择webdav的认证URL" target="_blank">获取开放token</a>
</div>
<div class="hint">
TV Token:<a href="https://www.voicehub.top/oauth/alipan" title="需要选择TV Token的认证URL" target="_blank">获取开放token</a>
</div>
<span class="hint">创建时间: {{ formatTime(iat[2]) }}</span>
<span class="hint">更新时间: {{ formatTime(form.openTokenTime) }}</span>
<span class="hint">过期时间: {{ formatTime(exp[2]) }}</span>
Expand Down
3 changes: 1 addition & 2 deletions web-ui/src/views/ConfigView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,7 @@ const options = [
{
label: '阿里',
options: [
{label: 'openapi.alipan.com', value: 'https://openapi.alipan.com/oauth/access_token'},
{label: '会员TV Token', value: 'https://www.voicehub.top/api/v1/oauth/alipan/token'},
{label: 'openapi.alipan.com', value: 'https://openapi.alipan.com/oauth/access_token'}
]
}
]
Expand Down

0 comments on commit a8c57a5

Please sign in to comment.