@cloud411716/fancy-webnovel 0.1.20 → 0.1.21

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.20",
3
+ "version": "0.1.21",
4
4
  "type": "module",
5
5
  "main": "plugins/fancy-bootstrap/index.js",
6
6
  "exports": {
@@ -288,7 +288,7 @@ async function applyScan(ctx) {
288
288
  // ---------------------------------------------------------------------------
289
289
  // 导出合并的 apply
290
290
  // ---------------------------------------------------------------------------
291
- export async function registerCommands(ctx) {
291
+ export async function apply(ctx) {
292
292
  await applyBootstrap(ctx);
293
293
  await applyScan(ctx);
294
294
  }