export const tplStyleList = []; tplStyleList[0] = 'blue'; tplStyleList[1] = 'green'; tplStyleList[2] = 'orange'; tplStyleList[3] = 'purple'; export const userLevel = []; userLevel[0] = '游客'; userLevel[1] = '普通用户'; userLevel[2] = '铜牌主理人'; userLevel[3] = '银牌主理人'; userLevel[4] = '金牌主理人'; export const pubState = []; pubState[0] = '审核中'; pubState[1] = '内测'; pubState[2] = '已发布'; export const teamName = []; teamName[0] = []; teamName[0][0] = '不组队'; teamName[0][1] = '红队'; teamName[0][2] = '黄队'; teamName[0][3] = '蓝队'; teamName[0][4] = '紫队'; teamName[1] = []; teamName[1][0] = '不组队'; teamName[1][1] = '学生队'; teamName[1][2] = '家长队';