排行榜,签到开发

This commit is contained in:
bobobobo
2025-12-27 00:06:00 +08:00
parent 57fc3b7314
commit 9edc7e7ba3
7 changed files with 106 additions and 0 deletions

View File

@@ -7,3 +7,4 @@ export const GROUP_STATUS = {
2: { name: '拼团失败', bg: '#EB1C26', class: 'fail' },
3: { name: '拼团取消', bg: '#999999', class: 'cancel' }
}