@funhub/platform 0.1.52 → 0.1.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_rolldown/runtime.mjs +18 -1
- package/dist/assets/icons/clear.mjs +17 -1
- package/dist/assets/icons/close-icon.mjs +18 -1
- package/dist/assets/icons/close.mjs +14 -1
- package/dist/assets/icons/common/collect_nor.mjs +21 -1
- package/dist/assets/icons/common/collect_sel.mjs +21 -1
- package/dist/assets/icons/common/follow_sel.mjs +17 -1
- package/dist/assets/icons/common/follow_user.mjs +17 -1
- package/dist/assets/icons/common/full_screen.mjs +17 -1
- package/dist/assets/icons/common/god_comment.mjs +17 -1
- package/dist/assets/icons/common/heart-like.mjs +31 -1
- package/dist/assets/icons/common/heart-unlike.mjs +18 -1
- package/dist/assets/icons/common/qq.mjs +32 -1
- package/dist/assets/icons/common/right_arrow.mjs +14 -1
- package/dist/assets/icons/common/share.mjs +17 -1
- package/dist/assets/icons/common/solid-arrow.mjs +17 -1
- package/dist/assets/icons/common/video_play.mjs +18 -1
- package/dist/assets/icons/common/wechat-friends.mjs +40 -1
- package/dist/assets/icons/common/wechat.mjs +39 -1
- package/dist/assets/icons/detail/check-ok.mjs +17 -1
- package/dist/assets/icons/detail/collect_nor.mjs +21 -1
- package/dist/assets/icons/detail/collect_sel.mjs +21 -1
- package/dist/assets/icons/detail/comment.mjs +19 -1
- package/dist/assets/icons/detail/commet_at.mjs +53 -1
- package/dist/assets/icons/detail/give_like.mjs +20 -1
- package/dist/assets/icons/detail/give_like_sel.mjs +27 -1
- package/dist/assets/icons/detail/min-collection.mjs +38 -1
- package/dist/assets/icons/detail/publish_pic.mjs +27 -1
- package/dist/assets/icons/detail/publish_video.mjs +30 -1
- package/dist/assets/icons/detail/share.mjs +17 -1
- package/dist/assets/icons/detail/un_like.mjs +20 -1
- package/dist/assets/icons/detail/un_like_sel.mjs +27 -1
- package/dist/assets/icons/detail/video_flag.mjs +17 -1
- package/dist/assets/icons/detail/video_play.mjs +18 -1
- package/dist/assets/icons/dislike.mjs +20 -1
- package/dist/assets/icons/dislike_sel.mjs +27 -1
- package/dist/assets/icons/empty/img-empty-adduser.mjs +463 -1
- package/dist/assets/icons/empty/img-empty-nodata.mjs +194 -1
- package/dist/assets/icons/eye-icon.mjs +21 -1
- package/dist/assets/icons/eye-off-icon.mjs +21 -1
- package/dist/assets/icons/filter_dark.mjs +17 -1
- package/dist/assets/icons/follow_nor.mjs +44 -1
- package/dist/assets/icons/follow_sel.mjs +31 -1
- package/dist/assets/icons/left-arrow-icon.mjs +18 -1
- package/dist/assets/icons/left_arrow.mjs +14 -1
- package/dist/assets/icons/like.mjs +20 -1
- package/dist/assets/icons/like_sel.mjs +27 -1
- package/dist/assets/icons/publish/publish_add.mjs +17 -1
- package/dist/assets/icons/publish/publish_at.mjs +53 -1
- package/dist/assets/icons/publish/publish_collection.mjs +28 -1
- package/dist/assets/icons/publish/publish_pic.mjs +27 -1
- package/dist/assets/icons/publish/publish_video.mjs +30 -1
- package/dist/assets/icons/refresh.mjs +18 -1
- package/dist/assets/icons/right_arrow.mjs +14 -1
- package/dist/assets/icons/search/avatar.mjs +36 -1
- package/dist/assets/icons/search/filter.mjs +17 -1
- package/dist/assets/icons/search/video.mjs +27 -1
- package/dist/assets/icons/search.mjs +23 -1
- package/dist/assets/icons/share/share-link.mjs +39 -1
- package/dist/assets/icons/tabs/follow.mjs +20 -1
- package/dist/assets/icons/tabs/follow_active.mjs +17 -1
- package/dist/assets/icons/tabs/home.mjs +17 -1
- package/dist/assets/icons/tabs/home_active.mjs +17 -1
- package/dist/assets/icons/tabs/mine.mjs +26 -1
- package/dist/assets/icons/tabs/mine_active.mjs +17 -1
- package/dist/assets/icons/view.mjs +17 -1
- package/dist/assets/images/add.mjs +5 -1
- package/dist/assets/images/default_avatar.mjs +5 -1
- package/dist/assets/images/default_collection_cover.mjs +5 -1
- package/dist/assets/images/empty/img_empty_adduser.mjs +463 -1
- package/dist/assets/images/empty/img_empty_message.mjs +408 -1
- package/dist/assets/images/empty/img_empty_network.mjs +168 -1
- package/dist/assets/images/empty/img_empty_nodata.mjs +194 -1
- package/dist/assets/images/empty/img_empty_picture.mjs +59 -1
- package/dist/assets/images/empty/img_empty_search.mjs +250 -1
- package/dist/assets/images/frame.mjs +5 -1
- package/dist/assets/images/less.mjs +5 -1
- package/dist/assets/images/logo.mjs +5 -1
- package/dist/assets/images/marquee.mjs +5 -1
- package/dist/assets/images/subscript.mjs +5 -1
- package/dist/assets/images/user/default_avatar.mjs +5 -1
- package/dist/biz.d.mts +19 -21
- package/dist/biz.mjs +145 -1
- package/dist/common.mjs +44 -1
- package/dist/components/biz/basics/card-item/defaults/default-props.mjs +10 -1
- package/dist/components/biz/basics/card-item/runtime/client.mjs +83 -1
- package/dist/components/biz/basics/card-item/runtime/corners.mjs +33 -1
- package/dist/components/biz/basics/card-item/schema/component.mjs +14 -1
- package/dist/components/biz/basics/card-item/schema/data.schema.mjs +8 -1
- package/dist/components/biz/basics/card-item/schema/event.schema.mjs +8 -1
- package/dist/components/biz/basics/card-item/schema/index.mjs +17 -1
- package/dist/components/biz/basics/card-item/schema/props.schema.mjs +18 -1
- package/dist/components/biz/basics/card-item/schema/style.schema.mjs +7 -1
- package/dist/components/biz/basics/card-layout/defaults/default-props.mjs +13 -1
- package/dist/components/biz/basics/card-layout/runtime/client.mjs +38 -1
- package/dist/components/biz/basics/card-layout/schema/component.mjs +14 -1
- package/dist/components/biz/basics/card-layout/schema/data.schema.mjs +8 -1
- package/dist/components/biz/basics/card-layout/schema/event.schema.mjs +5 -1
- package/dist/components/biz/basics/card-layout/schema/index.mjs +17 -1
- package/dist/components/biz/basics/card-layout/schema/props.schema.mjs +28 -1
- package/dist/components/biz/basics/card-layout/schema/style.schema.mjs +7 -1
- package/dist/components/biz/basics/fullscreen-feed/basic-fullscreen.mjs +268 -1
- package/dist/components/biz/basics/fullscreen-feed/defaults/default-props.mjs +11 -1
- package/dist/components/biz/basics/fullscreen-feed/index.mjs +12 -1
- package/dist/components/biz/basics/fullscreen-feed/runtime/adapters.mjs +97 -1
- package/dist/components/biz/basics/fullscreen-feed/runtime/bottom-info.mjs +125 -1
- package/dist/components/biz/basics/fullscreen-feed/runtime/client.mjs +391 -1
- package/dist/components/biz/basics/fullscreen-feed/runtime/comment-modal.mjs +107 -1
- package/dist/components/biz/basics/fullscreen-feed/runtime/interaction-sync.mjs +134 -1
- package/dist/components/biz/basics/fullscreen-feed/runtime/post-slide.mjs +232 -1
- package/dist/components/biz/basics/fullscreen-feed/runtime/styles.module.mjs +25 -152
- package/dist/components/biz/basics/fullscreen-feed/runtime/use-mixed-feed-controller.mjs +193 -1
- package/dist/components/biz/basics/fullscreen-feed/runtime/use-series-feed-controller.mjs +212 -1
- package/dist/components/biz/basics/fullscreen-feed/runtime/user-action.mjs +273 -1
- package/dist/components/biz/basics/fullscreen-feed/runtime/video-slide.mjs +373 -1
- package/dist/components/biz/basics/fullscreen-feed/schema/component.mjs +14 -1
- package/dist/components/biz/basics/fullscreen-feed/schema/data.schema.mjs +11 -1
- package/dist/components/biz/basics/fullscreen-feed/schema/event.schema.mjs +13 -1
- package/dist/components/biz/basics/fullscreen-feed/schema/index.mjs +17 -1
- package/dist/components/biz/basics/fullscreen-feed/schema/props.schema.mjs +20 -1
- package/dist/components/biz/basics/fullscreen-feed/schema/style.schema.mjs +5 -1
- package/dist/components/biz/basics/logo/variants/basic-logo/defaults/default-props.mjs +19 -1
- package/dist/components/biz/basics/logo/variants/basic-logo/index.mjs +9 -1
- package/dist/components/biz/basics/logo/variants/basic-logo/runtime/client.mjs +169 -1
- package/dist/components/biz/basics/logo/variants/basic-logo/schema/component.mjs +14 -1
- package/dist/components/biz/basics/logo/variants/basic-logo/schema/data.schema.mjs +9 -1
- package/dist/components/biz/basics/logo/variants/basic-logo/schema/event.schema.mjs +23 -1
- package/dist/components/biz/basics/logo/variants/basic-logo/schema/index.mjs +17 -1
- package/dist/components/biz/basics/logo/variants/basic-logo/schema/props.schema.mjs +78 -1
- package/dist/components/biz/basics/logo/variants/basic-logo/schema/style.schema.mjs +7 -1
- package/dist/components/biz/basics/search/shared/components/search-box.mjs +55 -1
- package/dist/components/biz/basics/search/shared/config/default-data.mjs +15 -1
- package/dist/components/biz/basics/search/shared/config/schema.mjs +50 -1
- package/dist/components/biz/basics/search/variants/basic-search/defaults/default-props.mjs +10 -1
- package/dist/components/biz/basics/search/variants/basic-search/index.mjs +12 -1
- package/dist/components/biz/basics/search/variants/basic-search/runtime/client.mjs +31 -1
- package/dist/components/biz/basics/search/variants/basic-search/schema/component.mjs +14 -1
- package/dist/components/biz/basics/search/variants/basic-search/schema/data.schema.mjs +8 -1
- package/dist/components/biz/basics/search/variants/basic-search/schema/event.schema.mjs +7 -1
- package/dist/components/biz/basics/search/variants/basic-search/schema/index.mjs +17 -1
- package/dist/components/biz/basics/search/variants/basic-search/schema/props.schema.mjs +7 -1
- package/dist/components/biz/basics/search/variants/basic-search/schema/style.schema.mjs +7 -1
- package/dist/components/biz/basics/search/variants/filter-search/defaults/default-props.mjs +14 -1
- package/dist/components/biz/basics/search/variants/filter-search/index.mjs +12 -1
- package/dist/components/biz/basics/search/variants/filter-search/runtime/client.mjs +63 -1
- package/dist/components/biz/basics/search/variants/filter-search/schema/component.mjs +14 -1
- package/dist/components/biz/basics/search/variants/filter-search/schema/data.schema.mjs +8 -1
- package/dist/components/biz/basics/search/variants/filter-search/schema/event.schema.mjs +7 -1
- package/dist/components/biz/basics/search/variants/filter-search/schema/index.mjs +17 -1
- package/dist/components/biz/basics/search/variants/filter-search/schema/props.schema.mjs +22 -1
- package/dist/components/biz/basics/search/variants/filter-search/schema/style.schema.mjs +7 -1
- package/dist/components/biz/basics/search/variants/simple-search/defaults/default-props.mjs +10 -1
- package/dist/components/biz/basics/search/variants/simple-search/index.mjs +9 -1
- package/dist/components/biz/basics/search/variants/simple-search/runtime/client.mjs +37 -1
- package/dist/components/biz/basics/search/variants/simple-search/schema/component.mjs +14 -1
- package/dist/components/biz/basics/search/variants/simple-search/schema/data.schema.mjs +8 -1
- package/dist/components/biz/basics/search/variants/simple-search/schema/event.schema.mjs +7 -1
- package/dist/components/biz/basics/search/variants/simple-search/schema/index.mjs +17 -1
- package/dist/components/biz/basics/search/variants/simple-search/schema/props.schema.mjs +7 -1
- package/dist/components/biz/basics/search/variants/simple-search/schema/style.schema.mjs +7 -1
- package/dist/components/biz/basics/search/variants/tag-search/defaults/default-props.mjs +18 -1
- package/dist/components/biz/basics/search/variants/tag-search/index.mjs +9 -1
- package/dist/components/biz/basics/search/variants/tag-search/runtime/client.mjs +67 -1
- package/dist/components/biz/basics/search/variants/tag-search/schema/component.mjs +14 -1
- package/dist/components/biz/basics/search/variants/tag-search/schema/data.schema.mjs +8 -1
- package/dist/components/biz/basics/search/variants/tag-search/schema/event.schema.mjs +7 -1
- package/dist/components/biz/basics/search/variants/tag-search/schema/index.mjs +17 -1
- package/dist/components/biz/basics/search/variants/tag-search/schema/props.schema.mjs +37 -1
- package/dist/components/biz/basics/search/variants/tag-search/schema/style.schema.mjs +7 -1
- package/dist/components/biz/business/banner/variants/basic-banner/defaults/default-props.mjs +15 -1
- package/dist/components/biz/business/banner/variants/basic-banner/index.mjs +12 -1
- package/dist/components/biz/business/banner/variants/basic-banner/inspector-schema.mjs +64 -1
- package/dist/components/biz/business/banner/variants/basic-banner/material.mjs +21 -1
- package/dist/components/biz/business/banner/variants/basic-banner/runtime/client.mjs +126 -1
- package/dist/components/biz/business/banner/variants/basic-banner/schema/component.mjs +14 -1
- package/dist/components/biz/business/banner/variants/basic-banner/schema/data.schema.mjs +53 -1
- package/dist/components/biz/business/banner/variants/basic-banner/schema/event.schema.mjs +5 -1
- package/dist/components/biz/business/banner/variants/basic-banner/schema/index.mjs +17 -1
- package/dist/components/biz/business/banner/variants/basic-banner/schema/props.schema.mjs +40 -1
- package/dist/components/biz/business/banner/variants/basic-banner/schema/style.schema.mjs +7 -1
- package/dist/components/biz/business/banner/variants/basic-banner/server.mjs +25 -1
- package/dist/components/biz/business/banner-carousel/client.mjs +120 -1
- package/dist/components/biz/business/banner-carousel/default-props.mjs +15 -1
- package/dist/components/biz/business/banner-carousel/material.mjs +21 -1
- package/dist/components/biz/business/banner-carousel/schema.mjs +85 -1
- package/dist/components/biz/business/banner-carousel/server.mjs +22 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3/defaults/default-props.mjs +8 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3/index.mjs +9 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3/runtime/client.mjs +41 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3/schema/component.mjs +14 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3/schema/data.schema.mjs +8 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3/schema/event.schema.mjs +5 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3/schema/index.mjs +17 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3/schema/props.schema.mjs +12 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3/schema/style.schema.mjs +7 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/defaults/default-props.mjs +8 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/index.mjs +9 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/runtime/client.mjs +107 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/schema/component.mjs +14 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/schema/data.schema.mjs +8 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/schema/event.schema.mjs +5 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/schema/index.mjs +17 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/schema/props.schema.mjs +12 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/schema/style.schema.mjs +7 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x4/defaults/default-props.mjs +8 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x4/index.mjs +9 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x4/runtime/client.mjs +41 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x4/schema/component.mjs +14 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x4/schema/data.schema.mjs +8 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x4/schema/event.schema.mjs +5 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x4/schema/index.mjs +17 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x4/schema/props.schema.mjs +12 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-2x4/schema/style.schema.mjs +7 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3/defaults/default-props.mjs +8 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3/index.mjs +9 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3/runtime/client.mjs +41 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3/schema/component.mjs +14 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3/schema/data.schema.mjs +8 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3/schema/event.schema.mjs +5 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3/schema/index.mjs +17 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3/schema/props.schema.mjs +12 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3/schema/style.schema.mjs +7 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/defaults/default-props.mjs +8 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/index.mjs +9 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/runtime/client.mjs +107 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/schema/component.mjs +14 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/schema/data.schema.mjs +8 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/schema/event.schema.mjs +5 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/schema/index.mjs +17 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/schema/props.schema.mjs +12 -1
- package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/schema/style.schema.mjs +7 -1
- package/dist/components/biz/business/channel-list/channel-filter-dialog.mjs +180 -1
- package/dist/components/biz/business/channel-list/client.mjs +111 -1
- package/dist/components/biz/business/channel-list/default-props.mjs +12 -1
- package/dist/components/biz/business/channel-list/material.mjs +21 -1
- package/dist/components/biz/business/channel-list/schema.mjs +39 -1
- package/dist/components/biz/business/comment/comment-input.mjs +772 -5
- package/dist/components/biz/business/comment/comment-item.mjs +190 -1
- package/dist/components/biz/business/comment/comment-list.mjs +722 -1
- package/dist/components/biz/business/comment/comment-media.mjs +57 -1
- package/dist/components/biz/business/comment/comment-rich-text.mjs +69 -1
- package/dist/components/biz/business/comment/reply-detail.mjs +978 -1
- package/dist/components/biz/business/comment/time-display.mjs +20 -1
- package/dist/components/biz/business/comment/use-keyboard-handler.mjs +142 -1
- package/dist/components/biz/business/contact/contact-item.mjs +45 -1
- package/dist/components/biz/business/contact/contact-list.mjs +212 -1
- package/dist/components/biz/business/contact/contact-search.mjs +128 -1
- package/dist/components/biz/business/detail/shared/detail-follow-action.mjs +106 -0
- package/dist/components/biz/business/detail/shared/detail-info-tags.mjs +25 -0
- package/dist/components/biz/business/detail/shared/detail-info-title.mjs +83 -0
- package/dist/components/biz/business/detail/shared/detail-introduction.mjs +65 -0
- package/dist/components/biz/business/detail/shared/detail-operate.mjs +331 -0
- package/dist/components/biz/business/detail/shared/detail-structured-data.mjs +64 -0
- package/dist/components/biz/business/detail/shared/editor-preview.mjs +68 -0
- package/dist/components/biz/business/detail/shared/metadata-utils.mjs +22 -0
- package/dist/components/biz/business/detail/shared/post-recommend-list.mjs +185 -0
- package/dist/components/biz/business/detail/{materials → shared}/registry.d.mts +20 -19
- package/dist/components/biz/business/detail/shared/registry.mjs +56 -0
- package/dist/components/biz/business/detail/shared/runtime-context-provider.mjs +26 -0
- package/dist/components/biz/business/detail/shared/seo-config.mjs +29 -0
- package/dist/components/biz/business/detail/shared/video-hero.mjs +394 -0
- package/dist/components/biz/business/detail/{materials/video-detail-actions → video-detail-actions}/client.d.mts +1 -3
- package/dist/components/biz/business/detail/video-detail-actions/client.mjs +29 -0
- package/dist/components/biz/business/detail/{materials/video-detail-actions → video-detail-actions}/material.d.mts +2 -2
- package/dist/components/biz/business/detail/video-detail-actions/material.mjs +19 -0
- package/dist/components/biz/business/detail/video-detail-actions/schema.d.mts +21 -0
- package/dist/components/biz/business/detail/video-detail-actions/schema.mjs +12 -0
- package/dist/components/biz/business/detail/{materials/video-detail-actions → video-detail-actions}/server.d.mts +1 -1
- package/dist/components/biz/business/detail/video-detail-actions/server.mjs +18 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info → video-detail-info}/client.d.mts +1 -5
- package/dist/components/biz/business/detail/video-detail-info/client.mjs +41 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info → video-detail-info}/material.d.mts +4 -4
- package/dist/components/biz/business/detail/video-detail-info/material.mjs +19 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info → video-detail-info}/schema.d.mts +4 -10
- package/dist/components/biz/business/detail/video-detail-info/schema.mjs +21 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info → video-detail-info}/server.d.mts +1 -1
- package/dist/components/biz/business/detail/video-detail-info/server.mjs +18 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info-title → video-detail-info-title}/client.d.mts +1 -2
- package/dist/components/biz/business/detail/video-detail-info-title/client.mjs +28 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info-title → video-detail-info-title}/material.d.mts +2 -2
- package/dist/components/biz/business/detail/video-detail-info-title/material.mjs +19 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info-title → video-detail-info-title}/schema.d.mts +4 -7
- package/dist/components/biz/business/detail/video-detail-info-title/schema.mjs +12 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info-title → video-detail-info-title}/server.d.mts +1 -1
- package/dist/components/biz/business/detail/video-detail-info-title/server.mjs +18 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info-title-tags-episodes → video-detail-info-title-tags-episodes}/client.d.mts +1 -4
- package/dist/components/biz/business/detail/video-detail-info-title-tags-episodes/client.mjs +50 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info-title-tags-episodes → video-detail-info-title-tags-episodes}/material.d.mts +4 -4
- package/dist/components/biz/business/detail/video-detail-info-title-tags-episodes/material.mjs +19 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info-title-tags-episodes → video-detail-info-title-tags-episodes}/schema.d.mts +4 -9
- package/dist/components/biz/business/detail/video-detail-info-title-tags-episodes/schema.mjs +21 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info-title-tags-episodes → video-detail-info-title-tags-episodes}/server.d.mts +1 -1
- package/dist/components/biz/business/detail/video-detail-info-title-tags-episodes/server.mjs +18 -0
- package/dist/components/biz/business/detail/{materials/video-detail-player → video-detail-player}/client.d.mts +1 -4
- package/dist/components/biz/business/detail/video-detail-player/client.mjs +37 -0
- package/dist/components/biz/business/detail/{materials/video-detail-player → video-detail-player}/material.d.mts +2 -2
- package/dist/components/biz/business/detail/video-detail-player/material.mjs +19 -0
- package/dist/components/biz/business/detail/video-detail-player/schema.d.mts +21 -0
- package/dist/components/biz/business/detail/video-detail-player/schema.mjs +12 -0
- package/dist/components/biz/business/detail/{materials/video-detail-player → video-detail-player}/server.d.mts +1 -1
- package/dist/components/biz/business/detail/video-detail-player/server.mjs +18 -0
- package/dist/components/biz/business/detail/{materials/video-detail-recommend → video-detail-recommend}/client.d.mts +2 -3
- package/dist/components/biz/business/detail/video-detail-recommend/client.mjs +270 -0
- package/dist/components/biz/business/detail/{materials/video-detail-recommend → video-detail-recommend}/material.d.mts +5 -4
- package/dist/components/biz/business/detail/video-detail-recommend/material.mjs +19 -0
- package/dist/components/biz/business/detail/{materials/video-detail-recommend → video-detail-recommend}/schema.d.mts +5 -6
- package/dist/components/biz/business/detail/video-detail-recommend/schema.mjs +59 -0
- package/dist/components/biz/business/detail/{materials/video-detail-recommend → video-detail-recommend}/server.d.mts +1 -1
- package/dist/components/biz/business/detail/video-detail-recommend/server.mjs +18 -0
- package/dist/components/biz/business/detail/video-detail-recommend/utils.mjs +52 -0
- package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/defaults/default-props.mjs +12 -1
- package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/index.mjs +9 -1
- package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/runtime/client.mjs +66 -1
- package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/schema/component.mjs +14 -1
- package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/schema/data.schema.mjs +43 -1
- package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/schema/event.schema.mjs +5 -1
- package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/schema/index.mjs +17 -1
- package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/schema/props.schema.mjs +32 -1
- package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/schema/style.schema.mjs +7 -1
- package/dist/components/biz/business/floating-ball/client.mjs +31 -1
- package/dist/components/biz/business/floating-ball/material.mjs +18 -1
- package/dist/components/biz/business/floating-ball/schema.mjs +22 -1
- package/dist/components/biz/business/floating-ball/server.mjs +17 -1
- package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/defaults/default-props.mjs +11 -1
- package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/index.mjs +9 -1
- package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/runtime/client.mjs +71 -1
- package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/schema/component.mjs +14 -1
- package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/schema/data.schema.mjs +11 -1
- package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/schema/index.mjs +17 -1
- package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/defaults/default-props.mjs +11 -1
- package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/index.mjs +9 -1
- package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/runtime/client.mjs +64 -1
- package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/schema/component.mjs +14 -1
- package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/schema/data.schema.mjs +11 -1
- package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/schema/index.mjs +17 -1
- package/dist/components/biz/business/fullscreen-feed/variants/shared/runtime-compat.mjs +522 -1
- package/dist/components/biz/business/header-search/header-avatar-icon/client.mjs +29 -1
- package/dist/components/biz/business/header-search/header-avatar-icon/material.mjs +18 -1
- package/dist/components/biz/business/header-search/header-avatar-icon/schema.mjs +11 -1
- package/dist/components/biz/business/header-search/header-avatar-icon/server.mjs +17 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search/client.mjs +36 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search/material.mjs +18 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search/schema.mjs +24 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search/server.mjs +17 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/client.mjs +45 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/material.mjs +18 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/schema.mjs +22 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/server.mjs +17 -1
- package/dist/components/biz/business/header-search/header-logo-search/client.mjs +33 -1
- package/dist/components/biz/business/header-search/header-logo-search/material.mjs +18 -1
- package/dist/components/biz/business/header-search/header-logo-search/schema.mjs +24 -1
- package/dist/components/biz/business/header-search/header-logo-search/server.mjs +17 -1
- package/dist/components/biz/business/header-search/header-search/client.mjs +20 -1
- package/dist/components/biz/business/header-search/header-search/material.mjs +18 -1
- package/dist/components/biz/business/header-search/header-search/schema.mjs +11 -1
- package/dist/components/biz/business/header-search/header-search/server.mjs +17 -1
- package/dist/components/biz/business/header-search/shared/avatar.mjs +44 -1
- package/dist/components/biz/business/header-search/shared/logo.mjs +28 -1
- package/dist/components/biz/business/header-search/shared/search.mjs +28 -1
- package/dist/components/biz/business/home-recommend/home-recommend-grid/client.d.mts +24 -0
- package/dist/components/biz/business/home-recommend/home-recommend-grid/client.mjs +49 -0
- package/dist/components/biz/business/home-recommend/home-recommend-grid/index.d.mts +6 -0
- package/dist/components/biz/business/home-recommend/home-recommend-grid/index.mjs +15 -0
- package/dist/components/biz/business/home-recommend/home-recommend-grid/inspector-schema.d.mts +60 -0
- package/dist/components/biz/business/home-recommend/home-recommend-grid/inspector-schema.mjs +182 -0
- package/dist/components/biz/business/home-recommend/home-recommend-grid/material.d.mts +46 -0
- package/dist/components/biz/business/home-recommend/home-recommend-grid/material.mjs +19 -0
- package/dist/components/biz/business/home-recommend/home-recommend-grid/schema.d.mts +11 -0
- package/dist/components/biz/business/home-recommend/home-recommend-grid/schema.mjs +25 -0
- package/dist/components/biz/business/home-recommend/home-recommend-grid/server.d.mts +14 -0
- package/dist/components/biz/business/home-recommend/home-recommend-grid/server.mjs +42 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/client.d.mts +24 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/client.mjs +45 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/index.d.mts +6 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/index.mjs +15 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/inspector-schema.d.mts +55 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/inspector-schema.mjs +158 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/material.d.mts +43 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/material.mjs +19 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/schema.d.mts +11 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/schema.mjs +25 -0
- package/dist/components/biz/business/home-recommend/{variants/home-recommend-waterfall → home-recommend-waterfall}/server.d.mts +5 -8
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/server.mjs +38 -0
- package/dist/components/biz/business/home-recommend/index.d.mts +12 -14
- package/dist/components/biz/business/home-recommend/shared/home-recommend-base.mjs +459 -1
- package/dist/components/biz/business/home-recommend/shared/home-recommend-default-config.mjs +25 -0
- package/dist/components/biz/business/home-recommend/shared/home-recommend-preview.mjs +125 -1
- package/dist/components/biz/business/home-recommend/shared/home-recommend-server-data.mjs +232 -0
- package/dist/components/biz/business/home-recommend/shared/home-recommend-video-detail.mjs +39 -0
- package/dist/components/biz/business/home-recommend/types.d.mts +1 -5
- package/dist/components/biz/business/image-text-recommend/client.d.mts +31 -0
- package/dist/components/biz/business/image-text-recommend/client.mjs +380 -0
- package/dist/components/biz/business/image-text-recommend/index.d.mts +5 -0
- package/dist/components/biz/business/{video-horizontal-list → image-text-recommend}/material.d.mts +13 -14
- package/dist/components/biz/business/image-text-recommend/material.mjs +22 -0
- package/dist/components/biz/business/{video-horizontal-list → image-text-recommend}/schema.d.mts +11 -12
- package/dist/components/biz/business/image-text-recommend/schema.mjs +118 -0
- package/dist/components/biz/business/image-text-recommend/server.d.mts +13 -0
- package/dist/components/biz/business/image-text-recommend/server.mjs +66 -0
- package/dist/components/biz/business/index.d.mts +24 -26
- package/dist/components/biz/business/large-feature-grid/card-item.mjs +84 -1
- package/dist/components/biz/business/large-feature-grid/client.mjs +88 -1
- package/dist/components/biz/business/large-feature-grid/material.mjs +21 -1
- package/dist/components/biz/business/large-feature-grid/schema.mjs +81 -1
- package/dist/components/biz/business/large-feature-grid/server.mjs +16 -1
- package/dist/components/biz/business/marquee/client.mjs +212 -1
- package/dist/components/biz/business/marquee/index.d.mts +1 -1
- package/dist/components/biz/business/marquee/marquee.module.mjs +13 -25
- package/dist/components/biz/business/marquee/material.mjs +21 -1
- package/dist/components/biz/business/marquee/schema.d.mts +10 -2
- package/dist/components/biz/business/marquee/schema.mjs +91 -1
- package/dist/components/biz/business/marquee/server.mjs +17 -1
- package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/defaults/default-props.mjs +21 -1
- package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/index.mjs +9 -1
- package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/runtime/channel-filter-dialog.mjs +180 -1
- package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/runtime/client.mjs +148 -1
- package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/schema/component.mjs +14 -1
- package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/schema/data.schema.mjs +9 -1
- package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/schema/event.schema.mjs +27 -1
- package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/schema/index.mjs +17 -1
- package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/schema/props.schema.mjs +92 -1
- package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/schema/style.schema.mjs +7 -1
- package/dist/components/biz/business/post-card/variants/basic-post-card/defaults/default-props.mjs +8 -1
- package/dist/components/biz/business/post-card/variants/basic-post-card/index.mjs +9 -1
- package/dist/components/biz/business/post-card/variants/basic-post-card/runtime/client.mjs +120 -1
- package/dist/components/biz/business/post-card/variants/basic-post-card/schema/component.mjs +14 -1
- package/dist/components/biz/business/post-card/variants/basic-post-card/schema/data.schema.mjs +8 -1
- package/dist/components/biz/business/post-card/variants/basic-post-card/schema/event.schema.mjs +5 -1
- package/dist/components/biz/business/post-card/variants/basic-post-card/schema/index.mjs +17 -1
- package/dist/components/biz/business/post-card/variants/basic-post-card/schema/props.schema.mjs +5 -1
- package/dist/components/biz/business/post-card/variants/basic-post-card/schema/style.schema.mjs +7 -1
- package/dist/components/biz/business/profile/profile-header/client.mjs +289 -1
- package/dist/components/biz/business/profile/profile-header/material.mjs +60 -1
- package/dist/components/biz/business/profile/profile-header/schema.mjs +11 -1
- package/dist/components/biz/business/profile/profile-header/server.d.mts +1 -1
- package/dist/components/biz/business/profile/profile-header/server.mjs +111 -1
- package/dist/components/biz/business/profile/profile-header/user-profile-avatar.mjs +235 -1
- package/dist/components/biz/business/profile/profile-header/user-profile-cover-background.mjs +135 -1
- package/dist/components/biz/business/profile/profile-main/client.mjs +137 -1
- package/dist/components/biz/business/profile/profile-main/material.mjs +18 -1
- package/dist/components/biz/business/profile/profile-main/schema.mjs +11 -1
- package/dist/components/biz/business/profile/profile-main/server.mjs +161 -1
- package/dist/components/biz/business/profile/profile-main/shell.mjs +211 -1
- package/dist/components/biz/business/profile/profile-main/tabs/collect-tab/client.mjs +489 -1
- package/dist/components/biz/business/profile/profile-main/tabs/collect-tab/server.mjs +213 -1
- package/dist/components/biz/business/profile/profile-main/tabs/history-tab/client.mjs +251 -1
- package/dist/components/biz/business/profile/profile-main/tabs/history-tab/server.mjs +47 -1
- package/dist/components/biz/business/profile/profile-main/tabs/like-tab/client.d.mts +1 -1
- package/dist/components/biz/business/profile/profile-main/tabs/like-tab/client.mjs +251 -1
- package/dist/components/biz/business/profile/profile-main/tabs/like-tab/server.mjs +45 -1
- package/dist/components/biz/business/profile/profile-main/tabs/publish-tab/client.mjs +149 -1
- package/dist/components/biz/business/profile/profile-main/tabs/publish-tab/server.mjs +43 -1
- package/dist/components/biz/business/profile/profile-main/utils.mjs +248 -1
- package/dist/components/biz/business/profile/profile-main/variants.mjs +40 -1
- package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/defaults/default-props.mjs +15 -1
- package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/index.mjs +9 -1
- package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/runtime/client.mjs +168 -1
- package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/runtime/recommended-users-skeleton.mjs +119 -1
- package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/schema/component.mjs +14 -1
- package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/schema/data.schema.mjs +9 -1
- package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/schema/event.schema.mjs +17 -1
- package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/schema/index.mjs +17 -1
- package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/schema/props.schema.mjs +54 -1
- package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/schema/style.schema.mjs +7 -1
- package/dist/components/biz/business/search-bar/variants/basic-search-bar/defaults/default-props.mjs +15 -1
- package/dist/components/biz/business/search-bar/variants/basic-search-bar/index.mjs +9 -1
- package/dist/components/biz/business/search-bar/variants/basic-search-bar/runtime/client.mjs +52 -1
- package/dist/components/biz/business/search-bar/variants/basic-search-bar/schema/component.mjs +14 -1
- package/dist/components/biz/business/search-bar/variants/basic-search-bar/schema/data.schema.mjs +9 -1
- package/dist/components/biz/business/search-bar/variants/basic-search-bar/schema/event.schema.mjs +5 -1
- package/dist/components/biz/business/search-bar/variants/basic-search-bar/schema/index.mjs +17 -1
- package/dist/components/biz/business/search-bar/variants/basic-search-bar/schema/props.schema.mjs +117 -1
- package/dist/components/biz/business/search-bar/variants/basic-search-bar/schema/style.schema.mjs +7 -1
- package/dist/components/biz/business/search-bar/variants/detail-search-bar/defaults/default-props.mjs +22 -1
- package/dist/components/biz/business/search-bar/variants/detail-search-bar/index.mjs +9 -1
- package/dist/components/biz/business/search-bar/variants/detail-search-bar/runtime/client.mjs +53 -1
- package/dist/components/biz/business/search-bar/variants/detail-search-bar/schema/component.mjs +14 -1
- package/dist/components/biz/business/search-bar/variants/detail-search-bar/schema/data.schema.mjs +9 -1
- package/dist/components/biz/business/search-bar/variants/detail-search-bar/schema/event.schema.mjs +5 -1
- package/dist/components/biz/business/search-bar/variants/detail-search-bar/schema/index.mjs +17 -1
- package/dist/components/biz/business/search-bar/variants/detail-search-bar/schema/props.schema.mjs +117 -1
- package/dist/components/biz/business/search-bar/variants/detail-search-bar/schema/style.schema.mjs +7 -1
- package/dist/components/biz/business/search-bar/variants/filter-search-bar/defaults/default-props.mjs +15 -1
- package/dist/components/biz/business/search-bar/variants/filter-search-bar/index.mjs +9 -1
- package/dist/components/biz/business/search-bar/variants/filter-search-bar/runtime/client.mjs +52 -1
- package/dist/components/biz/business/search-bar/variants/filter-search-bar/schema/component.mjs +14 -1
- package/dist/components/biz/business/search-bar/variants/filter-search-bar/schema/data.schema.mjs +9 -1
- package/dist/components/biz/business/search-bar/variants/filter-search-bar/schema/event.schema.mjs +25 -1
- package/dist/components/biz/business/search-bar/variants/filter-search-bar/schema/index.mjs +17 -1
- package/dist/components/biz/business/search-bar/variants/filter-search-bar/schema/props.schema.mjs +128 -1
- package/dist/components/biz/business/search-bar/variants/filter-search-bar/schema/style.schema.mjs +7 -1
- package/dist/components/biz/business/search-bar/variants/tag-search-bar/defaults/default-props.mjs +15 -1
- package/dist/components/biz/business/search-bar/variants/tag-search-bar/index.mjs +12 -1
- package/dist/components/biz/business/search-bar/variants/tag-search-bar/runtime/client.mjs +58 -1
- package/dist/components/biz/business/search-bar/variants/tag-search-bar/schema/component.mjs +14 -1
- package/dist/components/biz/business/search-bar/variants/tag-search-bar/schema/data.schema.mjs +9 -1
- package/dist/components/biz/business/search-bar/variants/tag-search-bar/schema/event.schema.mjs +38 -1
- package/dist/components/biz/business/search-bar/variants/tag-search-bar/schema/index.mjs +17 -1
- package/dist/components/biz/business/search-bar/variants/tag-search-bar/schema/props.schema.mjs +144 -1
- package/dist/components/biz/business/search-bar/variants/tag-search-bar/schema/style.schema.mjs +7 -1
- package/dist/components/biz/business/search-history/client.mjs +121 -1
- package/dist/components/biz/business/search-history/material.mjs +18 -1
- package/dist/components/biz/business/search-history/schema.d.mts +1 -1
- package/dist/components/biz/business/search-history/schema.mjs +20 -1
- package/dist/components/biz/business/search-history/server.mjs +22 -1
- package/dist/components/biz/business/search-input/client.d.mts +2 -0
- package/dist/components/biz/business/search-input/client.mjs +139 -1
- package/dist/components/biz/business/search-input/material.d.mts +0 -3
- package/dist/components/biz/business/search-input/material.mjs +18 -1
- package/dist/components/biz/business/search-input/schema.d.mts +1 -3
- package/dist/components/biz/business/search-input/schema.mjs +11 -1
- package/dist/components/biz/business/search-input/server.mjs +21 -1
- package/dist/components/biz/business/shortcut-grid/client.mjs +64 -1
- package/dist/components/biz/business/shortcut-grid/material.mjs +18 -1
- package/dist/components/biz/business/shortcut-grid/schema.mjs +70 -1
- package/dist/components/biz/business/shortcut-grid/server.mjs +17 -1
- package/dist/components/biz/business/tab-bar/client.mjs +78 -1
- package/dist/components/biz/business/tab-bar/material.mjs +21 -1
- package/dist/components/biz/business/tab-bar/schema.d.mts +1 -1
- package/dist/components/biz/business/tab-bar/schema.mjs +69 -1
- package/dist/components/biz/business/tab-bar/server.mjs +18 -1
- package/dist/components/biz/business/text-recommend/client.mjs +80 -1
- package/dist/components/biz/business/text-recommend/material.mjs +18 -1
- package/dist/components/biz/business/text-recommend/schema.d.mts +1 -1
- package/dist/components/biz/business/text-recommend/schema.mjs +28 -1
- package/dist/components/biz/business/text-recommend/server.mjs +18 -1
- package/dist/components/biz/example/button/client.mjs +43 -1
- package/dist/components/biz/example/button/material.mjs +18 -1
- package/dist/components/biz/example/button/schema.mjs +47 -1
- package/dist/components/biz/example/button/server.mjs +32 -1
- package/dist/components/biz/example/button/variants.mjs +22 -1
- package/dist/components/biz/renderer/renderer.mjs +73 -1
- package/dist/components/biz/utils/constants/card-spec.mjs +48 -1
- package/dist/components/biz/utils/helpers/get-channel-list.mjs +14 -1
- package/dist/components/biz/utils/helpers/url.mjs +16 -1
- package/dist/components/biz/utils/schema/data.mjs +22 -1
- package/dist/components/biz/utils/styles/helpers.mjs +84 -1
- package/dist/components/biz/utils/styles/schema.mjs +306 -1
- package/dist/components/biz/utils/transformers/card-grid.mjs +71 -1
- package/dist/components/biz/utils/transformers/data.mjs +171 -1
- package/dist/components/common/at-element/index.mjs +47 -1
- package/dist/components/common/background-preview-modal/background-preview-modal.mjs +73 -1
- package/dist/components/common/blocked-dialog/blocked-dialog.mjs +54 -1
- package/dist/components/common/cards/mini-three-card.mjs +55 -1
- package/dist/components/common/cards/style.module.mjs +12 -24
- package/dist/components/common/collection-popup/collection-create-modal.mjs +130 -1
- package/dist/components/common/collection-popup/index.mjs +292 -1
- package/dist/components/common/debug-locale-switcher/index.mjs +59 -1
- package/dist/components/common/delete-confirm-dialog/delete-confirm-dialog.mjs +66 -1
- package/dist/components/common/empty/index.mjs +51 -1
- package/dist/components/common/follow-button/index.mjs +133 -1
- package/dist/components/common/follow-button/unfollow-confirm-dialog.mjs +35 -1
- package/dist/components/common/funhub-provider/funhub-provider.mjs +85 -1
- package/dist/components/common/header-nav/client.mjs +51 -1
- package/dist/components/common/icons/add.mjs +21 -1
- package/dist/components/common/icons/comment.mjs +30 -1
- package/dist/components/common/icons/delete.mjs +32 -1
- package/dist/components/common/icons/left-arrow.mjs +15 -1
- package/dist/components/common/icons/more.mjs +30 -1
- package/dist/components/common/icons/right-arrow.mjs +19 -1
- package/dist/components/common/icons/setting.mjs +45 -1
- package/dist/components/common/icons/share.mjs +20 -1
- package/dist/components/common/icons/video.mjs +22 -1
- package/dist/components/common/image-crop/image-crop.mjs +182 -1
- package/dist/components/common/image-crop/show-image-crop.mjs +102 -1
- package/dist/components/common/image-crop-modal/image-crop-modal.mjs +128 -2
- package/dist/components/common/info-card/card-header.mjs +70 -1
- package/dist/components/common/info-card/card-text.mjs +49 -1
- package/dist/components/common/interaction-animations.module.mjs +14 -84
- package/dist/components/common/intl-provider/intl-provider.mjs +21 -1
- package/dist/components/common/keep-scroll-position/index.mjs +39 -1
- package/dist/components/common/list/collection-list/collection-list-item.mjs +93 -1
- package/dist/components/common/list/collection-list/collection-list.mjs +21 -1
- package/dist/components/common/list/post-list/post-list-item.mjs +54 -1
- package/dist/components/common/list/post-list/post-list.mjs +143 -1
- package/dist/components/common/list/user-activity-list/user-activity-list-actions.mjs +269 -1
- package/dist/components/common/list/user-activity-list/user-activity-list-item.mjs +468 -1
- package/dist/components/common/list/user-activity-list/user-activity-list.d.mts +1 -1
- package/dist/components/common/list/user-activity-list/user-activity-list.mjs +139 -1
- package/dist/components/common/list/video-list/video-list-item.mjs +104 -1
- package/dist/components/common/list/video-list/video-list.mjs +152 -1
- package/dist/components/common/locale-sync/locale-sync.mjs +62 -1
- package/dist/components/common/login-dialog/login-dialog.mjs +29 -1
- package/dist/components/common/media-preview/index.mjs +162 -1
- package/dist/components/common/media-preview/video-play.mjs +237 -1
- package/dist/components/common/page-loading/index.mjs +20 -1
- package/dist/components/common/page-skeleton/page-skeleton.mjs +7 -1
- package/dist/components/common/photo-grid/common-photo-grid.d.mts +0 -1
- package/dist/components/common/photo-grid/common-photo-grid.mjs +320 -1
- package/dist/components/common/photo-grid/index.mjs +226 -1
- package/dist/components/common/photo-preview/common-photo-preview.mjs +96 -1
- package/dist/components/common/photo-preview/decrypt-loading.mjs +66 -2
- package/dist/components/common/photo-preview/index.d.mts +0 -2
- package/dist/components/common/photo-preview/index.mjs +63 -1
- package/dist/components/common/photo-preview/style.mjs +7 -19
- package/dist/components/common/picker/gender-picker/gender-picker.mjs +66 -1
- package/dist/components/common/picker/picker-drawer/picker-drawer.mjs +78 -1
- package/dist/components/common/popup-video/index.mjs +76 -1
- package/dist/components/common/popup-video/popup-video.module.mjs +7 -16
- package/dist/components/common/series-episodes/index.mjs +429 -1
- package/dist/components/common/share-popup/share-content.mjs +152 -1
- package/dist/components/common/share-popup/share-drawer.mjs +100 -1
- package/dist/components/common/share-popup/share-popup.mjs +300 -1
- package/dist/components/common/skeleton/post-list-item-skeleton.mjs +99 -1
- package/dist/components/common/skeleton/user-activity-list-item-skeleton.mjs +146 -1
- package/dist/components/common/skeleton/video-list-item-skeleton.mjs +110 -1
- package/dist/components/common/tab-bar/index.mjs +125 -1
- package/dist/components/common/theme-sync/index.mjs +22 -1
- package/dist/components/common/top-nav-bar/client.mjs +63 -1
- package/dist/components/common/top-nav-bar/fullscreen.mjs +27 -1
- package/dist/components/common/top-nav-bar/index.mjs +29 -1
- package/dist/components/common/top-nav-bar/normal.mjs +20 -1
- package/dist/components/common/video-player/create-video.mjs +27 -2
- package/dist/components/common/video-player/index.mjs +701 -5
- package/dist/components/common/video-player/playing-videos.mjs +73 -1
- package/dist/components/common/video-player/process-m3u8-cache.mjs +282 -1
- package/dist/components/common/video-player/style.module.mjs +7 -259
- package/dist/components/common/wait-loading.mjs +119 -1
- package/dist/components/pages/(follow)/_components/follow-button/index.mjs +80 -1
- package/dist/components/pages/(follow)/_components/header-nav/index.mjs +13 -1
- package/dist/components/pages/(follow)/_components/interaction-tabs/index.mjs +43 -1
- package/dist/components/pages/(follow)/_components/user-list/index.mjs +139 -1
- package/dist/components/pages/(follow)/_components/user-list/user-list-item.mjs +46 -1
- package/dist/components/pages/(follow)/fans/index.mjs +10 -1
- package/dist/components/pages/(follow)/fans/page.mjs +95 -1
- package/dist/components/pages/(follow)/followed/index.mjs +10 -1
- package/dist/components/pages/(follow)/followed/page.mjs +95 -1
- package/dist/components/pages/collection-add/index.mjs +10 -1
- package/dist/components/pages/collection-add/page.mjs +161 -1
- package/dist/components/pages/collection-create/form.mjs +163 -1
- package/dist/components/pages/collection-create/index.mjs +10 -1
- package/dist/components/pages/collection-create/page.mjs +28 -1
- package/dist/components/pages/collection-detail/_components/collection-detail-card.mjs +183 -1
- package/dist/components/pages/collection-detail/detail.mjs +518 -1
- package/dist/components/pages/collection-detail/index.mjs +10 -1
- package/dist/components/pages/collection-detail/page.mjs +18 -1
- package/dist/components/pages/edit/index.mjs +10 -1
- package/dist/components/pages/edit/page.mjs +576 -1
- package/dist/components/pages/feed-series/feed-series-client.mjs +382 -1
- package/dist/components/pages/feed-series/page.mjs +97 -1
- package/dist/components/pages/feedback/_components/feedback-form.mjs +263 -1
- package/dist/components/pages/feedback/index.mjs +10 -1
- package/dist/components/pages/feedback/page.mjs +10 -1
- package/dist/components/pages/fullscreen-feed/index.mjs +10 -1
- package/dist/components/pages/fullscreen-feed/page.mjs +104 -1
- package/dist/components/pages/home/channel-matcher.mjs +30 -1
- package/dist/components/pages/home/client.mjs +169 -1
- package/dist/components/pages/home/index.mjs +56 -1
- package/dist/components/pages/login/agreement-dialog.mjs +104 -1
- package/dist/components/pages/login/forgot.mjs +130 -1
- package/dist/components/pages/login/index.mjs +107 -1
- package/dist/components/pages/login/login-client.mjs +214 -1
- package/dist/components/pages/login/password.mjs +186 -1
- package/dist/components/pages/login/register.mjs +189 -1
- package/dist/components/pages/login/reset-password.mjs +193 -1
- package/dist/components/pages/login/verify.mjs +212 -3
- package/dist/components/pages/post-detail/page.mjs +28 -1
- package/dist/components/pages/post-detail/post-detail-client.mjs +516 -1
- package/dist/components/pages/profile/index.mjs +10 -1
- package/dist/components/pages/profile/page.mjs +28 -1
- package/dist/components/pages/publish/components/collection-card.mjs +49 -1
- package/dist/components/pages/publish/components/collection-popup.mjs +81 -1
- package/dist/components/pages/publish/components/collection.mjs +97 -1
- package/dist/components/pages/publish/components/cover-item.mjs +46 -1
- package/dist/components/pages/publish/components/editor.mjs +208 -1
- package/dist/components/pages/publish/components/header.mjs +31 -1
- package/dist/components/pages/publish/components/material-grid.mjs +52 -1
- package/dist/components/pages/publish/components/material-item.mjs +68 -1
- package/dist/components/pages/publish/components/toolbar.mjs +39 -1
- package/dist/components/pages/publish/components/upload-progress.mjs +53 -1
- package/dist/components/pages/publish/components/video-item.mjs +36 -1
- package/dist/components/pages/publish/constants.mjs +8 -1
- package/dist/components/pages/publish/hooks/use-file-upload.mjs +162 -1
- package/dist/components/pages/publish/page-client.mjs +345 -1
- package/dist/components/pages/publish/page.mjs +10 -1
- package/dist/components/pages/publish/utils/file-upload.mjs +155 -1
- package/dist/components/pages/publish/utils/publish-utils.mjs +11 -1
- package/dist/components/pages/search/hot-recommend.mjs +185 -1
- package/dist/components/pages/search/hot-search.mjs +70 -1
- package/dist/components/pages/search/index.mjs +17 -1
- package/dist/components/pages/search/page-client.mjs +159 -1
- package/dist/components/pages/search/search-result/index.mjs +22 -1
- package/dist/components/pages/search/search-result/search-all.mjs +223 -1
- package/dist/components/pages/search/search-result/search-user.mjs +203 -1
- package/dist/components/pages/search/search-result/search-video-info.mjs +301 -1
- package/dist/components/pages/search/search-utils.mjs +48 -1
- package/dist/components/pages/search/style.module.mjs +13 -113
- package/dist/components/pages/search/top-header.mjs +89 -1
- package/dist/components/pages/search-result/page-client.mjs +110 -1
- package/dist/components/pages/search-result/search-all.mjs +79 -1
- package/dist/components/pages/search-result/search-tab.mjs +89 -1
- package/dist/components/pages/search-result/search-user.mjs +258 -1
- package/dist/components/pages/search-result/search-video.mjs +226 -1
- package/dist/components/pages/settings/_components/reset-password-drawer.mjs +256 -1
- package/dist/components/pages/settings/_components/settings.mjs +183 -1
- package/dist/components/pages/settings/index.mjs +10 -1
- package/dist/components/pages/settings/page.mjs +13 -1
- package/dist/components/pages/user-follow/_components/follow-no-login.mjs +34 -1
- package/dist/components/pages/user-follow/_components/follow-top-header.mjs +25 -1
- package/dist/components/pages/user-follow/_components/post-tab.mjs +96 -1
- package/dist/components/pages/user-follow/index.mjs +10 -1
- package/dist/components/pages/user-follow/page.mjs +106 -1
- package/dist/components/pages/user-follow/skeleton.mjs +62 -1
- package/dist/components/pages/video-detail/page.mjs +47 -1
- package/dist/components/pages/video-detail/video-detail-client.d.mts +1 -1
- package/dist/components/pages/video-detail/video-detail-client.mjs +338 -1
- package/dist/components/pages/video-list/index.mjs +58 -1
- package/dist/components/pages/video-list/types.mjs +16 -1
- package/dist/components/pages/video-list/video-list-client.mjs +111 -1
- package/dist/components/pages/video-list/video-list-item.mjs +35 -1
- package/dist/components/ui/accordion.mjs +62 -1
- package/dist/components/ui/alert-dialog.mjs +114 -1
- package/dist/components/ui/alert.mjs +50 -1
- package/dist/components/ui/aspect-ratio.mjs +17 -1
- package/dist/components/ui/avatar.mjs +97 -1
- package/dist/components/ui/badge.d.mts +1 -1
- package/dist/components/ui/badge.mjs +38 -1
- package/dist/components/ui/box.mjs +17 -1
- package/dist/components/ui/breadcrumb.mjs +84 -1
- package/dist/components/ui/button-group.mjs +49 -1
- package/dist/components/ui/button.d.mts +1 -1
- package/dist/components/ui/button.mjs +50 -1
- package/dist/components/ui/card.mjs +65 -1
- package/dist/components/ui/carousel.mjs +142 -1
- package/dist/components/ui/checkbox.mjs +25 -1
- package/dist/components/ui/collapsible.mjs +31 -1
- package/dist/components/ui/combobox.mjs +185 -1
- package/dist/components/ui/context-menu.mjs +150 -1
- package/dist/components/ui/dialog.mjs +109 -1
- package/dist/components/ui/drawer.mjs +91 -1
- package/dist/components/ui/dropdown-menu.mjs +154 -1
- package/dist/components/ui/empty-icons.mjs +96 -7
- package/dist/components/ui/empty.mjs +95 -1
- package/dist/components/ui/field.mjs +131 -1
- package/dist/components/ui/hover-card.mjs +43 -1
- package/dist/components/ui/image.d.mts +4 -4
- package/dist/components/ui/image.mjs +202 -1
- package/dist/components/ui/infinite-scroll.mjs +134 -1
- package/dist/components/ui/input-group.mjs +90 -1
- package/dist/components/ui/input.mjs +19 -1
- package/dist/components/ui/item.mjs +137 -1
- package/dist/components/ui/kbd.mjs +24 -1
- package/dist/components/ui/label.mjs +18 -1
- package/dist/components/ui/legacy/badge.mjs +80 -1
- package/dist/components/ui/legacy/button.mjs +55 -1
- package/dist/components/ui/legacy/input.mjs +22 -1
- package/dist/components/ui/legacy/popover.mjs +69 -1
- package/dist/components/ui/link.mjs +29 -1
- package/dist/components/ui/list.mjs +221 -5
- package/dist/components/ui/loading.mjs +44 -1
- package/dist/components/ui/mask.mjs +17 -1
- package/dist/components/ui/menubar.mjs +154 -1
- package/dist/components/ui/native-select.mjs +43 -1
- package/dist/components/ui/pagination.mjs +90 -1
- package/dist/components/ui/popover.mjs +73 -1
- package/dist/components/ui/popup.mjs +44 -1
- package/dist/components/ui/progress.mjs +53 -1
- package/dist/components/ui/radio-group.mjs +34 -1
- package/dist/components/ui/rate.mjs +69 -1
- package/dist/components/ui/scroll-area.mjs +43 -1
- package/dist/components/ui/select.mjs +113 -1
- package/dist/components/ui/separator.mjs +20 -1
- package/dist/components/ui/sheet.mjs +109 -1
- package/dist/components/ui/skeleton.mjs +16 -1
- package/dist/components/ui/slider.mjs +46 -1
- package/dist/components/ui/sonner.mjs +34 -1
- package/dist/components/ui/spinner.mjs +18 -1
- package/dist/components/ui/switch.mjs +65 -1
- package/dist/components/ui/table.mjs +78 -1
- package/dist/components/ui/tabs.mjs +54 -1
- package/dist/components/ui/text.mjs +20 -1
- package/dist/components/ui/textarea.mjs +16 -1
- package/dist/components/ui/time.mjs +91 -1
- package/dist/components/ui/toggle-group.mjs +59 -1
- package/dist/components/ui/toggle.mjs +41 -1
- package/dist/components/ui/tooltip.mjs +49 -1
- package/dist/components/ui/wheel-picker.mjs +28 -1
- package/dist/constants/event-key.mjs +18 -1
- package/dist/constants/query-key.mjs +32 -1
- package/dist/constants/revalidate.mjs +9 -1
- package/dist/constants/site.mjs +11 -1
- package/dist/constants/url-prefix.mjs +8 -1
- package/dist/hooks/image-text-recommend.d.mts +17 -0
- package/dist/hooks/image-text-recommend.mjs +72 -0
- package/dist/hooks/query/hydration-boundary.mjs +34 -1
- package/dist/hooks/query/use-query.mjs +114 -1
- package/dist/hooks/use-auth.mjs +198 -1
- package/dist/hooks/use-browse-report.mjs +466 -1
- package/dist/hooks/use-card-decoration.mjs +92 -1
- package/dist/hooks/use-content-operate.mjs +514 -1
- package/dist/hooks/use-follow.mjs +69 -1
- package/dist/hooks/use-fullscreen-gestures.mjs +144 -1
- package/dist/hooks/use-interaction-animation.mjs +26 -1
- package/dist/hooks/use-keyboard-open.mjs +56 -1
- package/dist/hooks/use-like-dislike.mjs +40 -1
- package/dist/hooks/use-search-history.mjs +40 -1
- package/dist/hooks/use-sticky.mjs +38 -1
- package/dist/hooks.d.mts +2 -1
- package/dist/hooks.mjs +14 -1
- package/dist/i18n/locales/en.mjs +813 -3
- package/dist/i18n/locales/zh-CN.mjs +813 -3
- package/dist/i18n/messages.mjs +20 -1
- package/dist/i18n/translator.mjs +38 -1
- package/dist/i18n.mjs +165 -1
- package/dist/materials.d.mts +16 -16
- package/dist/materials.mjs +63 -1
- package/dist/node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inject/dist/style-inject.es.mjs +17 -1
- package/dist/pages.mjs +21 -1
- package/dist/seo/build-metadata.mjs +163 -1
- package/dist/seo/config/index.mjs +22 -1
- package/dist/seo/config/page.mjs +301 -6
- package/dist/seo/config/site.mjs +25 -1
- package/dist/seo/constants.mjs +31 -1
- package/dist/seo/helpers.mjs +120 -1
- package/dist/seo/resource-hints.mjs +60 -1
- package/dist/seo/robots.mjs +36 -1
- package/dist/seo/sitemap.mjs +44 -1
- package/dist/seo/structured-data/article.mjs +51 -1
- package/dist/seo/structured-data/common.mjs +60 -1
- package/dist/seo/structured-data/video.mjs +41 -1
- package/dist/seo/viewport.mjs +31 -1
- package/dist/seo.mjs +15 -1
- package/dist/service/generated/client.d.mts +171 -275
- package/dist/service/generated/client.mjs +1138 -1
- package/dist/service/generated/tanstack.d.mts +172 -302
- package/dist/service/generated/tanstack.mjs +1049 -1
- package/dist/service.d.mts +3 -3
- package/dist/service.mjs +4 -1
- package/dist/store/create-store.mjs +25 -1
- package/dist/store/modules/app-config-store.mjs +28 -1
- package/dist/store/modules/blocked-modal-store.mjs +30 -1
- package/dist/store/modules/follow-ids-store.mjs +12 -1
- package/dist/store/modules/login-modal-store.mjs +135 -1
- package/dist/store/modules/media-preview-store.mjs +54 -1
- package/dist/store/modules/publish-store.mjs +31 -1
- package/dist/store/modules/use-demo-store.mjs +17 -1
- package/dist/store/modules/user-store.mjs +113 -1
- package/dist/store.mjs +10 -1
- package/dist/types/community-types.d.mts +46 -0
- package/dist/types/safe-at-user.mjs +15 -1
- package/dist/types/safe-comment.mjs +30 -1
- package/dist/types/safe-grid.mjs +36 -1
- package/dist/types/safe-replay.mjs +43 -1
- package/dist/types/share.mjs +16 -1
- package/dist/types.d.mts +2732 -5699
- package/dist/ui.mjs +57 -1
- package/dist/utils/api-collect.mjs +14 -1
- package/dist/utils/channel-storage.mjs +57 -1
- package/dist/utils/cn.mjs +15 -1
- package/dist/utils/common.mjs +296 -1
- package/dist/utils/db.mjs +80 -1
- package/dist/utils/decrypt-image-client.mjs +198 -1
- package/dist/utils/decrypt.worker.mjs +20 -2
- package/dist/utils/event-bus.mjs +33 -1
- package/dist/utils/follow-service.d.mts +4 -4
- package/dist/utils/follow-service.mjs +87 -1
- package/dist/utils/get-res-url.mjs +94 -1
- package/dist/utils/helper.mjs +41 -1
- package/dist/utils/http.mjs +194 -1
- package/dist/utils/image-compression.mjs +59 -1
- package/dist/utils/image-crop.mjs +110 -1
- package/dist/utils/loaders.mjs +51 -1
- package/dist/utils/media.mjs +128 -1
- package/dist/utils/password-validator.mjs +86 -1
- package/dist/utils/s3-uploader.mjs +40 -1
- package/dist/utils/schema/material.mjs +24 -1
- package/dist/utils/schema/schema.mjs +200 -1
- package/dist/utils/schema/utils.mjs +33 -1
- package/dist/utils/share-manager.mjs +156 -1
- package/dist/utils/tools.mjs +105 -1
- package/dist/utils/uint8.mjs +46 -1
- package/dist/utils/upload-file.mjs +429 -1
- package/dist/utils.mjs +21 -1
- package/package.json +1 -1
- package/dist/components/biz/business/detail/detail-follow-action.mjs +0 -2
- package/dist/components/biz/business/detail/detail-info-tags.mjs +0 -2
- package/dist/components/biz/business/detail/detail-info-title.mjs +0 -2
- package/dist/components/biz/business/detail/detail-introduction.mjs +0 -2
- package/dist/components/biz/business/detail/detail-operate.mjs +0 -2
- package/dist/components/biz/business/detail/detail-structured-data.mjs +0 -2
- package/dist/components/biz/business/detail/materials/editor-preview.mjs +0 -2
- package/dist/components/biz/business/detail/materials/registry.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-actions/client.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-actions/material.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-actions/schema.d.mts +0 -25
- package/dist/components/biz/business/detail/materials/video-detail-actions/schema.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-actions/server.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info/client.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info/material.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info/schema.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info/server.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info-title/client.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info-title/material.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info-title/schema.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info-title/server.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/client.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/material.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/schema.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/server.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-player/client.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-player/material.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-player/schema.d.mts +0 -26
- package/dist/components/biz/business/detail/materials/video-detail-player/schema.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-player/server.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-recommend/client.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-recommend/material.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-recommend/schema.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-recommend/server.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-recommend/utils.mjs +0 -2
- package/dist/components/biz/business/detail/metadata-utils.mjs +0 -2
- package/dist/components/biz/business/detail/post-recommend-list.mjs +0 -2
- package/dist/components/biz/business/detail/seo-config.mjs +0 -2
- package/dist/components/biz/business/detail/video-hero.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/defaults/default-props.d.mts +0 -10
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/defaults/default-props.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/index.d.mts +0 -7
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/index.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/inspector-schema.d.mts +0 -26
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/inspector-schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/material.d.mts +0 -20
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/material.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/runtime/client.d.mts +0 -20
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/runtime/client.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/component.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/data.schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/event.schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/index.d.mts +0 -8
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/index.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/props.schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/style.schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/server.d.mts +0 -17
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/server.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/defaults/default-props.d.mts +0 -8
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/defaults/default-props.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/index.d.mts +0 -7
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/index.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/inspector-schema.d.mts +0 -24
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/inspector-schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/material.d.mts +0 -19
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/material.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/runtime/client.d.mts +0 -20
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/runtime/client.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/component.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/data.schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/event.schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/index.d.mts +0 -8
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/index.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/props.schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/style.schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/server.mjs +0 -2
- package/dist/components/biz/business/video-horizontal-list/client.d.mts +0 -19
- package/dist/components/biz/business/video-horizontal-list/client.mjs +0 -2
- package/dist/components/biz/business/video-horizontal-list/index.d.mts +0 -5
- package/dist/components/biz/business/video-horizontal-list/material.mjs +0 -2
- package/dist/components/biz/business/video-horizontal-list/schema.mjs +0 -2
- package/dist/components/biz/business/video-horizontal-list/server.d.mts +0 -12
- package/dist/components/biz/business/video-horizontal-list/server.mjs +0 -2
- /package/dist/components/biz/business/detail/{materials/video-detail-actions → video-detail-actions}/index.d.mts +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-info → video-detail-info}/index.d.mts +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-info-title → video-detail-info-title}/index.d.mts +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-info-title-tags-episodes → video-detail-info-title-tags-episodes}/index.d.mts +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-player → video-detail-player}/index.d.mts +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-recommend → video-detail-recommend}/index.d.mts +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import {
|
|
2
|
+
import { GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCommentsQuery, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentListQuery, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetUserCollectionsQuery, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelsQuery, GetApiContentGetGuessYouLikeVideosQuery, GetApiContentGetHotVideoListQuery, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendVideoListQuery, GetApiContentGetVideoDetailByApiQuery, GetApiContentGetVideoDetailQuery, GetApiContentListVisibleFloatingBallQuery, GetApiContentProcessM3u8Query, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetLikeListQuery, GetApiInteractionListCollectsQuery, GetApiInteractionListFoldersQuery, GetApiUserGetGuestIdentityQuery, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserInfoQuery, GetApiUserGetUserPrivacySettingsQuery, GetApiUserViewUserInfoQuery, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCommentReqBody, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteContentReqBody, PostApiCommunityDislikeCommentReqBody, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityLikeCommentReqBody, PostApiCommunityMoveCollectionContentReqBody, PostApiCommunityPublishContentReqBody, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunityShareContentReqBody, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateContentReqBody, PostApiCommunityUploadMediaReqBody, PostApiContentBatchGetVideoDetailReqBody, PostApiContentGetNewstVideoListReqBody, PostApiContentGetPopularVideoListReqBody, PostApiInteractionAddCollectReqBody, PostApiInteractionBatchClearBrowseReqBody, PostApiInteractionBatchDeleteCollectsReqBody, PostApiInteractionBatchGetCommentLikeStatusReqBody, PostApiInteractionBatchGetFollowStatsReqBody, PostApiInteractionBatchGetLikeStatusReqBody, PostApiInteractionBatchQueryContentInteractionsReqBody, PostApiInteractionBrowseReqBody, PostApiInteractionCancelDislikeReqBody, PostApiInteractionCancelLikeReqBody, PostApiInteractionCheckCollectReqBody, PostApiInteractionCheckFollowReqBody, PostApiInteractionClearBrowseHistoryReqBody, PostApiInteractionCreateFolderReqBody, PostApiInteractionDeleteBrowseRecordReqBody, PostApiInteractionDeleteFolderReqBody, PostApiInteractionDislikeCommentReqBody, PostApiInteractionDislikeReqBody, PostApiInteractionFollowReqBody, PostApiInteractionLikeCommentReqBody, PostApiInteractionLikeReqBody, PostApiInteractionMoveCollectsReqBody, PostApiInteractionRemoveCollectReqBody, PostApiInteractionTrackEventsBatchReqBody, PostApiInteractionUnfollowReqBody, PostApiInteractionUnifiedBatchLikeDislikeReqBody, PostApiInteractionUpdateFolderReqBody, PostApiInteractionUpdateFollowingContentUpdateTimeReqBody, PostApiUserEditUserInfoReqBody, PostApiUserLoginReqBody, PostApiUserRegisterReqBody, PostApiUserResetForgetPasswordReqBody, PostApiUserResetPasswordReqBody, PostApiUserSendEmailCodeReqBody, PostApiUserSendForgetEmailCodeReqBody, PostApiUserSendResetPasswordEmailCodeReqBody, PostApiUserUploadUserBgImageReqBody, PostApiUserUserFeedbackReqBody, PostApiUserUserPrivacySettingsReqBody, PostApiUserVerifyEmailCodeReqBody, PostApiUserVerifyForgetEmailCodeReqBody, PostApiUserVerifyResetPasswordEmailCodeReqBody } from "../../types.mjs";
|
|
3
3
|
import { RequestConfig } from "../../utils/http.mjs";
|
|
4
4
|
|
|
5
5
|
//#region service/generated/tanstack.d.ts
|
|
@@ -25,627 +25,497 @@ type QueryKeyItem<TPath, TQuery, TBody> = QueryKeyOptions<TPath, TQuery, TBody>
|
|
|
25
25
|
*/
|
|
26
26
|
declare const createQueryKey: <TPath = unknown, TQuery = unknown, TBody = unknown>(id: string, options?: QueryKeyOptions<TPath, TQuery, TBody>, infinite?: boolean, tags?: ReadonlyArray<string>) => [QueryKeyItem<TPath, TQuery, TBody>];
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
29
|
-
* @returns TanStack Query Key
|
|
30
|
-
*/
|
|
31
|
-
declare function pCommunityMoveCollectionContentKey(data: PostApiCommunityMoveCollectionContentReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityMoveCollectionContentReqBody>];
|
|
32
|
-
/**
|
|
33
|
-
* 发布社区内容,支持文本、图片、视频等多种类型。底层调用 gRPC CommunityService.PublishContent 方法。
|
|
28
|
+
* 发布内容
|
|
34
29
|
* @returns TanStack Query Key
|
|
35
30
|
*/
|
|
36
31
|
declare function pCommunityPublishContentKey(data: PostApiCommunityPublishContentReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityPublishContentReqBody>];
|
|
37
32
|
/**
|
|
38
|
-
*
|
|
33
|
+
* 获取内容详情
|
|
39
34
|
* @returns TanStack Query Key
|
|
40
35
|
*/
|
|
41
|
-
declare function gCommunityGetContentInfoKey(query
|
|
36
|
+
declare function gCommunityGetContentInfoKey(query?: GetApiCommunityGetContentInfoQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiCommunityGetContentInfoQuery, unknown>];
|
|
42
37
|
/**
|
|
43
|
-
*
|
|
44
|
-
* @returns TanStack Query Key
|
|
45
|
-
*/
|
|
46
|
-
declare function gCommunityBatchGetContentInfoKey(query?: GetApiCommunityBatchGetContentInfoQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiCommunityBatchGetContentInfoQuery, unknown>];
|
|
47
|
-
/**
|
|
48
|
-
* 获取内容列表。底层调用 gRPC CommunityService.GetContentList 方法。
|
|
38
|
+
* 获取内容列表(信息流)
|
|
49
39
|
* @returns TanStack Query Key
|
|
50
40
|
*/
|
|
51
41
|
declare function gCommunityGetContentListKey(query?: GetApiCommunityGetContentListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiCommunityGetContentListQuery, unknown>];
|
|
52
42
|
/**
|
|
53
|
-
*
|
|
54
|
-
* @returns TanStack Query Key
|
|
55
|
-
*/
|
|
56
|
-
declare function gCommunitySearchContentKey(query?: GetApiCommunitySearchContentQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiCommunitySearchContentQuery, unknown>];
|
|
57
|
-
/**
|
|
58
|
-
* 内容查询(支持字段查询、排序等)。底层调用 gRPC CommunityService.QueryContents 方法。
|
|
59
|
-
* @returns TanStack Query Key
|
|
60
|
-
*/
|
|
61
|
-
declare function gCommunityQueryContentsKey(query?: GetApiCommunityQueryContentsQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiCommunityQueryContentsQuery, unknown>];
|
|
62
|
-
/**
|
|
63
|
-
* 内容查询(支持字段查询、排序等)。底层调用 gRPC CommunityService.QueryContents 方法。
|
|
64
|
-
* @returns TanStack Query Key
|
|
65
|
-
*/
|
|
66
|
-
declare function pCommunityQueryContentsKey(data: PostApiCommunityQueryContentsReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityQueryContentsReqBody>];
|
|
67
|
-
/**
|
|
68
|
-
* 删除内容。底层调用 gRPC CommunityService.DeleteContent 方法。
|
|
43
|
+
* 删除内容
|
|
69
44
|
* @returns TanStack Query Key
|
|
70
45
|
*/
|
|
71
46
|
declare function pCommunityDeleteContentKey(data: PostApiCommunityDeleteContentReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityDeleteContentReqBody>];
|
|
72
47
|
/**
|
|
73
|
-
*
|
|
48
|
+
* 更新内容
|
|
74
49
|
* @returns TanStack Query Key
|
|
75
50
|
*/
|
|
76
51
|
declare function pCommunityUpdateContentKey(data: PostApiCommunityUpdateContentReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityUpdateContentReqBody>];
|
|
77
52
|
/**
|
|
78
|
-
*
|
|
53
|
+
* 创建合集
|
|
79
54
|
* @returns TanStack Query Key
|
|
80
55
|
*/
|
|
81
56
|
declare function pCommunityCreateCollectionKey(data: PostApiCommunityCreateCollectionReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityCreateCollectionReqBody>];
|
|
82
57
|
/**
|
|
83
|
-
*
|
|
58
|
+
* 获取合集详情
|
|
84
59
|
* @returns TanStack Query Key
|
|
85
60
|
*/
|
|
86
|
-
declare function gCommunityGetCollectionInfoKey(query
|
|
61
|
+
declare function gCommunityGetCollectionInfoKey(query?: GetApiCommunityGetCollectionInfoQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiCommunityGetCollectionInfoQuery, unknown>];
|
|
87
62
|
/**
|
|
88
|
-
*
|
|
63
|
+
* 获取用户合集列表
|
|
89
64
|
* @returns TanStack Query Key
|
|
90
65
|
*/
|
|
91
66
|
declare function gCommunityGetUserCollectionsKey(query?: GetApiCommunityGetUserCollectionsQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiCommunityGetUserCollectionsQuery, unknown>];
|
|
92
67
|
/**
|
|
93
|
-
*
|
|
68
|
+
* 添加内容到合集
|
|
94
69
|
* @returns TanStack Query Key
|
|
95
70
|
*/
|
|
96
71
|
declare function pCommunityAddContentToCollectionKey(data: PostApiCommunityAddContentToCollectionReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityAddContentToCollectionReqBody>];
|
|
97
72
|
/**
|
|
98
|
-
*
|
|
73
|
+
* 删除合集(不允许删除默认合集)
|
|
99
74
|
* @returns TanStack Query Key
|
|
100
75
|
*/
|
|
101
76
|
declare function pCommunityDeleteCollectionKey(data: PostApiCommunityDeleteCollectionReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityDeleteCollectionReqBody>];
|
|
102
77
|
/**
|
|
103
|
-
*
|
|
78
|
+
* 订阅合集(含取消订阅)
|
|
104
79
|
* @returns TanStack Query Key
|
|
105
80
|
*/
|
|
106
81
|
declare function pCommunitySubscribeCollectionKey(data: PostApiCommunitySubscribeCollectionReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunitySubscribeCollectionReqBody>];
|
|
107
82
|
/**
|
|
108
|
-
*
|
|
83
|
+
* 获取订阅的合集列表
|
|
109
84
|
* @returns TanStack Query Key
|
|
110
85
|
*/
|
|
111
86
|
declare function gCommunityGetSubscribedCollectionsKey(query?: GetApiCommunityGetSubscribedCollectionsQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiCommunityGetSubscribedCollectionsQuery, unknown>];
|
|
112
87
|
/**
|
|
113
|
-
*
|
|
88
|
+
* 编辑合集
|
|
114
89
|
* @returns TanStack Query Key
|
|
115
90
|
*/
|
|
116
91
|
declare function pCommunityUpdateCollectionKey(data: PostApiCommunityUpdateCollectionReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityUpdateCollectionReqBody>];
|
|
117
92
|
/**
|
|
118
|
-
*
|
|
93
|
+
* 移除作品出合集
|
|
119
94
|
* @returns TanStack Query Key
|
|
120
95
|
*/
|
|
121
96
|
declare function pCommunityRemoveContentFromCollectionKey(data: PostApiCommunityRemoveContentFromCollectionReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityRemoveContentFromCollectionReqBody>];
|
|
122
97
|
/**
|
|
123
|
-
*
|
|
98
|
+
* 移动作品【合集A => B】
|
|
99
|
+
* @returns TanStack Query Key
|
|
100
|
+
*/
|
|
101
|
+
declare function pCommunityMoveCollectionContentKey(data: PostApiCommunityMoveCollectionContentReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityMoveCollectionContentReqBody>];
|
|
102
|
+
/**
|
|
103
|
+
* 上传图片/视频(流式上传)
|
|
124
104
|
* @returns TanStack Query Key
|
|
125
105
|
*/
|
|
126
106
|
declare function pCommunityUploadMediaKey(data: PostApiCommunityUploadMediaReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityUploadMediaReqBody>];
|
|
127
107
|
/**
|
|
128
|
-
* 获取预签名上传URL
|
|
108
|
+
* 获取预签名上传URL(用于客户端直传S3)
|
|
129
109
|
* @returns TanStack Query Key
|
|
130
110
|
*/
|
|
131
111
|
declare function pCommunityGetUploadPresignedURLKey(data: PostApiCommunityGetUploadPresignedURLReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityGetUploadPresignedURLReqBody>];
|
|
132
112
|
/**
|
|
133
|
-
*
|
|
113
|
+
* 发表评论
|
|
134
114
|
* @returns TanStack Query Key
|
|
135
115
|
*/
|
|
136
116
|
declare function pCommunityCreateCommentKey(data: PostApiCommunityCreateCommentReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityCreateCommentReqBody>];
|
|
137
117
|
/**
|
|
138
|
-
*
|
|
118
|
+
* 获取评论列表
|
|
139
119
|
* @returns TanStack Query Key
|
|
140
120
|
*/
|
|
141
|
-
declare function gCommunityGetCommentsKey(query
|
|
121
|
+
declare function gCommunityGetCommentsKey(query?: GetApiCommunityGetCommentsQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiCommunityGetCommentsQuery, unknown>];
|
|
142
122
|
/**
|
|
143
|
-
*
|
|
123
|
+
* 删除评论
|
|
144
124
|
* @returns TanStack Query Key
|
|
145
125
|
*/
|
|
146
126
|
declare function pCommunityDeleteCommentKey(data: PostApiCommunityDeleteCommentReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityDeleteCommentReqBody>];
|
|
147
127
|
/**
|
|
148
|
-
*
|
|
128
|
+
* 点赞评论
|
|
149
129
|
* @returns TanStack Query Key
|
|
150
130
|
*/
|
|
151
131
|
declare function pCommunityLikeCommentKey(data: PostApiCommunityLikeCommentReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityLikeCommentReqBody>];
|
|
152
132
|
/**
|
|
153
|
-
*
|
|
133
|
+
* 点踩评论
|
|
154
134
|
* @returns TanStack Query Key
|
|
155
135
|
*/
|
|
156
136
|
declare function pCommunityDislikeCommentKey(data: PostApiCommunityDislikeCommentReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityDislikeCommentReqBody>];
|
|
157
137
|
/**
|
|
158
|
-
*
|
|
138
|
+
* 分享内容
|
|
159
139
|
* @returns TanStack Query Key
|
|
160
140
|
*/
|
|
161
141
|
declare function pCommunityShareContentKey(data: PostApiCommunityShareContentReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityShareContentReqBody>];
|
|
162
142
|
/**
|
|
163
|
-
*
|
|
164
|
-
* @returns TanStack Query Key
|
|
165
|
-
*/
|
|
166
|
-
declare function gCommunityGetHotContentListKey(query?: GetApiCommunityGetHotContentListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiCommunityGetHotContentListQuery, unknown>];
|
|
167
|
-
/**
|
|
168
|
-
* GetRandomContentList。底层调用 gRPC CommunityService.GetRandomContentList 方法。
|
|
169
|
-
* @returns TanStack Query Key
|
|
170
|
-
*/
|
|
171
|
-
declare function gCommunityGetRandomContentListKey(query?: GetApiCommunityGetRandomContentListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiCommunityGetRandomContentListQuery, unknown>];
|
|
172
|
-
/**
|
|
173
|
-
* s2s:接收互动服务通知的状态。底层调用 gRPC CommunityService.ContentInteractionNotify 方法。
|
|
174
|
-
* @returns TanStack Query Key
|
|
175
|
-
*/
|
|
176
|
-
declare function pCommunityContentInteractionNotifyKey(data: PostApiCommunityContentInteractionNotifyReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityContentInteractionNotifyReqBody>];
|
|
177
|
-
/**
|
|
178
|
-
* 搜索当前用户关注列表中的用户信息。底层调用 gRPC CommunityService.SearchCurAccountFollowingUsersInfo 方法。
|
|
143
|
+
* 搜索当前用户关注列表中的用户信息
|
|
179
144
|
* @returns TanStack Query Key
|
|
180
145
|
*/
|
|
181
146
|
declare function pCommunitySearchCurAccountFollowingUsersInfoKey(data: PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody>];
|
|
182
147
|
/**
|
|
183
|
-
*
|
|
184
|
-
* @returns TanStack Query Key
|
|
185
|
-
*/
|
|
186
|
-
declare function gContentGetAppComponentKey(config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, unknown>];
|
|
187
|
-
/**
|
|
188
|
-
* 按最新获取视频列表
|
|
189
|
-
* @returns TanStack Query Key
|
|
190
|
-
*/
|
|
191
|
-
declare function gContentGetNewstVideoListKey(query?: GetApiContentGetNewstVideoListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetNewstVideoListQuery, unknown>];
|
|
192
|
-
/**
|
|
193
|
-
* 按最热获取视频列表
|
|
148
|
+
* GetHotContentLis
|
|
194
149
|
* @returns TanStack Query Key
|
|
195
150
|
*/
|
|
196
|
-
declare function
|
|
151
|
+
declare function gCommunityGetHotContentListKey(query?: GetApiCommunityGetHotContentListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiCommunityGetHotContentListQuery, unknown>];
|
|
197
152
|
/**
|
|
198
|
-
*
|
|
153
|
+
* 通过api搜索
|
|
199
154
|
* @returns TanStack Query Key
|
|
200
155
|
*/
|
|
201
|
-
declare function
|
|
156
|
+
declare function gContentGetVideoDetailByApiKey(query?: GetApiContentGetVideoDetailByApiQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetVideoDetailByApiQuery, unknown>];
|
|
202
157
|
/**
|
|
203
|
-
*
|
|
158
|
+
* 获取视频详情
|
|
204
159
|
* @returns TanStack Query Key
|
|
205
160
|
*/
|
|
206
|
-
declare function gContentGetVideoDetailKey(query
|
|
161
|
+
declare function gContentGetVideoDetailKey(query?: GetApiContentGetVideoDetailQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetVideoDetailQuery, unknown>];
|
|
207
162
|
/**
|
|
208
|
-
*
|
|
163
|
+
* 推荐搜索
|
|
209
164
|
* @returns TanStack Query Key
|
|
210
165
|
*/
|
|
211
|
-
declare function
|
|
166
|
+
declare function gContentGetRecommendSearchListKey(query?: GetApiContentGetRecommendSearchListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetRecommendSearchListQuery, unknown>];
|
|
212
167
|
/**
|
|
213
|
-
*
|
|
168
|
+
* 热门视频
|
|
214
169
|
* @returns TanStack Query Key
|
|
215
170
|
*/
|
|
216
171
|
declare function gContentGetHotVideoListKey(query?: GetApiContentGetHotVideoListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetHotVideoListQuery, unknown>];
|
|
217
172
|
/**
|
|
218
|
-
*
|
|
219
|
-
* @returns TanStack Query Key
|
|
220
|
-
*/
|
|
221
|
-
declare function gContentGetVideosByIdsKey(query: GetApiContentGetVideosByIdsQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetVideosByIdsQuery, unknown>];
|
|
222
|
-
/**
|
|
223
|
-
* 获取视频剧集列表。底层调用 gRPC ContentService.GetVideoEpisodes 方法。
|
|
224
|
-
* @returns TanStack Query Key
|
|
225
|
-
*/
|
|
226
|
-
declare function gContentGetVideoEpisodesKey(query: GetApiContentGetVideoEpisodesQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetVideoEpisodesQuery, unknown>];
|
|
227
|
-
/**
|
|
228
|
-
* 获取推荐搜索列表。底层调用 gRPC ContentService.GetRecommendSearchList 方法。
|
|
173
|
+
* 获取推荐列表
|
|
229
174
|
* @returns TanStack Query Key
|
|
230
175
|
*/
|
|
231
|
-
declare function
|
|
232
|
-
/**
|
|
233
|
-
* 获取应用频道列表。底层调用 gRPC ContentService.GetAppChannels 方法。
|
|
234
|
-
* @returns TanStack Query Key
|
|
235
|
-
*/
|
|
236
|
-
declare function gGetAppChannelBlockDataKey(query?: GetGetAppChannelBlockDataQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetGetAppChannelBlockDataQuery, unknown>];
|
|
176
|
+
declare function gContentGetRecommendVideoListKey(query?: GetApiContentGetRecommendVideoListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetRecommendVideoListQuery, unknown>];
|
|
237
177
|
/**
|
|
238
|
-
*
|
|
178
|
+
* 客户端获取应用频道列表
|
|
239
179
|
* @returns TanStack Query Key
|
|
240
180
|
*/
|
|
241
181
|
declare function gContentGetAppChannelsKey(query?: GetApiContentGetAppChannelsQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetAppChannelsQuery, unknown>];
|
|
242
182
|
/**
|
|
243
|
-
*
|
|
183
|
+
* 频道推荐位
|
|
244
184
|
* @returns TanStack Query Key
|
|
245
185
|
*/
|
|
246
|
-
declare function
|
|
186
|
+
declare function gContentGetAppChannelBlockKey(query?: GetApiContentGetAppChannelBlockQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetAppChannelBlockQuery, unknown>];
|
|
247
187
|
/**
|
|
248
|
-
*
|
|
249
|
-
* @returns TanStack Query Key
|
|
250
|
-
*/
|
|
251
|
-
declare function gContentGetAppChannelBlockKey(query: GetApiContentGetAppChannelBlockQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetAppChannelBlockQuery, unknown>];
|
|
252
|
-
/**
|
|
253
|
-
* 获取应用频道区块数据。底层调用 gRPC ContentService.GetAppChannelBlockData 方法。
|
|
188
|
+
* 获取频道推荐位数据
|
|
254
189
|
* @returns TanStack Query Key
|
|
255
190
|
*/
|
|
256
191
|
declare function gContentGetAppChannelBlockDataKey(query?: GetApiContentGetAppChannelBlockDataQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetAppChannelBlockDataQuery, unknown>];
|
|
257
192
|
/**
|
|
258
|
-
*
|
|
259
|
-
* @returns TanStack Query Key
|
|
260
|
-
*/
|
|
261
|
-
declare function gContentAdminListAppChannelBlocksKey(query: GetApiContentAdminListAppChannelBlocksQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentAdminListAppChannelBlocksQuery, unknown>];
|
|
262
|
-
/**
|
|
263
|
-
* 更新应用频道区块横幅。底层调用 gRPC ContentService.UpdateAppChannelBlockBanner 方法。
|
|
193
|
+
* 最新视频、热门视频列表接口(游标分页,支持按标签和分类过滤)
|
|
264
194
|
* @returns TanStack Query Key
|
|
265
195
|
*/
|
|
266
|
-
declare function
|
|
196
|
+
declare function pContentGetNewstVideoListKey(data: PostApiContentGetNewstVideoListReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiContentGetNewstVideoListReqBody>];
|
|
267
197
|
/**
|
|
268
|
-
*
|
|
198
|
+
* 热门视频列表(游标分页 + 标签、分类筛选)
|
|
269
199
|
* @returns TanStack Query Key
|
|
270
200
|
*/
|
|
271
|
-
declare function
|
|
201
|
+
declare function pContentGetPopularVideoListKey(data: PostApiContentGetPopularVideoListReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiContentGetPopularVideoListReqBody>];
|
|
272
202
|
/**
|
|
273
|
-
*
|
|
203
|
+
* 获取可见悬浮球列表(按排序字段排序)
|
|
274
204
|
* @returns TanStack Query Key
|
|
275
205
|
*/
|
|
276
|
-
declare function
|
|
277
|
-
/**
|
|
278
|
-
* 获取应用频道区块横幅列表。底层调用 gRPC ContentService.ListAppChannelBlockBanners 方法。
|
|
279
|
-
* @returns TanStack Query Key
|
|
280
|
-
*/
|
|
281
|
-
declare function gContentListAppChannelBlockBannersKey(query: GetApiContentListAppChannelBlockBannersQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentListAppChannelBlockBannersQuery, unknown>];
|
|
282
|
-
/**
|
|
283
|
-
* 添加应用频道区块自定义内容。底层调用 gRPC ContentService.AddAppChannelBlockDiyContent 方法。
|
|
284
|
-
* @returns TanStack Query Key
|
|
285
|
-
*/
|
|
286
|
-
declare function pContentAddAppChannelBlockDiyContentKey(data: PostApiContentAddAppChannelBlockDiyContentReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiContentAddAppChannelBlockDiyContentReqBody>];
|
|
287
|
-
/**
|
|
288
|
-
* 删除应用频道区块自定义内容。底层调用 gRPC ContentService.DeleteAppChannelBlockDiyContent 方法。
|
|
289
|
-
* @returns TanStack Query Key
|
|
290
|
-
*/
|
|
291
|
-
declare function pContentDeleteAppChannelBlockDiyContentKey(data: PostApiContentDeleteAppChannelBlockDiyContentReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiContentDeleteAppChannelBlockDiyContentReqBody>];
|
|
292
|
-
/**
|
|
293
|
-
* 获取应用频道区块自定义内容列表。底层调用 gRPC ContentService.ListAppChannelBlockDiyContents 方法。
|
|
294
|
-
* @returns TanStack Query Key
|
|
295
|
-
*/
|
|
296
|
-
declare function gContentListAppChannelBlockDiyContentsKey(query: GetApiContentListAppChannelBlockDiyContentsQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentListAppChannelBlockDiyContentsQuery, unknown>];
|
|
206
|
+
declare function gContentListVisibleFloatingBallKey(query?: GetApiContentListVisibleFloatingBallQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentListVisibleFloatingBallQuery, unknown>];
|
|
297
207
|
/**
|
|
298
|
-
*
|
|
208
|
+
* 猜你喜欢视频列表
|
|
299
209
|
* @returns TanStack Query Key
|
|
300
210
|
*/
|
|
301
|
-
declare function
|
|
211
|
+
declare function gContentGetGuessYouLikeVideosKey(query?: GetApiContentGetGuessYouLikeVideosQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetGuessYouLikeVideosQuery, unknown>];
|
|
302
212
|
/**
|
|
303
|
-
*
|
|
213
|
+
* 根据广告Code查询广告详情
|
|
304
214
|
* @returns TanStack Query Key
|
|
305
215
|
*/
|
|
306
|
-
declare function
|
|
216
|
+
declare function gContentGetAdvertiseByCodeKey(query?: GetApiContentGetAdvertiseByCodeQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetAdvertiseByCodeQuery, unknown>];
|
|
307
217
|
/**
|
|
308
|
-
*
|
|
218
|
+
* 获取App组件信息
|
|
309
219
|
* @returns TanStack Query Key
|
|
310
220
|
*/
|
|
311
|
-
declare function
|
|
221
|
+
declare function gContentGetAppComponentKey(config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, unknown>];
|
|
312
222
|
/**
|
|
313
|
-
*
|
|
223
|
+
* 批量获取视频详情
|
|
314
224
|
* @returns TanStack Query Key
|
|
315
225
|
*/
|
|
316
|
-
declare function
|
|
226
|
+
declare function pContentBatchGetVideoDetailKey(data: PostApiContentBatchGetVideoDetailReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiContentBatchGetVideoDetailReqBody>];
|
|
317
227
|
/**
|
|
318
|
-
*
|
|
228
|
+
* 处理 M3U8 文件。底层调用 gRPC ContentService.ProcessM3u8 方法。返回处理后的 M3U8 文件内容。
|
|
319
229
|
* @returns TanStack Query Key
|
|
320
230
|
*/
|
|
321
|
-
declare function
|
|
231
|
+
declare function gContentProcessM3u8Key(query: GetApiContentProcessM3u8Query, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentProcessM3u8Query, unknown>];
|
|
322
232
|
/**
|
|
323
|
-
*
|
|
233
|
+
* 点赞作品
|
|
324
234
|
* @returns TanStack Query Key
|
|
325
235
|
*/
|
|
326
|
-
declare function
|
|
236
|
+
declare function pInteractionLikeKey(data: PostApiInteractionLikeReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionLikeReqBody>];
|
|
327
237
|
/**
|
|
328
|
-
*
|
|
238
|
+
* 踩作品
|
|
329
239
|
* @returns TanStack Query Key
|
|
330
240
|
*/
|
|
331
|
-
declare function
|
|
241
|
+
declare function pInteractionDislikeKey(data: PostApiInteractionDislikeReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionDislikeReqBody>];
|
|
332
242
|
/**
|
|
333
|
-
*
|
|
243
|
+
* 取消点赞作品
|
|
334
244
|
* @returns TanStack Query Key
|
|
335
245
|
*/
|
|
336
|
-
declare function
|
|
246
|
+
declare function pInteractionCancelLikeKey(data: PostApiInteractionCancelLikeReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionCancelLikeReqBody>];
|
|
337
247
|
/**
|
|
338
|
-
*
|
|
248
|
+
* 取消踩作品
|
|
339
249
|
* @returns TanStack Query Key
|
|
340
250
|
*/
|
|
341
|
-
declare function
|
|
251
|
+
declare function pInteractionCancelDislikeKey(data: PostApiInteractionCancelDislikeReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionCancelDislikeReqBody>];
|
|
342
252
|
/**
|
|
343
|
-
*
|
|
253
|
+
* 获取用户点赞的内容列表
|
|
344
254
|
* @returns TanStack Query Key
|
|
345
255
|
*/
|
|
346
|
-
declare function
|
|
256
|
+
declare function gInteractionGetLikeListKey(query?: GetApiInteractionGetLikeListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionGetLikeListQuery, unknown>];
|
|
347
257
|
/**
|
|
348
|
-
*
|
|
258
|
+
* 获取用户点踩的内容列表
|
|
349
259
|
* @returns TanStack Query Key
|
|
350
260
|
*/
|
|
351
|
-
declare function
|
|
261
|
+
declare function gInteractionGetDislikeListKey(query?: GetApiInteractionGetDislikeListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionGetDislikeListQuery, unknown>];
|
|
352
262
|
/**
|
|
353
|
-
*
|
|
263
|
+
* 获取内容的点赞用户列表
|
|
354
264
|
* @returns TanStack Query Key
|
|
355
265
|
*/
|
|
356
|
-
declare function
|
|
266
|
+
declare function gInteractionGetContentLikeListKey(query?: GetApiInteractionGetContentLikeListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionGetContentLikeListQuery, unknown>];
|
|
357
267
|
/**
|
|
358
|
-
*
|
|
268
|
+
* 获取内容的点踩用户列表
|
|
359
269
|
* @returns TanStack Query Key
|
|
360
270
|
*/
|
|
361
|
-
declare function
|
|
271
|
+
declare function gInteractionGetContentDislikeListKey(query?: GetApiInteractionGetContentDislikeListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionGetContentDislikeListQuery, unknown>];
|
|
362
272
|
/**
|
|
363
|
-
*
|
|
273
|
+
* 统一批量点赞点踩(包含点赞、点踩、取消操作)
|
|
364
274
|
* @returns TanStack Query Key
|
|
365
275
|
*/
|
|
366
|
-
declare function
|
|
276
|
+
declare function pInteractionUnifiedBatchLikeDislikeKey(data: PostApiInteractionUnifiedBatchLikeDislikeReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionUnifiedBatchLikeDislikeReqBody>];
|
|
367
277
|
/**
|
|
368
|
-
*
|
|
278
|
+
* 评论点赞/点踩
|
|
369
279
|
* @returns TanStack Query Key
|
|
370
280
|
*/
|
|
371
|
-
declare function
|
|
281
|
+
declare function pInteractionLikeCommentKey(data: PostApiInteractionLikeCommentReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionLikeCommentReqBody>];
|
|
372
282
|
/**
|
|
373
|
-
*
|
|
283
|
+
* 评论点踩
|
|
374
284
|
* @returns TanStack Query Key
|
|
375
285
|
*/
|
|
376
|
-
declare function
|
|
286
|
+
declare function pInteractionDislikeCommentKey(data: PostApiInteractionDislikeCommentReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionDislikeCommentReqBody>];
|
|
377
287
|
/**
|
|
378
|
-
*
|
|
288
|
+
* 评论点赞点踩查询
|
|
379
289
|
* @returns TanStack Query Key
|
|
380
290
|
*/
|
|
381
|
-
declare function
|
|
291
|
+
declare function pInteractionBatchGetCommentLikeStatusKey(data: PostApiInteractionBatchGetCommentLikeStatusReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionBatchGetCommentLikeStatusReqBody>];
|
|
382
292
|
/**
|
|
383
|
-
*
|
|
293
|
+
* 记录浏览
|
|
384
294
|
* @returns TanStack Query Key
|
|
385
295
|
*/
|
|
386
|
-
declare function
|
|
296
|
+
declare function pInteractionBrowseKey(data: PostApiInteractionBrowseReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionBrowseReqBody>];
|
|
387
297
|
/**
|
|
388
|
-
*
|
|
298
|
+
* 获取浏览历史列表
|
|
389
299
|
* @returns TanStack Query Key
|
|
390
300
|
*/
|
|
391
|
-
declare function
|
|
301
|
+
declare function gInteractionGetBrowseListKey(query?: GetApiInteractionGetBrowseListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionGetBrowseListQuery, unknown>];
|
|
392
302
|
/**
|
|
393
|
-
*
|
|
303
|
+
* 删除浏览记录
|
|
394
304
|
* @returns TanStack Query Key
|
|
395
305
|
*/
|
|
396
|
-
declare function
|
|
306
|
+
declare function pInteractionDeleteBrowseRecordKey(data: PostApiInteractionDeleteBrowseRecordReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionDeleteBrowseRecordReqBody>];
|
|
397
307
|
/**
|
|
398
|
-
*
|
|
308
|
+
* 清空浏览历史
|
|
399
309
|
* @returns TanStack Query Key
|
|
400
310
|
*/
|
|
401
|
-
declare function
|
|
311
|
+
declare function pInteractionClearBrowseHistoryKey(data: PostApiInteractionClearBrowseHistoryReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionClearBrowseHistoryReqBody>];
|
|
402
312
|
/**
|
|
403
|
-
*
|
|
313
|
+
* 统一批量清除浏览记录
|
|
404
314
|
* @returns TanStack Query Key
|
|
405
315
|
*/
|
|
406
|
-
declare function
|
|
316
|
+
declare function pInteractionBatchClearBrowseKey(data: PostApiInteractionBatchClearBrowseReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionBatchClearBrowseReqBody>];
|
|
407
317
|
/**
|
|
408
|
-
*
|
|
318
|
+
* 创建收藏夹
|
|
409
319
|
* @returns TanStack Query Key
|
|
410
320
|
*/
|
|
411
|
-
declare function
|
|
321
|
+
declare function pInteractionCreateFolderKey(data: PostApiInteractionCreateFolderReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionCreateFolderReqBody>];
|
|
412
322
|
/**
|
|
413
|
-
*
|
|
323
|
+
* 编辑收藏夹
|
|
414
324
|
* @returns TanStack Query Key
|
|
415
325
|
*/
|
|
416
|
-
declare function
|
|
326
|
+
declare function pInteractionUpdateFolderKey(data: PostApiInteractionUpdateFolderReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionUpdateFolderReqBody>];
|
|
417
327
|
/**
|
|
418
|
-
*
|
|
328
|
+
* 删除收藏夹
|
|
419
329
|
* @returns TanStack Query Key
|
|
420
330
|
*/
|
|
421
|
-
declare function
|
|
331
|
+
declare function pInteractionDeleteFolderKey(data: PostApiInteractionDeleteFolderReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionDeleteFolderReqBody>];
|
|
422
332
|
/**
|
|
423
|
-
*
|
|
333
|
+
* 获取收藏夹列表
|
|
424
334
|
* @returns TanStack Query Key
|
|
425
335
|
*/
|
|
426
|
-
declare function
|
|
336
|
+
declare function gInteractionListFoldersKey(query?: GetApiInteractionListFoldersQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionListFoldersQuery, unknown>];
|
|
427
337
|
/**
|
|
428
|
-
*
|
|
338
|
+
* 获取收藏夹详情
|
|
429
339
|
* @returns TanStack Query Key
|
|
430
340
|
*/
|
|
431
|
-
declare function
|
|
341
|
+
declare function gInteractionGetFolderKey(query?: GetApiInteractionGetFolderQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionGetFolderQuery, unknown>];
|
|
432
342
|
/**
|
|
433
|
-
*
|
|
343
|
+
* 获取收藏夹统计信息(收藏数量等)
|
|
434
344
|
* @returns TanStack Query Key
|
|
435
345
|
*/
|
|
436
|
-
declare function
|
|
346
|
+
declare function gInteractionGetFolderStatsKey(query?: GetApiInteractionGetFolderStatsQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionGetFolderStatsQuery, unknown>];
|
|
437
347
|
/**
|
|
438
|
-
*
|
|
348
|
+
* 添加收藏(收藏内容到收藏夹)
|
|
439
349
|
* @returns TanStack Query Key
|
|
440
350
|
*/
|
|
441
|
-
declare function
|
|
351
|
+
declare function pInteractionAddCollectKey(data: PostApiInteractionAddCollectReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionAddCollectReqBody>];
|
|
442
352
|
/**
|
|
443
|
-
*
|
|
353
|
+
* 取消收藏(从收藏夹移除内容)
|
|
444
354
|
* @returns TanStack Query Key
|
|
445
355
|
*/
|
|
446
|
-
declare function
|
|
356
|
+
declare function pInteractionRemoveCollectKey(data: PostApiInteractionRemoveCollectReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionRemoveCollectReqBody>];
|
|
447
357
|
/**
|
|
448
|
-
*
|
|
358
|
+
* 获取收藏夹内的内容列表
|
|
449
359
|
* @returns TanStack Query Key
|
|
450
360
|
*/
|
|
451
|
-
declare function
|
|
361
|
+
declare function gInteractionListCollectsKey(query?: GetApiInteractionListCollectsQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionListCollectsQuery, unknown>];
|
|
452
362
|
/**
|
|
453
|
-
*
|
|
363
|
+
* 批量移动收藏(将内容从一个收藏夹移动到另一个)
|
|
454
364
|
* @returns TanStack Query Key
|
|
455
365
|
*/
|
|
456
|
-
declare function
|
|
366
|
+
declare function pInteractionMoveCollectsKey(data: PostApiInteractionMoveCollectsReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionMoveCollectsReqBody>];
|
|
457
367
|
/**
|
|
458
|
-
*
|
|
368
|
+
* 检查内容是否已收藏
|
|
459
369
|
* @returns TanStack Query Key
|
|
460
370
|
*/
|
|
461
|
-
declare function
|
|
371
|
+
declare function pInteractionCheckCollectKey(data: PostApiInteractionCheckCollectReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionCheckCollectReqBody>];
|
|
462
372
|
/**
|
|
463
|
-
*
|
|
373
|
+
* 批量删除收藏
|
|
464
374
|
* @returns TanStack Query Key
|
|
465
375
|
*/
|
|
466
|
-
declare function
|
|
376
|
+
declare function pInteractionBatchDeleteCollectsKey(data: PostApiInteractionBatchDeleteCollectsReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionBatchDeleteCollectsReqBody>];
|
|
467
377
|
/**
|
|
468
|
-
*
|
|
378
|
+
* 批量查询内容互动状态
|
|
469
379
|
* @returns TanStack Query Key
|
|
470
380
|
*/
|
|
471
381
|
declare function pInteractionBatchQueryContentInteractionsKey(data: PostApiInteractionBatchQueryContentInteractionsReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionBatchQueryContentInteractionsReqBody>];
|
|
472
382
|
/**
|
|
473
|
-
*
|
|
474
|
-
* @returns TanStack Query Key
|
|
475
|
-
*/
|
|
476
|
-
declare function pInteractionBrowseKey(data: PostApiInteractionBrowseReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionBrowseReqBody>];
|
|
477
|
-
/**
|
|
478
|
-
* 获取浏览列表。底层调用 gRPC InteractionService.GetBrowseList 方法。
|
|
479
|
-
* @returns TanStack Query Key
|
|
480
|
-
*/
|
|
481
|
-
declare function gInteractionGetBrowseListKey(query: GetApiInteractionGetBrowseListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionGetBrowseListQuery, unknown>];
|
|
482
|
-
/**
|
|
483
|
-
* 删除浏览记录。底层调用 gRPC InteractionService.DeleteBrowseRecord 方法。
|
|
484
|
-
* @returns TanStack Query Key
|
|
485
|
-
*/
|
|
486
|
-
declare function pInteractionDeleteBrowseRecordKey(data: PostApiInteractionDeleteBrowseRecordReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionDeleteBrowseRecordReqBody>];
|
|
487
|
-
/**
|
|
488
|
-
* 清空浏览历史。底层调用 gRPC InteractionService.ClearBrowseHistory 方法。
|
|
489
|
-
* @returns TanStack Query Key
|
|
490
|
-
*/
|
|
491
|
-
declare function pInteractionClearBrowseHistoryKey(data: PostApiInteractionClearBrowseHistoryReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionClearBrowseHistoryReqBody>];
|
|
492
|
-
/**
|
|
493
|
-
* 创建收藏夹。底层调用 gRPC InteractionService.CreateFolder 方法。
|
|
494
|
-
* @returns TanStack Query Key
|
|
495
|
-
*/
|
|
496
|
-
declare function pInteractionCreateFolderKey(data: PostApiInteractionCreateFolderReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionCreateFolderReqBody>];
|
|
497
|
-
/**
|
|
498
|
-
* 更新收藏夹。底层调用 gRPC InteractionService.UpdateFolder 方法。
|
|
383
|
+
* 细粒度:仅批量查点赞/点踩状态(不调 community,供 community 等按需组合使用)
|
|
499
384
|
* @returns TanStack Query Key
|
|
500
385
|
*/
|
|
501
|
-
declare function
|
|
386
|
+
declare function pInteractionBatchGetLikeStatusKey(data: PostApiInteractionBatchGetLikeStatusReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionBatchGetLikeStatusReqBody>];
|
|
502
387
|
/**
|
|
503
|
-
*
|
|
388
|
+
* 关注用户
|
|
504
389
|
* @returns TanStack Query Key
|
|
505
390
|
*/
|
|
506
|
-
declare function
|
|
507
|
-
/**
|
|
508
|
-
* 获取收藏夹列表。底层调用 gRPC InteractionService.ListFolders 方法。
|
|
509
|
-
* @returns TanStack Query Key
|
|
510
|
-
*/
|
|
511
|
-
declare function gInteractionListFoldersKey(query: GetApiInteractionListFoldersQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionListFoldersQuery, unknown>];
|
|
512
|
-
/**
|
|
513
|
-
* 获取收藏夹详情。底层调用 gRPC InteractionService.GetFolder 方法。
|
|
514
|
-
* @returns TanStack Query Key
|
|
515
|
-
*/
|
|
516
|
-
declare function gInteractionGetFolderKey(query: GetApiInteractionGetFolderQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionGetFolderQuery, unknown>];
|
|
391
|
+
declare function pInteractionFollowKey(data: PostApiInteractionFollowReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionFollowReqBody>];
|
|
517
392
|
/**
|
|
518
|
-
*
|
|
393
|
+
* 取消关注
|
|
519
394
|
* @returns TanStack Query Key
|
|
520
395
|
*/
|
|
521
|
-
declare function
|
|
396
|
+
declare function pInteractionUnfollowKey(data: PostApiInteractionUnfollowReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionUnfollowReqBody>];
|
|
522
397
|
/**
|
|
523
|
-
*
|
|
398
|
+
* 检查是否关注
|
|
524
399
|
* @returns TanStack Query Key
|
|
525
400
|
*/
|
|
526
|
-
declare function
|
|
401
|
+
declare function pInteractionCheckFollowKey(data: PostApiInteractionCheckFollowReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionCheckFollowReqBody>];
|
|
527
402
|
/**
|
|
528
|
-
*
|
|
403
|
+
* 获取关注列表(我关注了谁)
|
|
529
404
|
* @returns TanStack Query Key
|
|
530
405
|
*/
|
|
531
|
-
declare function
|
|
406
|
+
declare function gInteractionGetFollowingListKey(query?: GetApiInteractionGetFollowingListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionGetFollowingListQuery, unknown>];
|
|
532
407
|
/**
|
|
533
|
-
*
|
|
408
|
+
* 获取粉丝列表(谁关注了我)
|
|
534
409
|
* @returns TanStack Query Key
|
|
535
410
|
*/
|
|
536
|
-
declare function
|
|
537
|
-
/**
|
|
538
|
-
* 移动收藏。底层调用 gRPC InteractionService.MoveCollects 方法。
|
|
539
|
-
* @returns TanStack Query Key
|
|
540
|
-
*/
|
|
541
|
-
declare function pInteractionMoveCollectsKey(data: PostApiInteractionMoveCollectsReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionMoveCollectsReqBody>];
|
|
411
|
+
declare function gInteractionGetFollowerListKey(query?: GetApiInteractionGetFollowerListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionGetFollowerListQuery, unknown>];
|
|
542
412
|
/**
|
|
543
|
-
*
|
|
413
|
+
* 获取用户关注统计信息
|
|
544
414
|
* @returns TanStack Query Key
|
|
545
415
|
*/
|
|
546
|
-
declare function
|
|
416
|
+
declare function gInteractionGetFollowStatsKey(query?: GetApiInteractionGetFollowStatsQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionGetFollowStatsQuery, unknown>];
|
|
547
417
|
/**
|
|
548
|
-
*
|
|
418
|
+
* 批量获取用户的关注统计
|
|
549
419
|
* @returns TanStack Query Key
|
|
550
420
|
*/
|
|
551
|
-
declare function
|
|
421
|
+
declare function pInteractionBatchGetFollowStatsKey(data: PostApiInteractionBatchGetFollowStatsReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionBatchGetFollowStatsReqBody>];
|
|
552
422
|
/**
|
|
553
|
-
*
|
|
423
|
+
* 检查双向关注关系(是否互相关注)
|
|
554
424
|
* @returns TanStack Query Key
|
|
555
425
|
*/
|
|
556
|
-
declare function
|
|
426
|
+
declare function gInteractionCheckMutualFollowKey(query?: GetApiInteractionCheckMutualFollowQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionCheckMutualFollowQuery, unknown>];
|
|
557
427
|
/**
|
|
558
|
-
*
|
|
428
|
+
* 获取关注用户的更新内容列表(用于推送通知)
|
|
559
429
|
* @returns TanStack Query Key
|
|
560
430
|
*/
|
|
561
|
-
declare function
|
|
431
|
+
declare function gInteractionGetFollowingUserUpdatesKey(query?: GetApiInteractionGetFollowingUserUpdatesQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionGetFollowingUserUpdatesQuery, unknown>];
|
|
562
432
|
/**
|
|
563
|
-
*
|
|
433
|
+
* 更新关注者内容更新时间
|
|
564
434
|
* @returns TanStack Query Key
|
|
565
435
|
*/
|
|
566
|
-
declare function
|
|
436
|
+
declare function pInteractionUpdateFollowingContentUpdateTimeKey(data: PostApiInteractionUpdateFollowingContentUpdateTimeReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionUpdateFollowingContentUpdateTimeReqBody>];
|
|
567
437
|
/**
|
|
568
|
-
*
|
|
438
|
+
* 关注用户更新内容列表
|
|
569
439
|
* @returns TanStack Query Key
|
|
570
440
|
*/
|
|
571
|
-
declare function
|
|
441
|
+
declare function gInteractionGetFollowingContentListKey(query?: GetApiInteractionGetFollowingContentListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiInteractionGetFollowingContentListQuery, unknown>];
|
|
572
442
|
/**
|
|
573
|
-
*
|
|
443
|
+
* 批量埋点上报(异步写入 Kafka)
|
|
574
444
|
* @returns TanStack Query Key
|
|
575
445
|
*/
|
|
576
|
-
declare function
|
|
446
|
+
declare function pInteractionTrackEventsBatchKey(data: PostApiInteractionTrackEventsBatchReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionTrackEventsBatchReqBody>];
|
|
577
447
|
/**
|
|
578
|
-
*
|
|
448
|
+
* 获取游客身份
|
|
579
449
|
* @returns TanStack Query Key
|
|
580
450
|
*/
|
|
581
451
|
declare function gUserGetGuestIdentityKey(query?: GetApiUserGetGuestIdentityQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiUserGetGuestIdentityQuery, unknown>];
|
|
582
452
|
/**
|
|
583
|
-
*
|
|
453
|
+
* 用户登陆
|
|
584
454
|
* @returns TanStack Query Key
|
|
585
455
|
*/
|
|
586
456
|
declare function pUserLoginKey(data: PostApiUserLoginReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiUserLoginReqBody>];
|
|
587
457
|
/**
|
|
588
|
-
*
|
|
458
|
+
* 注册发送邮箱验证码
|
|
589
459
|
* @returns TanStack Query Key
|
|
590
460
|
*/
|
|
591
461
|
declare function pUserSendEmailCodeKey(data: PostApiUserSendEmailCodeReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiUserSendEmailCodeReqBody>];
|
|
592
462
|
/**
|
|
593
|
-
*
|
|
463
|
+
* 注册验证邮箱验证码
|
|
594
464
|
* @returns TanStack Query Key
|
|
595
465
|
*/
|
|
596
466
|
declare function pUserVerifyEmailCodeKey(data: PostApiUserVerifyEmailCodeReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiUserVerifyEmailCodeReqBody>];
|
|
597
467
|
/**
|
|
598
|
-
*
|
|
468
|
+
* 用户注册
|
|
599
469
|
* @returns TanStack Query Key
|
|
600
470
|
*/
|
|
601
471
|
declare function pUserRegisterKey(data: PostApiUserRegisterReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiUserRegisterReqBody>];
|
|
602
472
|
/**
|
|
603
|
-
*
|
|
473
|
+
* 重置密码
|
|
604
474
|
* @returns TanStack Query Key
|
|
605
475
|
*/
|
|
606
476
|
declare function pUserResetPasswordKey(data: PostApiUserResetPasswordReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiUserResetPasswordReqBody>];
|
|
607
477
|
/**
|
|
608
|
-
*
|
|
478
|
+
* 重置密码-发送邮箱验证码
|
|
609
479
|
* @returns TanStack Query Key
|
|
610
480
|
*/
|
|
611
|
-
declare function
|
|
481
|
+
declare function pUserSendResetPasswordEmailCodeKey(data: PostApiUserSendResetPasswordEmailCodeReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiUserSendResetPasswordEmailCodeReqBody>];
|
|
612
482
|
/**
|
|
613
|
-
*
|
|
483
|
+
* 重置密码-验证邮箱验证码
|
|
614
484
|
* @returns TanStack Query Key
|
|
615
485
|
*/
|
|
616
|
-
declare function
|
|
486
|
+
declare function pUserVerifyResetPasswordEmailCodeKey(data: PostApiUserVerifyResetPasswordEmailCodeReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiUserVerifyResetPasswordEmailCodeReqBody>];
|
|
617
487
|
/**
|
|
618
|
-
*
|
|
488
|
+
* 忘记密码-重置密码
|
|
619
489
|
* @returns TanStack Query Key
|
|
620
490
|
*/
|
|
621
|
-
declare function
|
|
491
|
+
declare function pUserResetForgetPasswordKey(data: PostApiUserResetForgetPasswordReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiUserResetForgetPasswordReqBody>];
|
|
622
492
|
/**
|
|
623
|
-
*
|
|
493
|
+
* 忘记密码-发送邮箱验证码
|
|
624
494
|
* @returns TanStack Query Key
|
|
625
495
|
*/
|
|
626
|
-
declare function
|
|
496
|
+
declare function pUserSendForgetEmailCodeKey(data: PostApiUserSendForgetEmailCodeReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiUserSendForgetEmailCodeReqBody>];
|
|
627
497
|
/**
|
|
628
|
-
*
|
|
498
|
+
* 忘记密码-验证邮箱验证码
|
|
629
499
|
* @returns TanStack Query Key
|
|
630
500
|
*/
|
|
631
|
-
declare function
|
|
501
|
+
declare function pUserVerifyForgetEmailCodeKey(data: PostApiUserVerifyForgetEmailCodeReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiUserVerifyForgetEmailCodeReqBody>];
|
|
632
502
|
/**
|
|
633
|
-
*
|
|
503
|
+
* 获取用户信息
|
|
634
504
|
* @returns TanStack Query Key
|
|
635
505
|
*/
|
|
636
|
-
declare function
|
|
506
|
+
declare function gUserGetUserInfoKey(query?: GetApiUserGetUserInfoQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiUserGetUserInfoQuery, unknown>];
|
|
637
507
|
/**
|
|
638
|
-
*
|
|
508
|
+
* 获取用户编辑信息
|
|
639
509
|
* @returns TanStack Query Key
|
|
640
510
|
*/
|
|
641
|
-
declare function
|
|
511
|
+
declare function gUserGetUserEditInfoKey(query?: GetApiUserGetUserEditInfoQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiUserGetUserEditInfoQuery, unknown>];
|
|
642
512
|
/**
|
|
643
|
-
*
|
|
513
|
+
* 编辑用户信息
|
|
644
514
|
* @returns TanStack Query Key
|
|
645
515
|
*/
|
|
646
|
-
declare function
|
|
516
|
+
declare function pUserEditUserInfoKey(data: PostApiUserEditUserInfoReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiUserEditUserInfoReqBody>];
|
|
647
517
|
/**
|
|
648
|
-
*
|
|
518
|
+
* 用户意见反馈
|
|
649
519
|
* @returns TanStack Query Key
|
|
650
520
|
*/
|
|
651
521
|
declare function pUserUserFeedbackKey(data: PostApiUserUserFeedbackReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiUserUserFeedbackReqBody>];
|
|
@@ -670,4 +540,4 @@ declare function pUserUploadUserBgImageKey(data: PostApiUserUploadUserBgImageReq
|
|
|
670
540
|
*/
|
|
671
541
|
declare function gUserViewUserInfoKey(query?: GetApiUserViewUserInfoQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiUserViewUserInfoQuery, unknown>];
|
|
672
542
|
//#endregion
|
|
673
|
-
export { createQueryKey,
|
|
543
|
+
export { createQueryKey, gCommunityGetCollectionInfoKey, gCommunityGetCommentsKey, gCommunityGetContentInfoKey, gCommunityGetContentListKey, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannelsKey, gContentGetAppComponentKey, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoListKey, gContentGetRecommendSearchListKey, gContentGetRecommendVideoListKey, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBallKey, gContentProcessM3u8Key, gInteractionCheckMutualFollowKey, gInteractionGetBrowseListKey, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeListKey, gInteractionGetDislikeListKey, gInteractionGetFolderKey, gInteractionGetFolderStatsKey, gInteractionGetFollowStatsKey, gInteractionGetFollowerListKey, gInteractionGetFollowingContentListKey, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeListKey, gInteractionListCollectsKey, gInteractionListFoldersKey, gUserGetGuestIdentityKey, gUserGetUserEditInfoKey, gUserGetUserInfoKey, gUserGetUserPrivacySettingsKey, gUserViewUserInfoKey, pCommunityAddContentToCollectionKey, pCommunityCreateCollectionKey, pCommunityCreateCommentKey, pCommunityDeleteCollectionKey, pCommunityDeleteCommentKey, pCommunityDeleteContentKey, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURLKey, pCommunityLikeCommentKey, pCommunityMoveCollectionContentKey, pCommunityPublishContentKey, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContentKey, pCommunitySubscribeCollectionKey, pCommunityUpdateCollectionKey, pCommunityUpdateContentKey, pCommunityUploadMediaKey, pContentBatchGetVideoDetailKey, pContentGetNewstVideoListKey, pContentGetPopularVideoListKey, pInteractionAddCollectKey, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollectsKey, pInteractionBatchGetCommentLikeStatusKey, pInteractionBatchGetFollowStatsKey, pInteractionBatchGetLikeStatusKey, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowseKey, pInteractionCancelDislikeKey, pInteractionCancelLikeKey, pInteractionCheckCollectKey, pInteractionCheckFollowKey, pInteractionClearBrowseHistoryKey, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolderKey, pInteractionDislikeCommentKey, pInteractionDislikeKey, pInteractionFollowKey, pInteractionLikeCommentKey, pInteractionLikeKey, pInteractionMoveCollectsKey, pInteractionRemoveCollectKey, pInteractionTrackEventsBatchKey, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolderKey, pInteractionUpdateFollowingContentUpdateTimeKey, pUserEditUserInfoKey, pUserLoginKey, pUserRegisterKey, pUserResetForgetPasswordKey, pUserResetPasswordKey, pUserSendEmailCodeKey, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImageKey, pUserUserFeedbackKey, pUserUserPrivacySettingsKey, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCodeKey };
|