优化打包报错

This commit is contained in:
2026-03-13 09:35:43 +08:00
parent cc7e2d9a1a
commit 3182d04956

View File

@@ -170,6 +170,8 @@
import { ElMessage } from 'element-plus' import { ElMessage } from 'element-plus'
const TIER_KEYS = ['T1', 'T2', 'T3', 'T4', 'T5'] as const const TIER_KEYS = ['T1', 'T2', 'T3', 'T4', 'T5'] as const
/** 供模板 v-for 使用 */
const tierKeys = TIER_KEYS
type DirectionKey = 'clockwise' | 'counterclockwise' type DirectionKey = 'clockwise' | 'counterclockwise'
interface WeightRow { interface WeightRow {