This commit is contained in:
COOL 2025-01-11 16:38:57 +08:00
parent 13698b70cd
commit 5e4d21dca1
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@
"cache-manager-ioredis-yet": "^2.0.4", "cache-manager-ioredis-yet": "^2.0.4",
"decompress": "^4.2.1", "decompress": "^4.2.1",
"download": "^8.0.0", "download": "^8.0.0",
"ipip-ipdb": "^0.6.0",
"jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"md5": "^2.3.0", "md5": "^2.3.0",

View File

@ -1,6 +1,5 @@
import { Inject, Provide } from '@midwayjs/decorator'; import { Inject, Provide } from '@midwayjs/decorator';
import { Context } from '@midwayjs/koa'; import { Context } from '@midwayjs/koa';
import * as ipdb from 'ipip-ipdb';
import * as _ from 'lodash'; import * as _ from 'lodash';
import * as moment from 'moment'; import * as moment from 'moment';