[fix] store persistence and switch dir to 'cstb'

This commit is contained in:
Purp1e
2025-03-20 01:46:54 +08:00
parent b90a08d0fe
commit c28cd23b5c
14 changed files with 136 additions and 81 deletions

File diff suppressed because one or more lines are too long

View File

@@ -6014,6 +6014,11 @@
"type": "string",
"const": "valtio:allow-get-save-strategy"
},
{
"description": "Enables the get_store_collection_path command without any pre-configured scope.",
"type": "string",
"const": "valtio:allow-get-store-collection-path"
},
{
"description": "Enables the get_store_ids command without any pre-configured scope.",
"type": "string",
@@ -6029,11 +6034,6 @@
"type": "string",
"const": "valtio:allow-get-store-state"
},
{
"description": "Enables the get_valtio_path command without any pre-configured scope.",
"type": "string",
"const": "valtio:allow-get-valtio-path"
},
{
"description": "Enables the load command without any pre-configured scope.",
"type": "string",
@@ -6084,16 +6084,16 @@
"type": "string",
"const": "valtio:allow-set-save-strategy"
},
{
"description": "Enables the set_store_collection_path command without any pre-configured scope.",
"type": "string",
"const": "valtio:allow-set-store-collection-path"
},
{
"description": "Enables the set_store_options command without any pre-configured scope.",
"type": "string",
"const": "valtio:allow-set-store-options"
},
{
"description": "Enables the set_valtio_path command without any pre-configured scope.",
"type": "string",
"const": "valtio:allow-set-valtio-path"
},
{
"description": "Enables the unload command without any pre-configured scope.",
"type": "string",
@@ -6114,6 +6114,11 @@
"type": "string",
"const": "valtio:deny-get-save-strategy"
},
{
"description": "Denies the get_store_collection_path command without any pre-configured scope.",
"type": "string",
"const": "valtio:deny-get-store-collection-path"
},
{
"description": "Denies the get_store_ids command without any pre-configured scope.",
"type": "string",
@@ -6129,11 +6134,6 @@
"type": "string",
"const": "valtio:deny-get-store-state"
},
{
"description": "Denies the get_valtio_path command without any pre-configured scope.",
"type": "string",
"const": "valtio:deny-get-valtio-path"
},
{
"description": "Denies the load command without any pre-configured scope.",
"type": "string",
@@ -6184,16 +6184,16 @@
"type": "string",
"const": "valtio:deny-set-save-strategy"
},
{
"description": "Denies the set_store_collection_path command without any pre-configured scope.",
"type": "string",
"const": "valtio:deny-set-store-collection-path"
},
{
"description": "Denies the set_store_options command without any pre-configured scope.",
"type": "string",
"const": "valtio:deny-set-store-options"
},
{
"description": "Denies the set_valtio_path command without any pre-configured scope.",
"type": "string",
"const": "valtio:deny-set-valtio-path"
},
{
"description": "Denies the unload command without any pre-configured scope.",
"type": "string",

View File

@@ -6014,6 +6014,11 @@
"type": "string",
"const": "valtio:allow-get-save-strategy"
},
{
"description": "Enables the get_store_collection_path command without any pre-configured scope.",
"type": "string",
"const": "valtio:allow-get-store-collection-path"
},
{
"description": "Enables the get_store_ids command without any pre-configured scope.",
"type": "string",
@@ -6029,11 +6034,6 @@
"type": "string",
"const": "valtio:allow-get-store-state"
},
{
"description": "Enables the get_valtio_path command without any pre-configured scope.",
"type": "string",
"const": "valtio:allow-get-valtio-path"
},
{
"description": "Enables the load command without any pre-configured scope.",
"type": "string",
@@ -6084,16 +6084,16 @@
"type": "string",
"const": "valtio:allow-set-save-strategy"
},
{
"description": "Enables the set_store_collection_path command without any pre-configured scope.",
"type": "string",
"const": "valtio:allow-set-store-collection-path"
},
{
"description": "Enables the set_store_options command without any pre-configured scope.",
"type": "string",
"const": "valtio:allow-set-store-options"
},
{
"description": "Enables the set_valtio_path command without any pre-configured scope.",
"type": "string",
"const": "valtio:allow-set-valtio-path"
},
{
"description": "Enables the unload command without any pre-configured scope.",
"type": "string",
@@ -6114,6 +6114,11 @@
"type": "string",
"const": "valtio:deny-get-save-strategy"
},
{
"description": "Denies the get_store_collection_path command without any pre-configured scope.",
"type": "string",
"const": "valtio:deny-get-store-collection-path"
},
{
"description": "Denies the get_store_ids command without any pre-configured scope.",
"type": "string",
@@ -6129,11 +6134,6 @@
"type": "string",
"const": "valtio:deny-get-store-state"
},
{
"description": "Denies the get_valtio_path command without any pre-configured scope.",
"type": "string",
"const": "valtio:deny-get-valtio-path"
},
{
"description": "Denies the load command without any pre-configured scope.",
"type": "string",
@@ -6184,16 +6184,16 @@
"type": "string",
"const": "valtio:deny-set-save-strategy"
},
{
"description": "Denies the set_store_collection_path command without any pre-configured scope.",
"type": "string",
"const": "valtio:deny-set-store-collection-path"
},
{
"description": "Denies the set_store_options command without any pre-configured scope.",
"type": "string",
"const": "valtio:deny-set-store-options"
},
{
"description": "Denies the set_valtio_path command without any pre-configured scope.",
"type": "string",
"const": "valtio:deny-set-valtio-path"
},
{
"description": "Denies the unload command without any pre-configured scope.",
"type": "string",