mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-10-22 18:33:10 +00:00
Merge pull request #8 from ZeroCatDev/Sunwuyuan-patch-3
将默认数据提供者设为 Classworks KV
This commit is contained in:
commit
8a9e000788
@ -221,7 +221,7 @@ const settingsDefinitions = {
|
|||||||
},
|
},
|
||||||
"server.provider": {
|
"server.provider": {
|
||||||
type: "string",
|
type: "string",
|
||||||
default: "kv-local",
|
default: "classworkscloud",
|
||||||
validate: (value) =>
|
validate: (value) =>
|
||||||
["kv-local", "kv-server", "classworkscloud"].includes(value),
|
["kv-local", "kv-server", "classworkscloud"].includes(value),
|
||||||
description: "数据提供者",
|
description: "数据提供者",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user