mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
直接改了
This commit is contained in:
parent
a550af95c3
commit
595d4831b1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import settings from '../settings.js'
|
import settings from '../settings.js'
|
||||||
import { ENKA_API } from './api.js'
|
import { ENKA_API } from './api.js'
|
||||||
import _ from 'request'
|
import _ from 'lodash'
|
||||||
|
|
||||||
const useEnka = _.get(settings.getConfig('config'), 'useEnka', true);
|
const useEnka = _.get(settings.getConfig('config'), 'useEnka', true);
|
||||||
export async function getZzzEnkaData(uid) {
|
export async function getZzzEnkaData(uid) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue