支持微信读书导入摘抄

This commit is contained in:
DelLevin-Home
2026-07-04 22:24:48 +08:00
parent fab952a625
commit 7a2dcccf24
10 changed files with 1101 additions and 140 deletions

View File

@@ -588,7 +588,12 @@ class _WebDAVSyncPageState extends State<WebDAVSyncPage> {
Text('云端备份', style: TextStyle(fontSize: 14, fontWeight: FontWeight.w600, color: colors.onSurface)),
const Spacer(),
if (_isLoadingRemoteInfo)
SizedBox(width: 14, height: 14, child: CircularProgressIndicator(strokeWidth: 2, color: colors.primary)),
SizedBox(width: 14, height: 14, child: CircularProgressIndicator(strokeWidth: 2, color: colors.primary))
else
GestureDetector(
onTap: _loadRemoteInfo,
child: Icon(Icons.refresh, size: 18, color: colors.onSurface.withValues(alpha: 0.4)),
),
],
),
const SizedBox(height: 12),