feat: describe the no longer functioning access key request

This commit is contained in:
Hakadao
2023-11-09 02:30:07 +08:00
parent 067f22413a
commit 6308519770
5 changed files with 16 additions and 1 deletions

View File

@@ -109,6 +109,8 @@ settings:
recommendation_mode: 推荐模式
recommendation_mode_desc: >
如果您想使用 app 端的推荐算法,请先授权 BewlyBewly 使用 access key。
recommendation_mode_desc2: >
因为B站对以前的API施加了限制请求 access key 的方法不再适用。我们建议使用 Web 模式 🫠
authorize_app: 授权 BewlyBewly 使用 access key
authorize_app_desc: |
授权使用后能在首页推送 bilibili App 端算法的推荐视频,授权 key 有效期约为一个月,过后记得重新授权获取 access key。

View File

@@ -109,6 +109,8 @@ settings:
recommendation_mode: 推薦模式
recommendation_mode_desc: >
如果您想要使用手機端的推薦演算法,請先授權 BewlyBewly 使用 access key。
recommendation_mode_desc2: >
由於B站對以前的API實施了限制要請求 access key 的方法不再運作。我們建議使用 Web 模式 🫠
authorize_app: 授權 BewlyBewly 使用 access key
authorize_app_desc: |
授權使用後能在首頁推送 bilibili 手機端推介演算法的影片,授權 key 的有效期約爲一個月,過了有效期後,請記得重新取得授權以取得 access key。

View File

@@ -109,6 +109,9 @@ settings:
recommendation_mode: Recommendation mode
recommendation_mode_desc: >
If you want to use the recommendation algorithm on the app, please ensure that you authorize the BewlyBewly to use the access key first.
recommendation_mode_desc2: >
The methods to request the access key is no longer functioning, since Bilibili has imposed restrictions on the previous API.
We recommend using the web-based mode 🫠
authorize_app: Authorize the BewlyBewly to use the access key
authorize_app_desc: >
After authentication, you will receive the video recommendations based on the bilibili app recommendation algorithm.

View File

@@ -109,6 +109,8 @@ settings:
recommendation_mode: 推介模式
recommendation_mode_desc: >
若然你想用手機版嘅推介演算法,就要俾 BewlyBewly 批准使用存取 access key。
recommendation_mode_desc2: >
事緣B站對之前嘅 API 做咗啲限制,之前取得 access key 嘅功能直接 short 咗。都係建議閣下用返 Web Mode 啦 🫠
authorize_app: 授權 BewlyBewly 使用 access key
authorize_app_desc: |
授咗權嘅話,你就會收到基於 bilibili 手機版推介演算法所推介嘅內容,兼且授權 key 只有約一個月有效期,到期後記得要重新授權嚟取得存取 access key。

View File

@@ -34,7 +34,13 @@ function handleCloseSearchPageModeSharedSettings() {
<template>
<div>
<SettingsItemGroup :title="$t('settings.group_recommendation_mode')">
<SettingsItem :title="$t('settings.recommendation_mode')" :desc="$t('settings.recommendation_mode_desc')">
<SettingsItem :title="$t('settings.recommendation_mode')">
<template #desc>
<p>{{ $t('settings.recommendation_mode_desc') }}</p>
<p color="$bew-warning-color">
{{ $t('settings.recommendation_mode_desc2') }}
</p>
</template>
<div w-full flex rounded="$bew-radius" bg="$bew-fill-1" p-1>
<div
flex-1 py-1 cursor-pointer text-center rounded="$bew-radius"