Skip to content

Commit 0de13f7

Browse files
committed
不展示宠物
1 parent 12a13d6 commit 0de13f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/widget.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
DIFY_CHATBOT_TOKEN: process.env.NEXT_PUBLIC_DIFY_CHATBOT_TOKEN || '',
1616

1717
// 悬浮挂件
18-
WIDGET_PET: process.env.NEXT_PUBLIC_WIDGET_PET || true, // 是否显示宠物挂件
18+
WIDGET_PET: process.env.NEXT_PUBLIC_WIDGET_PET || false, // 是否显示宠物挂件
1919
WIDGET_PET_LINK:
2020
process.env.NEXT_PUBLIC_WIDGET_PET_LINK ||
2121
'https://cdn.jsdelivr.net/npm/[email protected]/assets/wanko.model.json', // 挂件模型地址 @see https://github.com/xiazeyu/live2d-widget-models

0 commit comments

Comments
 (0)