@cloud411716/fancy-webnovel 1.0.27 → 1.0.29

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.
@@ -132,10 +132,12 @@ export function apply(ctx) {
132
132
  }
133
133
 
134
134
  // ---------- platform selection ----------
135
- notify(session, 'success', scan.platformList());
136
-
137
135
  const platformResult = await ctx.userQuestions.ask({
138
- questions: [scan.askPlatform()],
136
+ questions: [{
137
+ id: 'platform',
138
+ ...scan.askPlatform(),
139
+ question: `${scan.platformList()}\n\n请选择要扫的平台(输入编号 1-4):`,
140
+ }],
139
141
  agent: invocation.agent,
140
142
  signal,
141
143
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud411716/fancy-webnovel",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "exports": {