mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
fix: incorrect help text under prefix toggle mode
This commit is contained in:
parent
2657dead17
commit
36aaa12586
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
import plugin from '../../../lib/plugins/plugin.js'
|
import plugin from '../../../lib/plugins/plugin.js'
|
||||||
|
import { Config } from '../config/index.js'
|
||||||
|
|
||||||
let helpData = [
|
let helpData = [
|
||||||
{
|
{
|
||||||
|
|
@ -6,7 +7,7 @@ let helpData = [
|
||||||
list: [
|
list: [
|
||||||
{
|
{
|
||||||
icon: 'chat',
|
icon: 'chat',
|
||||||
title: '@我+聊天内容',
|
title: Config.toggleMode === 'at' ? '@我+聊天内容' : '#chat+聊天内容',
|
||||||
desc: '与机器人聊天'
|
desc: '与机器人聊天'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue