Skip to content

Commit 1b25332

Browse files
committed
feat: 启用一言功能的默认设置为 true
1 parent e3e3575 commit 1b25332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const settingsDefinitions = {
106106
// 一言设置
107107
"hitokoto.enabled": {
108108
type: "boolean",
109-
default: false,
109+
default: true,
110110
description: "启用一言",
111111
icon: "mdi-comment-quote",
112112
},

0 commit comments

Comments
 (0)