-
Notifications
You must be signed in to change notification settings - Fork 131
feat(offline_download/123): add temp dir #354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- 在设置页面添加123Pan的临时目录配置项 - 更新相关语言文件添加123Pan的翻译
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
|
看了下,离线下载的 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>
Description / 描述
Motivation and Context / 背景
How Has This Been Tested? / 测试
Checklist / 检查清单
我已阅读 CONTRIBUTING 文档。
go fmtor prettier.我已使用
go fmt或 prettier 格式化提交的代码。我已为此 PR 添加了适当的标签(如无权限或需要的标签不存在,请在描述中说明,管理员将后续处理)。
我已在适当情况下使用"Request review"功能请求相关代码作者进行审查。
我已相应更新了相关仓库(若适用)。