chatccc 0.2.87 → 0.2.88
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/src/session.ts +1 -2
package/package.json
CHANGED
package/src/session.ts
CHANGED
|
@@ -1159,8 +1159,7 @@ export function ensureDisplayLoop(sessionId: string): void {
|
|
|
1159
1159
|
display.cardBusy = true;
|
|
1160
1160
|
try {
|
|
1161
1161
|
const oldSeqBase = display.sequence;
|
|
1162
|
-
const
|
|
1163
|
-
const oldCard = buildProgressCard(oldDisplayContent, { showStop: false, headerTitle: "生成中...(上轮)" });
|
|
1162
|
+
const oldCard = buildProgressCard("", { showStop: false, headerTitle: "完成" });
|
|
1164
1163
|
await p.cardUpdate(display.cardId, oldCard, oldSeqBase + 1).catch(() => {});
|
|
1165
1164
|
const newCardId = await p.cardCreate(buildProgressCard(
|
|
1166
1165
|
"",
|