UNPKG

@tarojs/taro-h5

Version:
13 lines (10 loc) 706 B
import { temporarilyNotSupport } from '../../utils/index.js'; // 视频号 const reserveChannelsLive = temporarilyNotSupport('reserveChannelsLive'); const openChannelsLive = temporarilyNotSupport('openChannelsLive'); const openChannelsEvent = temporarilyNotSupport('openChannelsEvent'); const openChannelsActivity = temporarilyNotSupport('openChannelsActivity'); const getChannelsLiveNoticeInfo = temporarilyNotSupport('getChannelsLiveNoticeInfo'); const getChannelsLiveInfo = temporarilyNotSupport('getChannelsLiveInfo'); export { getChannelsLiveInfo, getChannelsLiveNoticeInfo, openChannelsActivity, openChannelsEvent, openChannelsLive, reserveChannelsLive }; //# sourceMappingURL=channels-live.js.map