update: store persist

This commit is contained in:
Purp1e
2024-09-26 16:58:40 +08:00
parent b3973fd101
commit 759cdbab98
17 changed files with 583 additions and 81 deletions

View File

@@ -1,5 +1,22 @@
{
"identifier": "desktop-capability",
"platforms": ["macOS", "windows", "linux"],
"permissions": ["global-shortcut:default"]
}
"platforms": [
"macOS",
"windows",
"linux"
],
"windows": ["main"],
"permissions": [
"global-shortcut:default",
"store:allow-set",
"store:allow-get",
"store:allow-has",
"store:allow-delete",
"store:allow-clear",
"store:allow-values",
"store:allow-save",
"store:allow-load",
"store:allow-reset",
"store:allow-entries"
]
}