Skip to content

Commit 7433df8

Browse files
hcrgmjyxjjj
andauthored
feat(baidu_netdisk): support use dynamic upload API (#253)
* feat(baidu_netdisk): support dynamic upload API * fix(baidu_netdisk): use "UploadAPI" as a fallback when using dynamic upload api * chore(typo): API Signed-off-by: ShenLin <773933146@qq.com> --------- Signed-off-by: ShenLin <773933146@qq.com> Co-authored-by: ShenLin <773933146@qq.com>
1 parent 5b35853 commit 7433df8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/lang/en/drivers.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
"crack_video": "Crack video",
316316
"official": "Official"
317317
},
318-
"low_bandwith_upload_mode": "Low bandwith upload mode",
318+
"low_bandwith_upload_mode": "Low bandwidth upload mode",
319319
"only_list_video_file": "Only list video file",
320320
"order_by": "Order by",
321321
"order_bys": {
@@ -330,10 +330,12 @@
330330
},
331331
"refresh_token": "Refresh token",
332332
"root_folder_path": "Root folder path",
333-
"upload_api": "Upload api",
333+
"upload_api": "Upload API",
334334
"upload_thread": "Upload thread",
335335
"upload_thread-tips": "1\u003c=thread\u003c=32",
336-
"use_online_api": "Use online api"
336+
"use_dynamic_upload_api": "Use dynamic upload API",
337+
"use_dynamic_upload_api-tips": "dynamically get upload api domain, when enabled, the 'Upload API' setting will be used as a fallback if failed to get",
338+
"use_online_api": "Use online API"
337339
},
338340
"BaiduPhoto": {
339341
"album_id": "Album id",

0 commit comments

Comments
 (0)