@cloud411716/fancy-webnovel 0.1.20 → 0.1.22
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
|
@@ -288,7 +288,9 @@ async function applyScan(ctx) {
|
|
|
288
288
|
// ---------------------------------------------------------------------------
|
|
289
289
|
// 导出合并的 apply
|
|
290
290
|
// ---------------------------------------------------------------------------
|
|
291
|
-
export
|
|
291
|
+
export const inject = ['commands', 'userQuestions'];
|
|
292
|
+
|
|
293
|
+
export async function apply(ctx) {
|
|
292
294
|
await applyBootstrap(ctx);
|
|
293
295
|
await applyScan(ctx);
|
|
294
296
|
}
|