mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt push live dyn
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -462,6 +462,11 @@ abstract class PageUtils {
|
||||
SmartDialog.showToast('暂未支持的类型,请联系开发者');
|
||||
break;
|
||||
|
||||
case 'DYNAMIC_TYPE_LIVE':
|
||||
DynamicLive2Model liveRcmd = item.modules.moduleDynamic!.major!.live!;
|
||||
toLiveRoom(liveRcmd.id);
|
||||
break;
|
||||
|
||||
case 'DYNAMIC_TYPE_LIVE_RCMD':
|
||||
DynamicLiveModel liveRcmd =
|
||||
item.modules.moduleDynamic!.major!.liveRcmd!;
|
||||
|
||||
Reference in New Issue
Block a user