mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
fix: _ is not defined
This commit is contained in:
parent
de7123f9a2
commit
bc37738759
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
import { generateSeed } from '../../utils/data.js';
|
import { generateSeed } from '../../utils/data.js';
|
||||||
import settings from '../settings.js';
|
import settings from '../settings.js';
|
||||||
import crypto from 'crypto';
|
import crypto from 'crypto';
|
||||||
|
import _ from 'lodash';
|
||||||
/**
|
/**
|
||||||
* derived from miao-yunzai
|
* derived from miao-yunzai
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue