@cloud411716/fancy-webnovel 1.0.28 → 1.0.30

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.
@@ -50,6 +50,7 @@ const scan = {
50
50
  const pLabel = platformLabel(platform);
51
51
  const opts = scan.rankOptions(platform);
52
52
  return {
53
+ id: 'rank',
53
54
  question: `${pLabel} 有多个榜单,支持多选。请选择要采集的榜单:`,
54
55
  hideCustomInput: true,
55
56
  multiSelect: true,
@@ -134,6 +135,7 @@ export function apply(ctx) {
134
135
  // ---------- platform selection ----------
135
136
  const platformResult = await ctx.userQuestions.ask({
136
137
  questions: [{
138
+ id: 'platform',
137
139
  ...scan.askPlatform(),
138
140
  question: `${scan.platformList()}\n\n请选择要扫的平台(输入编号 1-4):`,
139
141
  }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud411716/fancy-webnovel",
3
- "version": "1.0.28",
3
+ "version": "1.0.30",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "exports": {