云同步标签部分

This commit is contained in:
DelLevin-Home
2026-05-28 14:57:19 +08:00
parent e2e0b11d3d
commit 3ac06314c2
5 changed files with 88 additions and 16 deletions

View File

@@ -257,6 +257,11 @@ class ServerDataService {
return data != null;
}
Future<bool> deleteTagByName(String name, String type) async {
final data = await _post('/api/data/tag/delete_by_name', {'name': name, 'type': type});
return data != null;
}
// ─── 图片 ────────────────────────────────────────────────────
/// 是否激活AppProvider 也会用这个检查)