chore: allow skip version (#411)

* chore: allow skip version

* chore: opacity

* chore: polish

Co-authored-by: boojack <stevenlgtm@gmail.com>
This commit is contained in:
winwin2011
2022-11-04 23:40:48 +08:00
committed by GitHub
parent b43bfce254
commit 37bb3bc546
3 changed files with 47 additions and 46 deletions

View File

@ -8,6 +8,8 @@ interface StorageData {
editingMemoIdCache: MemoId;
// locale
locale: Locale;
// skipped version
skippedVersion: string;
}
type StorageKey = keyof StorageData;