fix:build error

This commit is contained in:
手瓜一十雪
2024-05-12 16:59:03 +08:00
parent 75f43ccea4
commit 20b7e9b6b5
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
// QQ等级换算
import { QQLevel } from '../../core/src/entities';
import { QQLevel } from '@/core/entities';
export function calcQQLevel(level: QQLevel) {
const { crownNum, sunNum, moonNum, starNum } = level;