1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-10-25 20:03:10 +00:00

Compare commits

..

No commits in common. "8a9e0007887f726b0316232599f32771fc96b231" and "86a609b7ae066d52702082544e438172ea0a0a3c" have entirely different histories.

View File

@ -221,7 +221,7 @@ const settingsDefinitions = {
}, },
"server.provider": { "server.provider": {
type: "string", type: "string",
default: "classworkscloud", default: "kv-local",
validate: (value) => validate: (value) =>
["kv-local", "kv-server", "classworkscloud"].includes(value), ["kv-local", "kv-server", "classworkscloud"].includes(value),
description: "数据提供者", description: "数据提供者",