@cloud411716/fancy-webnovel 0.1.63 β†’ 0.1.64

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.63",
3
+ "version": "0.1.64",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -7,7 +7,7 @@ import { existsSync } from 'fs';
7
7
  import { notify, llmFollowup, spawnScript } from '../../infra.js';
8
8
  import { scan, PLATFORM_TABLE, platformLabel } from './templates.js';
9
9
 
10
- export const inject = ['commands', 'userQuestions'];
10
+ export const inject = ['commands', 'userQuestions', 'tuiStatus'];
11
11
 
12
12
  const __dirname = dirname(fileURLToPath(import.meta.url));
13
13
  const SCAN_SCRIPTS_DIR = join(__dirname, 'scripts');
@@ -91,6 +91,7 @@ export async function apply(ctx) {
91
91
  }
92
92
 
93
93
  notify(session, scan.notify({ type: 'collecting', platform, length }));
94
+ ctx.tuiStatus?.set(`πŸ“Š 采集中: ${platformLabel(platform)}`);
94
95
 
95
96
  const scriptResult = await spawnScript(
96
97
  'node',