@custouch/jssdk
    Preparing search index...

    Type Alias ActionStatusesType

    行为状态的Type与Value

    type ActionStatusesType = {
        "学习": "课程";
        "点赞": "视频点赞";
        "预约": "课程预约" | "直播报名" | "活动报名";
    }
    Index

    Properties

    Properties

    "学习": "课程"
    "点赞": "视频点赞"
    "预约": "课程预约" | "直播报名" | "活动报名"