opt.: backup

This commit is contained in:
lollipopkit
2023-09-13 13:05:19 +08:00
parent 9ce7138d9b
commit 269c2a0a10
37 changed files with 535 additions and 632 deletions

View File

@@ -43,3 +43,5 @@ Future<String> get fontDir async {
await dir.create(recursive: true);
return _fontDir!;
}
Future<String> get backupPath async => '${await docDir}/srvbox_bak.json';