:spark: 支持系统截屏功能

This commit is contained in:
muwoo
2023-04-04 11:13:38 +08:00
parent 9ee8d78b1b
commit 2cd70bd386
12 changed files with 197 additions and 66 deletions

View File

@@ -13,6 +13,7 @@ export interface DocRes {
ok: boolean;
rev: RevisionId;
_id: string;
data?: any;
}
export interface DBError {