mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
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:
@ -8,6 +8,8 @@ interface StorageData {
|
||||
editingMemoIdCache: MemoId;
|
||||
// locale
|
||||
locale: Locale;
|
||||
// skipped version
|
||||
skippedVersion: string;
|
||||
}
|
||||
|
||||
type StorageKey = keyof StorageData;
|
||||
|
Reference in New Issue
Block a user