添加直播间功能,直播间右上角人数需要完善

This commit is contained in:
cbb
2026-01-14 17:57:17 +08:00
parent 0c88d29dce
commit db1b797b68
10 changed files with 632 additions and 87 deletions

7
constants/live-keys.js Normal file
View File

@@ -0,0 +1,7 @@
/** 直播间 businessID 唯一值 */
export const LIVE_BUSINESS = {
// 管理员
ADMIN: 'admin',
// 签到
SIGN: 'sign',
}