修复导入顺序

This commit is contained in:
Qian23333 2025-08-15 17:46:38 +08:00
parent 6f026a8fd3
commit 94aefc1f0b
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,4 @@
import _ from 'lodash';
import settings from '../../lib/settings.js';
import { rulePrefix } from '../../lib/common.js';
import { ZZZPlugin } from '../../lib/plugin.js';