chore: screenshots

This commit is contained in:
lollipopkit
2023-12-03 13:16:51 +08:00
parent 440dabfca8
commit 66d344c910
21 changed files with 171 additions and 181 deletions

View File

@@ -1,6 +1,6 @@
import '../../core/persistant_store.dart';
class DockerStore extends PersistentStore<String> {
class DockerStore extends PersistentStore {
DockerStore() : super('docker');
String? fetch(String? id) {