Merge pull request #104 from XuF163/main

"不要用这个依赖"
This commit is contained in:
bietiaop 2025-04-03 20:31:51 +08:00 committed by GitHub
commit 2c37632118
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 4 deletions

View file

@ -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) {

View file

@ -7,7 +7,4 @@
"keywords": [], "keywords": [],
"author": "ZZZure", "author": "ZZZure",
"license": "ISC", "license": "ISC",
"dependencies": {
"request": "^2.88.2"
}
} }