笔记编辑功能修复

This commit is contained in:
DelLevin-Home
2026-07-16 04:12:04 +08:00
parent 1aab6858a7
commit 10ecf57fa7
9 changed files with 481 additions and 24 deletions

View File

@@ -412,6 +412,7 @@ class _CloudSheetContentState extends State<_CloudSheetContent> {
}
Future<void> _loadRemoteInfo() async {
if (!mounted) return;
setState(() => _loading = true);
final info = await WebDAVService.instance.getRemoteBackupInfo();
if (mounted) {