mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
commit
2c37632118
2 changed files with 1 additions and 4 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) {
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,4 @@
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "ZZZure",
|
"author": "ZZZure",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
|
||||||
"request": "^2.88.2"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue