@cloud411716/fancy-webnovel 0.1.57 → 0.1.59

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud411716/fancy-webnovel",
3
- "version": "0.1.57",
3
+ "version": "0.1.59",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -21,6 +21,7 @@ import { fileURLToPath } from 'url';
21
21
  // ---------------------------------------------------------------------------
22
22
 
23
23
  const VALID_LENGTHS = ['long', 'short'];
24
+ const VALID_PLATFORMS = ['qidian', 'fanqie', 'jinjiang', 'zhihu', 'qimao'];
24
25
 
25
26
  const PLATFORM_SUPPORTED_LENGTHS = {
26
27
  qidian: ['long'],
@@ -67,7 +67,7 @@ export const scan = {
67
67
  return '⚠️ 已取消。请再次调用 /fancy-scan 继续。';
68
68
 
69
69
  case 'collecting':
70
- return `⏳ 正在采集 ${pLabel}(${lenStr})...`;
70
+ return `⏳ 开始采集 ${pLabel}(${lenStr})...`;
71
71
 
72
72
  case 'scan_complete':
73
73
  if (!files || files.length === 0) return `✅ ${pLabel}(${lenStr})采集完成`;