尝试解决二次启动时文件读取问题

This commit is contained in:
2026-07-05 00:59:41 +08:00
parent c7ee563e84
commit 8e93cbeed2
3 changed files with 182 additions and 61 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class SafStorageService {
if (_cachedUri == null || _cachedUri!.isEmpty) {
return SafPermissionState.unauthorized;
}
// 🟢 简化:直接返回 authorized,相信本地缓存的 URI
// 🟢 直接返回 authorized,相信缓存
return SafPermissionState.authorized;
}