@tarojs/taro-h5
Version:
Taro h5 framework
13 lines (10 loc) • 706 B
JavaScript
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