将 consts 整理到几个文件中
This commit is contained in:
@@ -2,7 +2,7 @@ import BaseModel, { CeAttr } from './BaseModel';
|
||||
import { index, getModelForClass, prop, Ref, mongoose } from '@typegoose/typegoose';
|
||||
import Equip from './Equip';
|
||||
import { CounterModel } from './Counter';
|
||||
import { COUNTER } from '../consts/consts';
|
||||
import { COUNTER } from '../consts';
|
||||
|
||||
/**
|
||||
* 英雄表
|
||||
|
||||
Reference in New Issue
Block a user