koishi-plugin-smmcat-eazyfeedback 0.0.2 → 0.0.3
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/lib/index.js +4 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -473,7 +473,7 @@ ${data.title}
|
|
|
473
473
|
}
|
|
474
474
|
msg.push(
|
|
475
475
|
`
|
|
476
|
-
|
|
476
|
+
操作选项 (60s 有效):<qqbot-cmd-input text="上一页" show="【上一页】" reference="false"/> <qqbot-cmd-input text="下一页" show="【下一页】" reference="false"/> <qqbot-cmd-input text="退出" show="【退出】" reference="false"/>`
|
|
477
477
|
);
|
|
478
478
|
Chat.send(session, msg.join("\n"));
|
|
479
479
|
let type = await session.prompt(6e4);
|
|
@@ -502,6 +502,7 @@ ${data.title}
|
|
|
502
502
|
session.execute(type.replace("/", ""));
|
|
503
503
|
break;
|
|
504
504
|
}
|
|
505
|
+
break;
|
|
505
506
|
}
|
|
506
507
|
});
|
|
507
508
|
ctx.command("问卷反馈/查询回复 <mid:posint>").action(async ({ session }, mid) => {
|
|
@@ -533,7 +534,7 @@ ${data[0].title}
|
|
|
533
534
|
}
|
|
534
535
|
msg.push(
|
|
535
536
|
`
|
|
536
|
-
|
|
537
|
+
操作选项 (60s 有效):<qqbot-cmd-input text="上一页" show="【上一页】" reference="false"/> <qqbot-cmd-input text="下一页" show="【下一页】" reference="false"/> <qqbot-cmd-input text="退出" show="【退出】" reference="false"/>`
|
|
537
538
|
);
|
|
538
539
|
Chat.send(session, msg.join("\n"));
|
|
539
540
|
let type = await session.prompt(6e4);
|
|
@@ -558,6 +559,7 @@ ${data[0].title}
|
|
|
558
559
|
}
|
|
559
560
|
continue;
|
|
560
561
|
}
|
|
562
|
+
break;
|
|
561
563
|
}
|
|
562
564
|
});
|
|
563
565
|
ctx.on("ready", () => {
|