feat(offline_download/123): add temp dir#354
Merged
xrgzs merged 8 commits intoOpenListTeam:mainfrom Jan 4, 2026
Merged
Conversation
- 在设置页面添加123Pan的临时目录配置项 - 更新相关语言文件添加123Pan的翻译
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds configuration settings for 123Pan cloud storage service to the settings page, enabling users to configure a temporary directory for 123Pan operations.
- Added state management, API integration, and UI components for 123Pan temp directory configuration
- Updated English language files with translations for the new 123Pan settings
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| src/pages/manage/settings/Other.tsx | Added signal state, useFetch hook, data initialization, and UI form section for 123Pan temporary directory configuration |
| src/lang/en/settings_other.json | Added "123_pan" and "set_123_pan" translation keys for the UI labels |
| src/lang/en/settings.json | Added "123_temp_dir" translation key for the form field label |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
7 tasks
Member
|
看了下,离线下载的 i18n 都放的好乱,应该全部都放到 |
Signed-off-by: MadDogOwner <xiaoran@xrgzs.top>
Signed-off-by: MadDogOwner <xiaoran@xrgzs.top>
Signed-off-by: MadDogOwner <xiaoran@xrgzs.top>
Signed-off-by: MadDogOwner <xiaoran@xrgzs.top>
Signed-off-by: MadDogOwner <xiaoran@xrgzs.top>
xrgzs
approved these changes
Jan 4, 2026
fsca8
pushed a commit
to fsca8/OpenList-Frontend
that referenced
this pull request
Feb 20, 2026
* feat(settings): 添加123Pan相关设置选项 - 在设置页面添加123Pan的临时目录配置项 - 更新相关语言文件添加123Pan的翻译 * Update settings.json * chore(settings): ensure i18n under settings_other * chore(settings): correct template literals usage --------- Signed-off-by: MadDogOwner <xiaoran@xrgzs.top> Co-authored-by: MadDogOwner <xiaoran@xrgzs.top>
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.
Description / 描述
Motivation and Context / 背景
How Has This Been Tested? / 测试
Checklist / 检查清单
我已阅读 CONTRIBUTING 文档。
go fmtor prettier.我已使用
go fmt或 prettier 格式化提交的代码。我已为此 PR 添加了适当的标签(如无权限或需要的标签不存在,请在描述中说明,管理员将后续处理)。
我已在适当情况下使用"Request review"功能请求相关代码作者进行审查。
我已相应更新了相关仓库(若适用)。