1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-12-08 05:33:11 +00:00

feat: 启用一言功能的默认设置为 true

This commit is contained in:
Sunwuyuan 2025-12-07 16:21:51 +08:00
parent e3e3575c65
commit 1b25332a2f
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64

View File

@ -106,7 +106,7 @@ const settingsDefinitions = {
// 一言设置
"hitokoto.enabled": {
type: "boolean",
default: false,
default: true,
description: "启用一言",
icon: "mdi-comment-quote",
},