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

Update settings.js

This commit is contained in:
孙悟元 2025-09-21 13:47:58 +08:00 committed by GitHub
parent 86a609b7ae
commit b7c88a59fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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