foliko 1.1.39 → 1.1.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/plugins/qq-plugin.js +0 -7
- package/temp_img.md +0 -1
package/package.json
CHANGED
package/plugins/qq-plugin.js
CHANGED
|
@@ -569,9 +569,6 @@ class QQPlugin extends Plugin {
|
|
|
569
569
|
})
|
|
570
570
|
|
|
571
571
|
sessionScope.on('message:complete', async ({ content }) => {
|
|
572
|
-
// 清理定时器
|
|
573
|
-
this.stopTypingInterval?.()
|
|
574
|
-
|
|
575
572
|
const streamSession = streamSessionMap.get(sessionId)
|
|
576
573
|
if (streamSession) {
|
|
577
574
|
try {
|
|
@@ -592,9 +589,6 @@ class QQPlugin extends Plugin {
|
|
|
592
589
|
})
|
|
593
590
|
|
|
594
591
|
sessionScope.on('queue:failed', async ({ error }) => {
|
|
595
|
-
// 清理定时器
|
|
596
|
-
this.stopTypingInterval?.()
|
|
597
|
-
|
|
598
592
|
// 清理流式会话
|
|
599
593
|
const streamSession = streamSessionMap.get(sessionId)
|
|
600
594
|
if (streamSession) {
|
|
@@ -645,7 +639,6 @@ class QQPlugin extends Plugin {
|
|
|
645
639
|
await this._sendMessage(identifier, `发生错误:${err.message}`)
|
|
646
640
|
}
|
|
647
641
|
} finally {
|
|
648
|
-
this.stopTypingInterval?.()
|
|
649
642
|
}
|
|
650
643
|
}
|
|
651
644
|
|
package/temp_img.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-

|