@cloud411716/fancy-webnovel 1.0.28 → 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.
- package/commands/scan/index.js +1 -0
- package/package.json +1 -1
package/commands/scan/index.js
CHANGED
|
@@ -134,6 +134,7 @@ export function apply(ctx) {
|
|
|
134
134
|
// ---------- platform selection ----------
|
|
135
135
|
const platformResult = await ctx.userQuestions.ask({
|
|
136
136
|
questions: [{
|
|
137
|
+
id: 'platform',
|
|
137
138
|
...scan.askPlatform(),
|
|
138
139
|
question: `${scan.platformList()}\n\n请选择要扫的平台(输入编号 1-4):`,
|
|
139
140
|
}],
|