fix: update rclone configuration tips for clarity and set textarea to readonly #60

This commit is contained in:
Kuingsmile
2025-07-17 10:48:02 +08:00
parent f69bfa6fd5
commit 0231fa20d7
3 changed files with 3 additions and 2 deletions

View File

@@ -263,6 +263,7 @@ const handleReset = async () => {
class="form-textarea"
placeholder='{ "remote1": { "type": "s3", "provider": "AWS" } }'
rows="10"
readonly
></textarea>
<small>{{ t('settings.rclone.config.tips') }}</small>
</div>