mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-08 05:33:11 +00:00
feat: 启用一言功能的默认设置为 true
This commit is contained in:
parent
e3e3575c65
commit
1b25332a2f
@ -106,7 +106,7 @@ const settingsDefinitions = {
|
|||||||
// 一言设置
|
// 一言设置
|
||||||
"hitokoto.enabled": {
|
"hitokoto.enabled": {
|
||||||
type: "boolean",
|
type: "boolean",
|
||||||
default: false,
|
default: true,
|
||||||
description: "启用一言",
|
description: "启用一言",
|
||||||
icon: "mdi-comment-quote",
|
icon: "mdi-comment-quote",
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user