From c693806d2be6794334a4113395e9f00a7195227c Mon Sep 17 00:00:00 2001 From: VirtualHotBar Date: Tue, 2 Jun 2026 02:20:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20#76=20=E6=B7=BB=E5=8A=A0=E9=98=BF?= =?UTF-8?q?=E9=87=8C=E4=BA=91=E7=9B=98=E6=A0=B9=E7=9B=AE=E5=BD=95=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在阿里云盘描述中添加根目录ID配置提示 - 提醒用户正确设置根目录ID以显示所有文件夹 --- src-tauri/locales/en.json | 2 +- src-tauri/locales/zh-cn.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/locales/en.json b/src-tauri/locales/en.json index 2819739..fc70305 100644 --- a/src-tauri/locales/en.json +++ b/src-tauri/locales/en.json @@ -573,7 +573,7 @@ "description.yandex": "Yandex Disk is a cloud storage service provided by Yandex, supporting file synchronization, backup, and sharing, as well as integration with the Yandex ecosystem.", "description.crypt": "Encryption ensures the security of user data when stored in the cloud.", "description.alias": "An alias for easy access and management.", - "description.aliyundrive": "Aliyun Drive is a personal cloud storage service provided by Alibaba Group, where users can enjoy high-speed file storage and sharing services.", + "description.aliyundrive": "Aliyun Drive is a personal cloud storage service provided by Alibaba Group, where users can enjoy high-speed file storage and sharing services. Note: Please ensure the Root Folder ID is set correctly, otherwise only some folders may be visible.", "description.aliyundriveopen": "Aliyun Drive Open Interface", "description.aliyundriveshare": "Aliyun Drive Share Link", "description.chaoxinggroupdrive": "ChaoXing Group Drive is a cloud storage service aimed at educational institutions, supporting the sharing and collaboration of educational resources.", diff --git a/src-tauri/locales/zh-cn.json b/src-tauri/locales/zh-cn.json index d027d20..ed98368 100644 --- a/src-tauri/locales/zh-cn.json +++ b/src-tauri/locales/zh-cn.json @@ -573,7 +573,7 @@ "description.yandex": "Yandex Disk是Yandex提供的云存储服务,支持文件同步、备份与分享,以及与Yandex生态系统的集成。", "description.crypt": "加密,确保用户数据在云端存储时的安全性。", "description.alias": "别名,便于访问和管理。", - "description.aliyundrive": "阿里云盘是一个由阿里巴巴集团提供的个人云存储服务,用户可以享受高速的文件存储和分享服务。", + "description.aliyundrive": "阿里云盘是一个由阿里巴巴集团提供的个人云存储服务,用户可以享受高速的文件存储和分享服务。注意:请确保正确设置根目录ID,否则可能只能看到部分文件夹。", "description.aliyundriveopen": "阿里云盘开放接口", "description.aliyundriveshare": "阿里云盘分享链接", "description.chaoxinggroupdrive": "超星小组网盘是面向教育机构的云存储服务,支持教学资源共享和协作。",