docs: add GuangYaPan driver tutorial - #363
Open
PIKACHUIM wants to merge 2 commits into
Open
Conversation
Deploying openlist-docs-next with
|
| Latest commit: |
643d502
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8cf51c88.openlist-docs-next.pages.dev |
| Branch Preview URL: | https://docs-guangyapan.openlist-docs-next.pages.dev |
xrgzs
requested changes
Sep 4, 2026
Signed-off-by: MadDogOwner <xiaoran@xrgzs.top>
xrgzs
force-pushed
the
docs/guangyapan
branch
from
September 4, 2026 15:01
d6d304a to
643d502
Compare
xrgzs
approved these changes
Sep 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs(drivers): add GuangYaPan (光鸭云盘) mount tutorial
Description / 描述
新增光鸭云盘(GuangYaPan)驱动的挂载教程文档,对应后端驱动
drivers/guangyapan。文档涵盖以下内容:
client_id(必填)、phone_number、captcha_token、send_code、verify_code、verification_id、access_token/refresh_token、根文件夹路径、设备信息(device_id/device_sign)、分页 / 排序参数等。Init中的send_code→verify_code两阶段登录流程。internal/offline_download/guangyapan的离线下载注册与GuangYaPanTempDir临时目录配置。client_id必填、验证码一次性、不支持覆盖上传(NoOverwriteUpload: true)、登录优先级(access_token→refresh_token→ 短信登录)等。文档遵循现有驱动文档的格式规范:
top侧栏排序、categories/tag头信息、:::容器 +{ lang="en" }/{ lang="zh-CN" }双语标记,并引入tos-tip片段,与pikpak.md、123_open.md等保持风格一致。Motivation and Context / 背景
后端已合入 GuangYaPan(光鸭云盘)驱动,但文档站缺少对应的挂载教程,用户无法了解如何填写
client_id、如何完成两步短信登录、如何配置离线下载临时目录等。本 PR 补齐该驱动的使用文档。Relates to OpenListTeam/OpenList#2583
Checklist / 检查清单
我已阅读 CONTRIBUTING 文档。
我已使用 prettier 或其他适当的格式化工具格式化提交的代码或文档。
我已为所有支持语言(包括中文和英文)更新文档内容。 (若适用)
我已确认编写的文档或代码格式正确, 无语法错误, 拼写错误。
我已相应更新了相关仓库(若适用)。