mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
更新工具箱适配代码
This commit is contained in:
parent
6ace8720c4
commit
c3d998ec34
25 changed files with 29 additions and 31 deletions
|
|
@ -1240,7 +1240,7 @@ Poe 模式会调用 Poe 中的 Claude-instant 进行对话。需要提供 Cookie
|
|||
return true
|
||||
}
|
||||
const viewHost = Config.serverHost ? `http://${Config.serverHost}/` : `http://${await getPublicIP()}:${Config.serverPort || 3321}/`
|
||||
await this.reply(`请登录${viewHost + 'admin/settings'}进行系统配置`, true)
|
||||
await this.reply(`请登录${viewHost}进行系统配置`, true)
|
||||
}
|
||||
|
||||
async userPage (e) {
|
||||
|
|
@ -1249,7 +1249,7 @@ Poe 模式会调用 Poe 中的 Claude-instant 进行对话。需要提供 Cookie
|
|||
return true
|
||||
}
|
||||
const viewHost = Config.serverHost ? `http://${Config.serverHost}/` : `http://${await getPublicIP()}:${Config.serverPort || 3321}/`
|
||||
await this.reply(`请登录${viewHost + 'admin/dashboard'}进行系统配置`, true)
|
||||
await this.reply(`请登录${viewHost}进行系统配置`, true)
|
||||
}
|
||||
|
||||
async toolsPage (e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue