注释搜索:主播发送消息

观看列表只能主播跟管理员查看
This commit is contained in:
cbb
2026-02-10 17:49:33 +08:00
parent 2cc252dce0
commit 20ccbf1f14
19 changed files with 190 additions and 67 deletions

View File

@@ -1,7 +1,9 @@
/** 直播间 businessID 唯一值 */
export const LIVE_BUSINESS = {
// 管理员
// 系统管理员发送
ADMIN: 'admin',
// 签到
SIGN: 'sign',
/** 房间管理员 */
ANCHOR: 'anchor',
}