feat: NavUI l10n

This commit is contained in:
2025-05-08 23:35:21 +08:00
parent b2ec1e93a8
commit 14b16f3a78
13 changed files with 98 additions and 13 deletions

View File

@ -95,7 +95,7 @@ class FileCacheUtils {
await cacheDir.create();
}
} catch (e) {
debugPrint('清除缓存失败: $e');
debugPrint('clear All Cache Error: $e');
}
}
}