mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: 修复sr
This commit is contained in:
parent
9f7a51679f
commit
87182f1a1f
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ export class QueryStarRailTool extends AbstractTool {
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
let { Panel } = await import('../../../StarRail-plugin/apps/panel.js')
|
let { Panel } = await import('../../../StarRail-plugin/apps/panel.js')
|
||||||
e.msg = '*面板' + uid
|
e.msg = '*更新面板' + uid
|
||||||
e.user_id = qq
|
e.user_id = qq
|
||||||
e.isSr = true
|
e.isSr = true
|
||||||
let panel = new Panel(e)
|
let panel = new Panel(e)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue