UNPKG

wn-lottery

Version:
16 lines (13 loc) 272 B
export const ItemStatus = { normal: "normal", highLight: "highLight", selected: "selected" }; // 抽奖的过程状态 export const ProcessStatus = { stopped: "stopped", stopping: "stopping", progress: "progress" }; // 奖品数量 export const ItemNum = 8;