mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
refactor: 重构lib代码(无实质性功能更新,可不更新)
This commit is contained in:
parent
a7f06d404b
commit
aa3b7928ec
26 changed files with 547 additions and 483 deletions
|
|
@ -3,13 +3,9 @@ import { getAuthKey } from '../lib/authkey.js';
|
|||
import settings from '../lib/settings.js';
|
||||
import _ from 'lodash';
|
||||
import common from '../../../lib/common/common.js';
|
||||
import {
|
||||
anaylizeGachaLog,
|
||||
updateGachaLog,
|
||||
getZZZGachaLink,
|
||||
gacha_type_meta_data,
|
||||
getZZZGachaLogByAuthkey,
|
||||
} from '../lib/gacha.js';
|
||||
import { anaylizeGachaLog, updateGachaLog } from '../lib/gacha.js';
|
||||
import { getZZZGachaLink, getZZZGachaLogByAuthkey } from '../lib/gacha/core.js';
|
||||
import { gacha_type_meta_data } from '../lib/gacha/const.js';
|
||||
import { getQueryVariable } from '../utils/network.js';
|
||||
import { rulePrefix } from '../lib/common.js';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue