@funhub/platform 0.1.53 → 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/README.md +13 -0
- package/bin/index.mjs +323 -0
- 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 +6 -0
- package/dist/biz.d.mts +16 -16
- 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.d.mts +1 -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.d.mts +1 -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.d.mts +1 -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 +25 -25
- 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 -1
- 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 +3 -3
- package/dist/components/biz/business/detail/video-detail-actions/material.mjs +19 -0
- package/dist/components/biz/business/detail/{materials/video-detail-actions → video-detail-actions}/schema.d.mts +3 -3
- 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 -1
- 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 +5 -5
- 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 +3 -3
- 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 -1
- 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 +3 -3
- 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 +3 -3
- 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 -1
- 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 +5 -5
- 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 +3 -3
- 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 -1
- 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 +3 -3
- package/dist/components/biz/business/detail/video-detail-player/material.mjs +19 -0
- package/dist/components/biz/business/detail/{materials/video-detail-player → video-detail-player}/schema.d.mts +3 -3
- 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 +1 -1
- 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 -5
- 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 +3 -3
- 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.d.mts +1 -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.d.mts +1 -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.d.mts +1 -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.d.mts +1 -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.d.mts +1 -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.d.mts +1 -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/{variants/home-recommend-grid → home-recommend-grid}/inspector-schema.d.mts +4 -4
- package/dist/components/biz/business/home-recommend/home-recommend-grid/inspector-schema.mjs +182 -0
- package/dist/components/biz/business/home-recommend/{variants/home-recommend-grid → home-recommend-grid}/material.d.mts +7 -7
- 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/{variants/home-recommend-grid → home-recommend-grid}/server.d.mts +2 -2
- 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/{variants/home-recommend-waterfall → home-recommend-waterfall}/inspector-schema.d.mts +7 -4
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/inspector-schema.mjs +158 -0
- package/dist/components/biz/business/home-recommend/{variants/home-recommend-waterfall → home-recommend-waterfall}/material.d.mts +9 -7
- 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 +2 -2
- 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 -12
- 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 +24 -1
- 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 +231 -1
- package/dist/components/biz/business/home-recommend/shared/home-recommend-video-detail.mjs +38 -1
- 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 +17 -17
- 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.d.mts +2 -2
- 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.d.mts +1 -1
- 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.d.mts +2 -2
- 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.d.mts +1 -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.d.mts +1 -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 +1 -4
- 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.d.mts +1 -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.d.mts +2 -2
- package/dist/components/biz/business/tab-bar/material.mjs +21 -1
- package/dist/components/biz/business/tab-bar/schema.d.mts +2 -2
- 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.d.mts +1 -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.d.mts +1 -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.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.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.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 -4
- 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.d.mts +28 -0
- package/dist/utils/password-validator.mjs +87 -0
- package/dist/utils/s3-uploader.mjs +40 -1
- package/dist/utils/schema/index.d.mts +1 -1
- package/dist/utils/schema/material.d.mts +7 -9
- package/dist/utils/schema/material.mjs +24 -1
- package/dist/utils/schema/schema.mjs +200 -1
- package/dist/utils/schema/utils.d.mts +13 -3
- 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.d.mts +3 -2
- package/dist/utils.mjs +21 -1
- package/package.json +7 -2
- package/templates/base/_meta.json +4 -0
- package/templates/base/template/README.md.template +32 -0
- package/templates/base/template/__dot__gitignore +6 -0
- package/templates/base/template/app/[locale]/layout.tsx.template +36 -0
- package/templates/base/template/app/[locale]/page.tsx.template +24 -0
- package/templates/base/template/app/globals.css +26 -0
- package/templates/base/template/app/layout.tsx.template +38 -0
- package/templates/base/template/eslint.config.mjs.template +68 -0
- package/templates/base/template/i18n/request.ts.template +3 -0
- package/templates/base/template/next-env.d.ts.template +4 -0
- package/templates/base/template/next.config.ts.template +21 -0
- package/templates/base/template/package.json.template +37 -0
- package/templates/base/template/postcss.config.js.template +18 -0
- package/templates/base/template/proxy.ts.template +18 -0
- package/templates/base/template/tailwind.config.cjs.template +13 -0
- package/templates/base/template/tsconfig.json.template +43 -0
- 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/runtime-context-provider.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.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.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/shared/home-recommend-feed-mode.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/index.d.mts +0 -6
- 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.mjs +0 -2
- 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/prefetch-client.d.mts +0 -27
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/runtime/prefetch-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/style.schema.mjs +0 -2
- 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/index.d.mts +0 -6
- 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.mjs +0 -2
- 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/prefetch-client.d.mts +0 -27
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/runtime/prefetch-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/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/service/content-batch-get-video-detail.d.mts +0 -21
- package/dist/service/content-batch-get-video-detail.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,507 +1,403 @@
|
|
|
1
1
|
|
|
2
|
-
import {
|
|
2
|
+
import { GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCollectionInfoRes, GetApiCommunityGetCommentsQuery, GetApiCommunityGetCommentsRes, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentInfoRes, GetApiCommunityGetContentListQuery, GetApiCommunityGetContentListRes, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetHotContentListRes, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetSubscribedCollectionsRes, GetApiCommunityGetUserCollectionsQuery, GetApiCommunityGetUserCollectionsRes, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAdvertiseByCodeRes, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockDataRes, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelBlockRes, GetApiContentGetAppChannelsQuery, GetApiContentGetAppChannelsRes, GetApiContentGetAppComponentRes, GetApiContentGetGuessYouLikeVideosQuery, GetApiContentGetGuessYouLikeVideosRes, GetApiContentGetHotVideoListQuery, GetApiContentGetHotVideoListRes, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendSearchListRes, GetApiContentGetRecommendVideoListQuery, GetApiContentGetRecommendVideoListRes, GetApiContentGetVideoDetailByApiQuery, GetApiContentGetVideoDetailByApiRes, GetApiContentGetVideoDetailQuery, GetApiContentGetVideoDetailRes, GetApiContentListVisibleFloatingBallQuery, GetApiContentListVisibleFloatingBallRes, GetApiContentProcessM3u8Query, GetApiContentProcessM3u8Res, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionCheckMutualFollowRes, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetBrowseListRes, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentDislikeListRes, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetContentLikeListRes, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetDislikeListRes, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderRes, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFolderStatsRes, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowStatsRes, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowerListRes, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingContentListRes, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingListRes, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetFollowingUserUpdatesRes, GetApiInteractionGetLikeListQuery, GetApiInteractionGetLikeListRes, GetApiInteractionListCollectsQuery, GetApiInteractionListCollectsRes, GetApiInteractionListFoldersQuery, GetApiInteractionListFoldersRes, GetApiUserGetGuestIdentityQuery, GetApiUserGetGuestIdentityRes, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserEditInfoRes, GetApiUserGetUserInfoQuery, GetApiUserGetUserInfoRes, GetApiUserGetUserPrivacySettingsQuery, GetApiUserGetUserPrivacySettingsRes, GetApiUserViewUserInfoQuery, GetApiUserViewUserInfoRes, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityAddContentToCollectionRes, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCollectionRes, PostApiCommunityCreateCommentReqBody, PostApiCommunityCreateCommentRes, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCollectionRes, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteCommentRes, PostApiCommunityDeleteContentReqBody, PostApiCommunityDeleteContentRes, PostApiCommunityDislikeCommentReqBody, PostApiCommunityDislikeCommentRes, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityGetUploadPresignedURLRes, PostApiCommunityLikeCommentReqBody, PostApiCommunityLikeCommentRes, PostApiCommunityMoveCollectionContentReqBody, PostApiCommunityMoveCollectionContentRes, PostApiCommunityPublishContentReqBody, PostApiCommunityPublishContentRes, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunityRemoveContentFromCollectionRes, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoRes, PostApiCommunityShareContentReqBody, PostApiCommunityShareContentRes, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunitySubscribeCollectionRes, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateCollectionRes, PostApiCommunityUpdateContentReqBody, PostApiCommunityUpdateContentRes, PostApiCommunityUploadMediaReqBody, PostApiCommunityUploadMediaRes, PostApiContentBatchGetVideoDetailReqBody, PostApiContentBatchGetVideoDetailRes, PostApiContentGetNewstVideoListReqBody, PostApiContentGetNewstVideoListRes, PostApiContentGetPopularVideoListReqBody, PostApiContentGetPopularVideoListRes, PostApiInteractionAddCollectReqBody, PostApiInteractionAddCollectRes, PostApiInteractionBatchClearBrowseReqBody, PostApiInteractionBatchClearBrowseRes, PostApiInteractionBatchDeleteCollectsReqBody, PostApiInteractionBatchDeleteCollectsRes, PostApiInteractionBatchGetCommentLikeStatusReqBody, PostApiInteractionBatchGetCommentLikeStatusRes, PostApiInteractionBatchGetFollowStatsReqBody, PostApiInteractionBatchGetFollowStatsRes, PostApiInteractionBatchGetLikeStatusReqBody, PostApiInteractionBatchGetLikeStatusRes, PostApiInteractionBatchQueryContentInteractionsReqBody, PostApiInteractionBatchQueryContentInteractionsRes, PostApiInteractionBrowseReqBody, PostApiInteractionBrowseRes, PostApiInteractionCancelDislikeReqBody, PostApiInteractionCancelDislikeRes, PostApiInteractionCancelLikeReqBody, PostApiInteractionCancelLikeRes, PostApiInteractionCheckCollectReqBody, PostApiInteractionCheckCollectRes, PostApiInteractionCheckFollowReqBody, PostApiInteractionCheckFollowRes, PostApiInteractionClearBrowseHistoryReqBody, PostApiInteractionClearBrowseHistoryRes, PostApiInteractionCreateFolderReqBody, PostApiInteractionCreateFolderRes, PostApiInteractionDeleteBrowseRecordReqBody, PostApiInteractionDeleteBrowseRecordRes, PostApiInteractionDeleteFolderReqBody, PostApiInteractionDeleteFolderRes, PostApiInteractionDislikeCommentReqBody, PostApiInteractionDislikeCommentRes, PostApiInteractionDislikeReqBody, PostApiInteractionDislikeRes, PostApiInteractionFollowReqBody, PostApiInteractionFollowRes, PostApiInteractionLikeCommentReqBody, PostApiInteractionLikeCommentRes, PostApiInteractionLikeReqBody, PostApiInteractionLikeRes, PostApiInteractionMoveCollectsReqBody, PostApiInteractionMoveCollectsRes, PostApiInteractionRemoveCollectReqBody, PostApiInteractionRemoveCollectRes, PostApiInteractionTrackEventsBatchReqBody, PostApiInteractionTrackEventsBatchRes, PostApiInteractionUnfollowReqBody, PostApiInteractionUnfollowRes, PostApiInteractionUnifiedBatchLikeDislikeReqBody, PostApiInteractionUnifiedBatchLikeDislikeRes, PostApiInteractionUpdateFolderReqBody, PostApiInteractionUpdateFolderRes, PostApiInteractionUpdateFollowingContentUpdateTimeReqBody, PostApiInteractionUpdateFollowingContentUpdateTimeRes, PostApiUserEditUserInfoReqBody, PostApiUserEditUserInfoRes, PostApiUserLoginReqBody, PostApiUserLoginRes, PostApiUserRegisterReqBody, PostApiUserRegisterRes, PostApiUserResetForgetPasswordReqBody, PostApiUserResetForgetPasswordRes, PostApiUserResetPasswordReqBody, PostApiUserResetPasswordRes, PostApiUserSendEmailCodeReqBody, PostApiUserSendEmailCodeRes, PostApiUserSendForgetEmailCodeReqBody, PostApiUserSendForgetEmailCodeRes, PostApiUserSendResetPasswordEmailCodeReqBody, PostApiUserSendResetPasswordEmailCodeRes, PostApiUserUploadUserBgImageReqBody, PostApiUserUploadUserBgImageRes, PostApiUserUserFeedbackReqBody, PostApiUserUserFeedbackRes, PostApiUserUserPrivacySettingsReqBody, PostApiUserUserPrivacySettingsRes, PostApiUserVerifyEmailCodeReqBody, PostApiUserVerifyEmailCodeRes, PostApiUserVerifyForgetEmailCodeReqBody, PostApiUserVerifyForgetEmailCodeRes, PostApiUserVerifyResetPasswordEmailCodeReqBody, PostApiUserVerifyResetPasswordEmailCodeRes } from "../../types.mjs";
|
|
3
3
|
import { RequestConfig, ResponseData } from "../../utils/http.mjs";
|
|
4
4
|
|
|
5
5
|
//#region service/generated/client.d.ts
|
|
6
6
|
type ExtraRequestConfig = Omit<RequestConfig, 'url' | 'method' | 'params' | 'data'>;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
9
|
-
*/
|
|
10
|
-
declare function pCommunityMoveCollectionContent(data: PostApiCommunityMoveCollectionContentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityMoveCollectionContentRes>>;
|
|
11
|
-
/**
|
|
12
|
-
* 发布社区内容,支持文本、图片、视频等多种类型。底层调用 gRPC CommunityService.PublishContent 方法。
|
|
8
|
+
* 发布内容
|
|
13
9
|
*/
|
|
14
10
|
declare function pCommunityPublishContent(data: PostApiCommunityPublishContentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityPublishContentRes>>;
|
|
15
11
|
/**
|
|
16
|
-
*
|
|
17
|
-
*/
|
|
18
|
-
declare function gCommunityGetContentInfo(query: GetApiCommunityGetContentInfoQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetContentInfoRes>>;
|
|
19
|
-
/**
|
|
20
|
-
* 批量获取内容详情。底层调用 gRPC CommunityService.BatchGetContentInfo 方法。
|
|
12
|
+
* 获取内容详情
|
|
21
13
|
*/
|
|
22
|
-
declare function
|
|
14
|
+
declare function gCommunityGetContentInfo(query?: GetApiCommunityGetContentInfoQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetContentInfoRes>>;
|
|
23
15
|
/**
|
|
24
|
-
*
|
|
16
|
+
* 获取内容列表(信息流)
|
|
25
17
|
*/
|
|
26
18
|
declare function gCommunityGetContentList(query?: GetApiCommunityGetContentListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetContentListRes>>;
|
|
27
19
|
/**
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
declare function gCommunitySearchContent(query?: GetApiCommunitySearchContentQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunitySearchContentRes>>;
|
|
31
|
-
/**
|
|
32
|
-
* 内容查询(支持字段查询、排序等)。底层调用 gRPC CommunityService.QueryContents 方法。
|
|
33
|
-
*/
|
|
34
|
-
declare function gCommunityQueryContents(query?: GetApiCommunityQueryContentsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityQueryContentsRes>>;
|
|
35
|
-
/**
|
|
36
|
-
* 内容查询(支持字段查询、排序等)。底层调用 gRPC CommunityService.QueryContents 方法。
|
|
37
|
-
*/
|
|
38
|
-
declare function pCommunityQueryContents(data: PostApiCommunityQueryContentsReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityQueryContentsRes>>;
|
|
39
|
-
/**
|
|
40
|
-
* 删除内容。底层调用 gRPC CommunityService.DeleteContent 方法。
|
|
20
|
+
* 删除内容
|
|
41
21
|
*/
|
|
42
22
|
declare function pCommunityDeleteContent(data: PostApiCommunityDeleteContentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityDeleteContentRes>>;
|
|
43
23
|
/**
|
|
44
|
-
*
|
|
24
|
+
* 更新内容
|
|
45
25
|
*/
|
|
46
26
|
declare function pCommunityUpdateContent(data: PostApiCommunityUpdateContentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityUpdateContentRes>>;
|
|
47
27
|
/**
|
|
48
|
-
*
|
|
28
|
+
* 创建合集
|
|
49
29
|
*/
|
|
50
30
|
declare function pCommunityCreateCollection(data: PostApiCommunityCreateCollectionReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityCreateCollectionRes>>;
|
|
51
31
|
/**
|
|
52
|
-
*
|
|
32
|
+
* 获取合集详情
|
|
53
33
|
*/
|
|
54
|
-
declare function gCommunityGetCollectionInfo(query
|
|
34
|
+
declare function gCommunityGetCollectionInfo(query?: GetApiCommunityGetCollectionInfoQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetCollectionInfoRes>>;
|
|
55
35
|
/**
|
|
56
|
-
*
|
|
36
|
+
* 获取用户合集列表
|
|
57
37
|
*/
|
|
58
38
|
declare function gCommunityGetUserCollections(query?: GetApiCommunityGetUserCollectionsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetUserCollectionsRes>>;
|
|
59
39
|
/**
|
|
60
|
-
*
|
|
40
|
+
* 添加内容到合集
|
|
61
41
|
*/
|
|
62
42
|
declare function pCommunityAddContentToCollection(data: PostApiCommunityAddContentToCollectionReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityAddContentToCollectionRes>>;
|
|
63
43
|
/**
|
|
64
|
-
*
|
|
44
|
+
* 删除合集(不允许删除默认合集)
|
|
65
45
|
*/
|
|
66
46
|
declare function pCommunityDeleteCollection(data: PostApiCommunityDeleteCollectionReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityDeleteCollectionRes>>;
|
|
67
47
|
/**
|
|
68
|
-
*
|
|
48
|
+
* 订阅合集(含取消订阅)
|
|
69
49
|
*/
|
|
70
50
|
declare function pCommunitySubscribeCollection(data: PostApiCommunitySubscribeCollectionReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunitySubscribeCollectionRes>>;
|
|
71
51
|
/**
|
|
72
|
-
*
|
|
52
|
+
* 获取订阅的合集列表
|
|
73
53
|
*/
|
|
74
54
|
declare function gCommunityGetSubscribedCollections(query?: GetApiCommunityGetSubscribedCollectionsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetSubscribedCollectionsRes>>;
|
|
75
55
|
/**
|
|
76
|
-
*
|
|
56
|
+
* 编辑合集
|
|
77
57
|
*/
|
|
78
58
|
declare function pCommunityUpdateCollection(data: PostApiCommunityUpdateCollectionReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityUpdateCollectionRes>>;
|
|
79
59
|
/**
|
|
80
|
-
*
|
|
60
|
+
* 移除作品出合集
|
|
81
61
|
*/
|
|
82
62
|
declare function pCommunityRemoveContentFromCollection(data: PostApiCommunityRemoveContentFromCollectionReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityRemoveContentFromCollectionRes>>;
|
|
83
63
|
/**
|
|
84
|
-
*
|
|
64
|
+
* 移动作品【合集A => B】
|
|
65
|
+
*/
|
|
66
|
+
declare function pCommunityMoveCollectionContent(data: PostApiCommunityMoveCollectionContentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityMoveCollectionContentRes>>;
|
|
67
|
+
/**
|
|
68
|
+
* 上传图片/视频(流式上传)
|
|
85
69
|
*/
|
|
86
70
|
declare function pCommunityUploadMedia(data: PostApiCommunityUploadMediaReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityUploadMediaRes>>;
|
|
87
71
|
/**
|
|
88
|
-
* 获取预签名上传URL
|
|
72
|
+
* 获取预签名上传URL(用于客户端直传S3)
|
|
89
73
|
*/
|
|
90
74
|
declare function pCommunityGetUploadPresignedURL(data: PostApiCommunityGetUploadPresignedURLReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityGetUploadPresignedURLRes>>;
|
|
91
75
|
/**
|
|
92
|
-
*
|
|
76
|
+
* 发表评论
|
|
93
77
|
*/
|
|
94
78
|
declare function pCommunityCreateComment(data: PostApiCommunityCreateCommentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityCreateCommentRes>>;
|
|
95
79
|
/**
|
|
96
|
-
*
|
|
80
|
+
* 获取评论列表
|
|
97
81
|
*/
|
|
98
|
-
declare function gCommunityGetComments(query
|
|
82
|
+
declare function gCommunityGetComments(query?: GetApiCommunityGetCommentsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetCommentsRes>>;
|
|
99
83
|
/**
|
|
100
|
-
*
|
|
84
|
+
* 删除评论
|
|
101
85
|
*/
|
|
102
86
|
declare function pCommunityDeleteComment(data: PostApiCommunityDeleteCommentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityDeleteCommentRes>>;
|
|
103
87
|
/**
|
|
104
|
-
*
|
|
88
|
+
* 点赞评论
|
|
105
89
|
*/
|
|
106
90
|
declare function pCommunityLikeComment(data: PostApiCommunityLikeCommentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityLikeCommentRes>>;
|
|
107
91
|
/**
|
|
108
|
-
*
|
|
92
|
+
* 点踩评论
|
|
109
93
|
*/
|
|
110
94
|
declare function pCommunityDislikeComment(data: PostApiCommunityDislikeCommentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityDislikeCommentRes>>;
|
|
111
95
|
/**
|
|
112
|
-
*
|
|
96
|
+
* 分享内容
|
|
113
97
|
*/
|
|
114
98
|
declare function pCommunityShareContent(data: PostApiCommunityShareContentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityShareContentRes>>;
|
|
115
99
|
/**
|
|
116
|
-
*
|
|
117
|
-
*/
|
|
118
|
-
declare function gCommunityGetHotContentList(query?: GetApiCommunityGetHotContentListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetHotContentListRes>>;
|
|
119
|
-
/**
|
|
120
|
-
* GetRandomContentList。底层调用 gRPC CommunityService.GetRandomContentList 方法。
|
|
121
|
-
*/
|
|
122
|
-
declare function gCommunityGetRandomContentList(query?: GetApiCommunityGetRandomContentListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetRandomContentListRes>>;
|
|
123
|
-
/**
|
|
124
|
-
* s2s:接收互动服务通知的状态。底层调用 gRPC CommunityService.ContentInteractionNotify 方法。
|
|
125
|
-
*/
|
|
126
|
-
declare function pCommunityContentInteractionNotify(data: PostApiCommunityContentInteractionNotifyReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityContentInteractionNotifyRes>>;
|
|
127
|
-
/**
|
|
128
|
-
* 搜索当前用户关注列表中的用户信息。底层调用 gRPC CommunityService.SearchCurAccountFollowingUsersInfo 方法。
|
|
100
|
+
* 搜索当前用户关注列表中的用户信息
|
|
129
101
|
*/
|
|
130
102
|
declare function pCommunitySearchCurAccountFollowingUsersInfo(data: PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunitySearchCurAccountFollowingUsersInfoRes>>;
|
|
131
103
|
/**
|
|
132
|
-
*
|
|
133
|
-
*/
|
|
134
|
-
declare function gContentGetAppComponent(config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetAppComponentRes>>;
|
|
135
|
-
/**
|
|
136
|
-
* 按最新获取视频列表
|
|
137
|
-
*/
|
|
138
|
-
declare function gContentGetNewstVideoList(query?: GetApiContentGetNewstVideoListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetNewstVideoListRes>>;
|
|
139
|
-
/**
|
|
140
|
-
* 按最热获取视频列表
|
|
104
|
+
* GetHotContentLis
|
|
141
105
|
*/
|
|
142
|
-
declare function
|
|
106
|
+
declare function gCommunityGetHotContentList(query?: GetApiCommunityGetHotContentListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetHotContentListRes>>;
|
|
143
107
|
/**
|
|
144
|
-
*
|
|
108
|
+
* 通过api搜索
|
|
145
109
|
*/
|
|
146
|
-
declare function
|
|
110
|
+
declare function gContentGetVideoDetailByApi(query?: GetApiContentGetVideoDetailByApiQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetVideoDetailByApiRes>>;
|
|
147
111
|
/**
|
|
148
|
-
*
|
|
112
|
+
* 获取视频详情
|
|
149
113
|
*/
|
|
150
|
-
declare function gContentGetVideoDetail(query
|
|
114
|
+
declare function gContentGetVideoDetail(query?: GetApiContentGetVideoDetailQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetVideoDetailRes>>;
|
|
151
115
|
/**
|
|
152
|
-
*
|
|
116
|
+
* 推荐搜索
|
|
153
117
|
*/
|
|
154
|
-
declare function
|
|
118
|
+
declare function gContentGetRecommendSearchList(query?: GetApiContentGetRecommendSearchListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetRecommendSearchListRes>>;
|
|
155
119
|
/**
|
|
156
|
-
*
|
|
120
|
+
* 热门视频
|
|
157
121
|
*/
|
|
158
122
|
declare function gContentGetHotVideoList(query?: GetApiContentGetHotVideoListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetHotVideoListRes>>;
|
|
159
123
|
/**
|
|
160
|
-
*
|
|
161
|
-
*/
|
|
162
|
-
declare function gContentGetVideosByIds(query: GetApiContentGetVideosByIdsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetVideosByIdsRes>>;
|
|
163
|
-
/**
|
|
164
|
-
* 获取视频剧集列表。底层调用 gRPC ContentService.GetVideoEpisodes 方法。
|
|
165
|
-
*/
|
|
166
|
-
declare function gContentGetVideoEpisodes(query: GetApiContentGetVideoEpisodesQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetVideoEpisodesRes>>;
|
|
167
|
-
/**
|
|
168
|
-
* 获取推荐搜索列表。底层调用 gRPC ContentService.GetRecommendSearchList 方法。
|
|
169
|
-
*/
|
|
170
|
-
declare function gContentGetRecommendSearchList(query?: GetApiContentGetRecommendSearchListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetRecommendSearchListRes>>;
|
|
171
|
-
/**
|
|
172
|
-
* 获取应用频道列表。底层调用 gRPC ContentService.GetAppChannels 方法。
|
|
124
|
+
* 获取推荐列表
|
|
173
125
|
*/
|
|
174
|
-
declare function
|
|
126
|
+
declare function gContentGetRecommendVideoList(query?: GetApiContentGetRecommendVideoListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetRecommendVideoListRes>>;
|
|
175
127
|
/**
|
|
176
|
-
*
|
|
128
|
+
* 客户端获取应用频道列表
|
|
177
129
|
*/
|
|
178
130
|
declare function gContentGetAppChannels(query?: GetApiContentGetAppChannelsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetAppChannelsRes>>;
|
|
179
131
|
/**
|
|
180
|
-
*
|
|
181
|
-
*/
|
|
182
|
-
declare function gContentGetAdminSubChannels(query: GetApiContentGetAdminSubChannelsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetAdminSubChannelsRes>>;
|
|
183
|
-
/**
|
|
184
|
-
* 获取应用频道区块。底层调用 gRPC ContentService.GetAppChannelBlock 方法。
|
|
132
|
+
* 频道推荐位
|
|
185
133
|
*/
|
|
186
|
-
declare function gContentGetAppChannelBlock(query
|
|
134
|
+
declare function gContentGetAppChannelBlock(query?: GetApiContentGetAppChannelBlockQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetAppChannelBlockRes>>;
|
|
187
135
|
/**
|
|
188
|
-
*
|
|
136
|
+
* 获取频道推荐位数据
|
|
189
137
|
*/
|
|
190
138
|
declare function gContentGetAppChannelBlockData(query?: GetApiContentGetAppChannelBlockDataQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetAppChannelBlockDataRes>>;
|
|
191
139
|
/**
|
|
192
|
-
*
|
|
193
|
-
*/
|
|
194
|
-
declare function gContentAdminListAppChannelBlocks(query: GetApiContentAdminListAppChannelBlocksQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentAdminListAppChannelBlocksRes>>;
|
|
195
|
-
/**
|
|
196
|
-
* 更新应用频道区块横幅。底层调用 gRPC ContentService.UpdateAppChannelBlockBanner 方法。
|
|
197
|
-
*/
|
|
198
|
-
declare function pContentUpdateAppChannelBlockBanner(data: PostApiContentUpdateAppChannelBlockBannerReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiContentUpdateAppChannelBlockBannerRes>>;
|
|
199
|
-
/**
|
|
200
|
-
* 更新应用频道区块横幅状态。底层调用 gRPC ContentService.UpdateAppChannelBlockBannerStatus 方法。
|
|
140
|
+
* 最新视频、热门视频列表接口(游标分页,支持按标签和分类过滤)
|
|
201
141
|
*/
|
|
202
|
-
declare function
|
|
142
|
+
declare function pContentGetNewstVideoList(data: PostApiContentGetNewstVideoListReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiContentGetNewstVideoListRes>>;
|
|
203
143
|
/**
|
|
204
|
-
*
|
|
144
|
+
* 热门视频列表(游标分页 + 标签、分类筛选)
|
|
205
145
|
*/
|
|
206
|
-
declare function
|
|
146
|
+
declare function pContentGetPopularVideoList(data: PostApiContentGetPopularVideoListReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiContentGetPopularVideoListRes>>;
|
|
207
147
|
/**
|
|
208
|
-
*
|
|
148
|
+
* 获取可见悬浮球列表(按排序字段排序)
|
|
209
149
|
*/
|
|
210
|
-
declare function
|
|
211
|
-
/**
|
|
212
|
-
* 添加应用频道区块自定义内容。底层调用 gRPC ContentService.AddAppChannelBlockDiyContent 方法。
|
|
213
|
-
*/
|
|
214
|
-
declare function pContentAddAppChannelBlockDiyContent(data: PostApiContentAddAppChannelBlockDiyContentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiContentAddAppChannelBlockDiyContentRes>>;
|
|
215
|
-
/**
|
|
216
|
-
* 删除应用频道区块自定义内容。底层调用 gRPC ContentService.DeleteAppChannelBlockDiyContent 方法。
|
|
217
|
-
*/
|
|
218
|
-
declare function pContentDeleteAppChannelBlockDiyContent(data: PostApiContentDeleteAppChannelBlockDiyContentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiContentDeleteAppChannelBlockDiyContentRes>>;
|
|
219
|
-
/**
|
|
220
|
-
* 获取应用频道区块自定义内容列表。底层调用 gRPC ContentService.ListAppChannelBlockDiyContents 方法。
|
|
221
|
-
*/
|
|
222
|
-
declare function gContentListAppChannelBlockDiyContents(query: GetApiContentListAppChannelBlockDiyContentsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentListAppChannelBlockDiyContentsRes>>;
|
|
150
|
+
declare function gContentListVisibleFloatingBall(query?: GetApiContentListVisibleFloatingBallQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentListVisibleFloatingBallRes>>;
|
|
223
151
|
/**
|
|
224
|
-
*
|
|
152
|
+
* 猜你喜欢视频列表
|
|
225
153
|
*/
|
|
226
|
-
declare function
|
|
154
|
+
declare function gContentGetGuessYouLikeVideos(query?: GetApiContentGetGuessYouLikeVideosQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetGuessYouLikeVideosRes>>;
|
|
227
155
|
/**
|
|
228
|
-
*
|
|
156
|
+
* 根据广告Code查询广告详情
|
|
229
157
|
*/
|
|
230
|
-
declare function
|
|
158
|
+
declare function gContentGetAdvertiseByCode(query?: GetApiContentGetAdvertiseByCodeQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetAdvertiseByCodeRes>>;
|
|
231
159
|
/**
|
|
232
|
-
*
|
|
160
|
+
* 获取App组件信息
|
|
233
161
|
*/
|
|
234
|
-
declare function
|
|
162
|
+
declare function gContentGetAppComponent(config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetAppComponentRes>>;
|
|
235
163
|
/**
|
|
236
|
-
*
|
|
164
|
+
* 批量获取视频详情
|
|
237
165
|
*/
|
|
238
|
-
declare function
|
|
166
|
+
declare function pContentBatchGetVideoDetail(data: PostApiContentBatchGetVideoDetailReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiContentBatchGetVideoDetailRes>>;
|
|
239
167
|
/**
|
|
240
|
-
*
|
|
168
|
+
* 处理 M3U8 文件。底层调用 gRPC ContentService.ProcessM3u8 方法。返回处理后的 M3U8 文件内容。
|
|
241
169
|
*/
|
|
242
|
-
declare function
|
|
170
|
+
declare function gContentProcessM3u8(query: GetApiContentProcessM3u8Query, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentProcessM3u8Res>>;
|
|
243
171
|
/**
|
|
244
|
-
*
|
|
172
|
+
* 点赞作品
|
|
245
173
|
*/
|
|
246
|
-
declare function
|
|
174
|
+
declare function pInteractionLike(data: PostApiInteractionLikeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionLikeRes>>;
|
|
247
175
|
/**
|
|
248
|
-
*
|
|
176
|
+
* 踩作品
|
|
249
177
|
*/
|
|
250
|
-
declare function
|
|
178
|
+
declare function pInteractionDislike(data: PostApiInteractionDislikeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionDislikeRes>>;
|
|
251
179
|
/**
|
|
252
|
-
*
|
|
180
|
+
* 取消点赞作品
|
|
253
181
|
*/
|
|
254
|
-
declare function
|
|
182
|
+
declare function pInteractionCancelLike(data: PostApiInteractionCancelLikeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionCancelLikeRes>>;
|
|
255
183
|
/**
|
|
256
|
-
*
|
|
184
|
+
* 取消踩作品
|
|
257
185
|
*/
|
|
258
|
-
declare function
|
|
186
|
+
declare function pInteractionCancelDislike(data: PostApiInteractionCancelDislikeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionCancelDislikeRes>>;
|
|
259
187
|
/**
|
|
260
|
-
*
|
|
188
|
+
* 获取用户点赞的内容列表
|
|
261
189
|
*/
|
|
262
|
-
declare function
|
|
190
|
+
declare function gInteractionGetLikeList(query?: GetApiInteractionGetLikeListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetLikeListRes>>;
|
|
263
191
|
/**
|
|
264
|
-
*
|
|
192
|
+
* 获取用户点踩的内容列表
|
|
265
193
|
*/
|
|
266
|
-
declare function
|
|
194
|
+
declare function gInteractionGetDislikeList(query?: GetApiInteractionGetDislikeListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetDislikeListRes>>;
|
|
267
195
|
/**
|
|
268
|
-
*
|
|
196
|
+
* 获取内容的点赞用户列表
|
|
269
197
|
*/
|
|
270
|
-
declare function
|
|
198
|
+
declare function gInteractionGetContentLikeList(query?: GetApiInteractionGetContentLikeListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetContentLikeListRes>>;
|
|
271
199
|
/**
|
|
272
|
-
*
|
|
200
|
+
* 获取内容的点踩用户列表
|
|
273
201
|
*/
|
|
274
|
-
declare function
|
|
202
|
+
declare function gInteractionGetContentDislikeList(query?: GetApiInteractionGetContentDislikeListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetContentDislikeListRes>>;
|
|
275
203
|
/**
|
|
276
|
-
*
|
|
204
|
+
* 统一批量点赞点踩(包含点赞、点踩、取消操作)
|
|
277
205
|
*/
|
|
278
|
-
declare function
|
|
206
|
+
declare function pInteractionUnifiedBatchLikeDislike(data: PostApiInteractionUnifiedBatchLikeDislikeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionUnifiedBatchLikeDislikeRes>>;
|
|
279
207
|
/**
|
|
280
|
-
*
|
|
208
|
+
* 评论点赞/点踩
|
|
281
209
|
*/
|
|
282
|
-
declare function
|
|
210
|
+
declare function pInteractionLikeComment(data: PostApiInteractionLikeCommentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionLikeCommentRes>>;
|
|
283
211
|
/**
|
|
284
|
-
*
|
|
212
|
+
* 评论点踩
|
|
285
213
|
*/
|
|
286
|
-
declare function
|
|
214
|
+
declare function pInteractionDislikeComment(data: PostApiInteractionDislikeCommentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionDislikeCommentRes>>;
|
|
287
215
|
/**
|
|
288
|
-
*
|
|
216
|
+
* 评论点赞点踩查询
|
|
289
217
|
*/
|
|
290
|
-
declare function
|
|
218
|
+
declare function pInteractionBatchGetCommentLikeStatus(data: PostApiInteractionBatchGetCommentLikeStatusReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionBatchGetCommentLikeStatusRes>>;
|
|
291
219
|
/**
|
|
292
|
-
*
|
|
220
|
+
* 记录浏览
|
|
293
221
|
*/
|
|
294
|
-
declare function
|
|
222
|
+
declare function pInteractionBrowse(data: PostApiInteractionBrowseReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionBrowseRes>>;
|
|
295
223
|
/**
|
|
296
|
-
*
|
|
224
|
+
* 获取浏览历史列表
|
|
297
225
|
*/
|
|
298
|
-
declare function
|
|
226
|
+
declare function gInteractionGetBrowseList(query?: GetApiInteractionGetBrowseListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetBrowseListRes>>;
|
|
299
227
|
/**
|
|
300
|
-
*
|
|
228
|
+
* 删除浏览记录
|
|
301
229
|
*/
|
|
302
|
-
declare function
|
|
230
|
+
declare function pInteractionDeleteBrowseRecord(data: PostApiInteractionDeleteBrowseRecordReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionDeleteBrowseRecordRes>>;
|
|
303
231
|
/**
|
|
304
|
-
*
|
|
232
|
+
* 清空浏览历史
|
|
305
233
|
*/
|
|
306
|
-
declare function
|
|
234
|
+
declare function pInteractionClearBrowseHistory(data: PostApiInteractionClearBrowseHistoryReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionClearBrowseHistoryRes>>;
|
|
307
235
|
/**
|
|
308
|
-
*
|
|
236
|
+
* 统一批量清除浏览记录
|
|
309
237
|
*/
|
|
310
|
-
declare function
|
|
238
|
+
declare function pInteractionBatchClearBrowse(data: PostApiInteractionBatchClearBrowseReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionBatchClearBrowseRes>>;
|
|
311
239
|
/**
|
|
312
|
-
*
|
|
240
|
+
* 创建收藏夹
|
|
313
241
|
*/
|
|
314
|
-
declare function
|
|
242
|
+
declare function pInteractionCreateFolder(data: PostApiInteractionCreateFolderReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionCreateFolderRes>>;
|
|
315
243
|
/**
|
|
316
|
-
*
|
|
244
|
+
* 编辑收藏夹
|
|
317
245
|
*/
|
|
318
|
-
declare function
|
|
246
|
+
declare function pInteractionUpdateFolder(data: PostApiInteractionUpdateFolderReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionUpdateFolderRes>>;
|
|
319
247
|
/**
|
|
320
|
-
*
|
|
248
|
+
* 删除收藏夹
|
|
321
249
|
*/
|
|
322
|
-
declare function
|
|
250
|
+
declare function pInteractionDeleteFolder(data: PostApiInteractionDeleteFolderReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionDeleteFolderRes>>;
|
|
323
251
|
/**
|
|
324
|
-
*
|
|
252
|
+
* 获取收藏夹列表
|
|
325
253
|
*/
|
|
326
|
-
declare function
|
|
254
|
+
declare function gInteractionListFolders(query?: GetApiInteractionListFoldersQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionListFoldersRes>>;
|
|
327
255
|
/**
|
|
328
|
-
*
|
|
256
|
+
* 获取收藏夹详情
|
|
329
257
|
*/
|
|
330
|
-
declare function
|
|
258
|
+
declare function gInteractionGetFolder(query?: GetApiInteractionGetFolderQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetFolderRes>>;
|
|
331
259
|
/**
|
|
332
|
-
*
|
|
260
|
+
* 获取收藏夹统计信息(收藏数量等)
|
|
333
261
|
*/
|
|
334
|
-
declare function
|
|
262
|
+
declare function gInteractionGetFolderStats(query?: GetApiInteractionGetFolderStatsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetFolderStatsRes>>;
|
|
335
263
|
/**
|
|
336
|
-
*
|
|
264
|
+
* 添加收藏(收藏内容到收藏夹)
|
|
337
265
|
*/
|
|
338
|
-
declare function
|
|
266
|
+
declare function pInteractionAddCollect(data: PostApiInteractionAddCollectReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionAddCollectRes>>;
|
|
339
267
|
/**
|
|
340
|
-
*
|
|
268
|
+
* 取消收藏(从收藏夹移除内容)
|
|
341
269
|
*/
|
|
342
|
-
declare function
|
|
270
|
+
declare function pInteractionRemoveCollect(data: PostApiInteractionRemoveCollectReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionRemoveCollectRes>>;
|
|
343
271
|
/**
|
|
344
|
-
*
|
|
272
|
+
* 获取收藏夹内的内容列表
|
|
345
273
|
*/
|
|
346
|
-
declare function
|
|
274
|
+
declare function gInteractionListCollects(query?: GetApiInteractionListCollectsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionListCollectsRes>>;
|
|
347
275
|
/**
|
|
348
|
-
*
|
|
276
|
+
* 批量移动收藏(将内容从一个收藏夹移动到另一个)
|
|
349
277
|
*/
|
|
350
|
-
declare function
|
|
278
|
+
declare function pInteractionMoveCollects(data: PostApiInteractionMoveCollectsReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionMoveCollectsRes>>;
|
|
351
279
|
/**
|
|
352
|
-
*
|
|
280
|
+
* 检查内容是否已收藏
|
|
353
281
|
*/
|
|
354
|
-
declare function
|
|
282
|
+
declare function pInteractionCheckCollect(data: PostApiInteractionCheckCollectReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionCheckCollectRes>>;
|
|
355
283
|
/**
|
|
356
|
-
*
|
|
284
|
+
* 批量删除收藏
|
|
357
285
|
*/
|
|
358
|
-
declare function
|
|
286
|
+
declare function pInteractionBatchDeleteCollects(data: PostApiInteractionBatchDeleteCollectsReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionBatchDeleteCollectsRes>>;
|
|
359
287
|
/**
|
|
360
|
-
*
|
|
288
|
+
* 批量查询内容互动状态
|
|
361
289
|
*/
|
|
362
290
|
declare function pInteractionBatchQueryContentInteractions(data: PostApiInteractionBatchQueryContentInteractionsReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionBatchQueryContentInteractionsRes>>;
|
|
363
291
|
/**
|
|
364
|
-
*
|
|
365
|
-
*/
|
|
366
|
-
declare function pInteractionBrowse(data: PostApiInteractionBrowseReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionBrowseRes>>;
|
|
367
|
-
/**
|
|
368
|
-
* 获取浏览列表。底层调用 gRPC InteractionService.GetBrowseList 方法。
|
|
369
|
-
*/
|
|
370
|
-
declare function gInteractionGetBrowseList(query: GetApiInteractionGetBrowseListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetBrowseListRes>>;
|
|
371
|
-
/**
|
|
372
|
-
* 删除浏览记录。底层调用 gRPC InteractionService.DeleteBrowseRecord 方法。
|
|
373
|
-
*/
|
|
374
|
-
declare function pInteractionDeleteBrowseRecord(data: PostApiInteractionDeleteBrowseRecordReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionDeleteBrowseRecordRes>>;
|
|
375
|
-
/**
|
|
376
|
-
* 清空浏览历史。底层调用 gRPC InteractionService.ClearBrowseHistory 方法。
|
|
377
|
-
*/
|
|
378
|
-
declare function pInteractionClearBrowseHistory(data: PostApiInteractionClearBrowseHistoryReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionClearBrowseHistoryRes>>;
|
|
379
|
-
/**
|
|
380
|
-
* 创建收藏夹。底层调用 gRPC InteractionService.CreateFolder 方法。
|
|
381
|
-
*/
|
|
382
|
-
declare function pInteractionCreateFolder(data: PostApiInteractionCreateFolderReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionCreateFolderRes>>;
|
|
383
|
-
/**
|
|
384
|
-
* 更新收藏夹。底层调用 gRPC InteractionService.UpdateFolder 方法。
|
|
385
|
-
*/
|
|
386
|
-
declare function pInteractionUpdateFolder(data: PostApiInteractionUpdateFolderReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionUpdateFolderRes>>;
|
|
387
|
-
/**
|
|
388
|
-
* 删除收藏夹。底层调用 gRPC InteractionService.DeleteFolder 方法。
|
|
389
|
-
*/
|
|
390
|
-
declare function pInteractionDeleteFolder(data: PostApiInteractionDeleteFolderReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionDeleteFolderRes>>;
|
|
391
|
-
/**
|
|
392
|
-
* 获取收藏夹列表。底层调用 gRPC InteractionService.ListFolders 方法。
|
|
393
|
-
*/
|
|
394
|
-
declare function gInteractionListFolders(query: GetApiInteractionListFoldersQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionListFoldersRes>>;
|
|
395
|
-
/**
|
|
396
|
-
* 获取收藏夹详情。底层调用 gRPC InteractionService.GetFolder 方法。
|
|
292
|
+
* 细粒度:仅批量查点赞/点踩状态(不调 community,供 community 等按需组合使用)
|
|
397
293
|
*/
|
|
398
|
-
declare function
|
|
294
|
+
declare function pInteractionBatchGetLikeStatus(data: PostApiInteractionBatchGetLikeStatusReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionBatchGetLikeStatusRes>>;
|
|
399
295
|
/**
|
|
400
|
-
*
|
|
296
|
+
* 关注用户
|
|
401
297
|
*/
|
|
402
|
-
declare function
|
|
298
|
+
declare function pInteractionFollow(data: PostApiInteractionFollowReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionFollowRes>>;
|
|
403
299
|
/**
|
|
404
|
-
*
|
|
300
|
+
* 取消关注
|
|
405
301
|
*/
|
|
406
|
-
declare function
|
|
302
|
+
declare function pInteractionUnfollow(data: PostApiInteractionUnfollowReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionUnfollowRes>>;
|
|
407
303
|
/**
|
|
408
|
-
*
|
|
304
|
+
* 检查是否关注
|
|
409
305
|
*/
|
|
410
|
-
declare function
|
|
306
|
+
declare function pInteractionCheckFollow(data: PostApiInteractionCheckFollowReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionCheckFollowRes>>;
|
|
411
307
|
/**
|
|
412
|
-
*
|
|
308
|
+
* 获取关注列表(我关注了谁)
|
|
413
309
|
*/
|
|
414
|
-
declare function
|
|
310
|
+
declare function gInteractionGetFollowingList(query?: GetApiInteractionGetFollowingListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetFollowingListRes>>;
|
|
415
311
|
/**
|
|
416
|
-
*
|
|
312
|
+
* 获取粉丝列表(谁关注了我)
|
|
417
313
|
*/
|
|
418
|
-
declare function
|
|
314
|
+
declare function gInteractionGetFollowerList(query?: GetApiInteractionGetFollowerListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetFollowerListRes>>;
|
|
419
315
|
/**
|
|
420
|
-
*
|
|
316
|
+
* 获取用户关注统计信息
|
|
421
317
|
*/
|
|
422
|
-
declare function
|
|
318
|
+
declare function gInteractionGetFollowStats(query?: GetApiInteractionGetFollowStatsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetFollowStatsRes>>;
|
|
423
319
|
/**
|
|
424
|
-
*
|
|
320
|
+
* 批量获取用户的关注统计
|
|
425
321
|
*/
|
|
426
|
-
declare function
|
|
322
|
+
declare function pInteractionBatchGetFollowStats(data: PostApiInteractionBatchGetFollowStatsReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionBatchGetFollowStatsRes>>;
|
|
427
323
|
/**
|
|
428
|
-
*
|
|
324
|
+
* 检查双向关注关系(是否互相关注)
|
|
429
325
|
*/
|
|
430
|
-
declare function
|
|
326
|
+
declare function gInteractionCheckMutualFollow(query?: GetApiInteractionCheckMutualFollowQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionCheckMutualFollowRes>>;
|
|
431
327
|
/**
|
|
432
|
-
*
|
|
328
|
+
* 获取关注用户的更新内容列表(用于推送通知)
|
|
433
329
|
*/
|
|
434
|
-
declare function
|
|
330
|
+
declare function gInteractionGetFollowingUserUpdates(query?: GetApiInteractionGetFollowingUserUpdatesQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetFollowingUserUpdatesRes>>;
|
|
435
331
|
/**
|
|
436
|
-
*
|
|
332
|
+
* 更新关注者内容更新时间
|
|
437
333
|
*/
|
|
438
|
-
declare function
|
|
334
|
+
declare function pInteractionUpdateFollowingContentUpdateTime(data: PostApiInteractionUpdateFollowingContentUpdateTimeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionUpdateFollowingContentUpdateTimeRes>>;
|
|
439
335
|
/**
|
|
440
|
-
*
|
|
336
|
+
* 关注用户更新内容列表
|
|
441
337
|
*/
|
|
442
|
-
declare function
|
|
338
|
+
declare function gInteractionGetFollowingContentList(query?: GetApiInteractionGetFollowingContentListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetFollowingContentListRes>>;
|
|
443
339
|
/**
|
|
444
|
-
*
|
|
340
|
+
* 批量埋点上报(异步写入 Kafka)
|
|
445
341
|
*/
|
|
446
|
-
declare function
|
|
342
|
+
declare function pInteractionTrackEventsBatch(data: PostApiInteractionTrackEventsBatchReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionTrackEventsBatchRes>>;
|
|
447
343
|
/**
|
|
448
|
-
*
|
|
344
|
+
* 获取游客身份
|
|
449
345
|
*/
|
|
450
346
|
declare function gUserGetGuestIdentity(query?: GetApiUserGetGuestIdentityQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiUserGetGuestIdentityRes>>;
|
|
451
347
|
/**
|
|
452
|
-
*
|
|
348
|
+
* 用户登陆
|
|
453
349
|
*/
|
|
454
350
|
declare function pUserLogin(data: PostApiUserLoginReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserLoginRes>>;
|
|
455
351
|
/**
|
|
456
|
-
*
|
|
352
|
+
* 注册发送邮箱验证码
|
|
457
353
|
*/
|
|
458
354
|
declare function pUserSendEmailCode(data: PostApiUserSendEmailCodeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserSendEmailCodeRes>>;
|
|
459
355
|
/**
|
|
460
|
-
*
|
|
356
|
+
* 注册验证邮箱验证码
|
|
461
357
|
*/
|
|
462
358
|
declare function pUserVerifyEmailCode(data: PostApiUserVerifyEmailCodeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserVerifyEmailCodeRes>>;
|
|
463
359
|
/**
|
|
464
|
-
*
|
|
360
|
+
* 用户注册
|
|
465
361
|
*/
|
|
466
362
|
declare function pUserRegister(data: PostApiUserRegisterReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserRegisterRes>>;
|
|
467
363
|
/**
|
|
468
|
-
*
|
|
364
|
+
* 重置密码
|
|
469
365
|
*/
|
|
470
366
|
declare function pUserResetPassword(data: PostApiUserResetPasswordReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserResetPasswordRes>>;
|
|
471
367
|
/**
|
|
472
|
-
*
|
|
368
|
+
* 重置密码-发送邮箱验证码
|
|
473
369
|
*/
|
|
474
|
-
declare function
|
|
370
|
+
declare function pUserSendResetPasswordEmailCode(data: PostApiUserSendResetPasswordEmailCodeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserSendResetPasswordEmailCodeRes>>;
|
|
475
371
|
/**
|
|
476
|
-
*
|
|
372
|
+
* 重置密码-验证邮箱验证码
|
|
477
373
|
*/
|
|
478
|
-
declare function
|
|
374
|
+
declare function pUserVerifyResetPasswordEmailCode(data: PostApiUserVerifyResetPasswordEmailCodeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserVerifyResetPasswordEmailCodeRes>>;
|
|
479
375
|
/**
|
|
480
|
-
*
|
|
376
|
+
* 忘记密码-重置密码
|
|
481
377
|
*/
|
|
482
|
-
declare function
|
|
378
|
+
declare function pUserResetForgetPassword(data: PostApiUserResetForgetPasswordReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserResetForgetPasswordRes>>;
|
|
483
379
|
/**
|
|
484
|
-
*
|
|
380
|
+
* 忘记密码-发送邮箱验证码
|
|
485
381
|
*/
|
|
486
|
-
declare function
|
|
382
|
+
declare function pUserSendForgetEmailCode(data: PostApiUserSendForgetEmailCodeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserSendForgetEmailCodeRes>>;
|
|
487
383
|
/**
|
|
488
|
-
*
|
|
384
|
+
* 忘记密码-验证邮箱验证码
|
|
489
385
|
*/
|
|
490
|
-
declare function
|
|
386
|
+
declare function pUserVerifyForgetEmailCode(data: PostApiUserVerifyForgetEmailCodeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserVerifyForgetEmailCodeRes>>;
|
|
491
387
|
/**
|
|
492
|
-
*
|
|
388
|
+
* 获取用户信息
|
|
493
389
|
*/
|
|
494
|
-
declare function
|
|
390
|
+
declare function gUserGetUserInfo(query?: GetApiUserGetUserInfoQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiUserGetUserInfoRes>>;
|
|
495
391
|
/**
|
|
496
|
-
*
|
|
392
|
+
* 获取用户编辑信息
|
|
497
393
|
*/
|
|
498
|
-
declare function
|
|
394
|
+
declare function gUserGetUserEditInfo(query?: GetApiUserGetUserEditInfoQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiUserGetUserEditInfoRes>>;
|
|
499
395
|
/**
|
|
500
|
-
*
|
|
396
|
+
* 编辑用户信息
|
|
501
397
|
*/
|
|
502
|
-
declare function
|
|
398
|
+
declare function pUserEditUserInfo(data: PostApiUserEditUserInfoReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserEditUserInfoRes>>;
|
|
503
399
|
/**
|
|
504
|
-
*
|
|
400
|
+
* 用户意见反馈
|
|
505
401
|
*/
|
|
506
402
|
declare function pUserUserFeedback(data: PostApiUserUserFeedbackReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserUserFeedbackRes>>;
|
|
507
403
|
/**
|
|
@@ -521,4 +417,4 @@ declare function pUserUploadUserBgImage(data: PostApiUserUploadUserBgImageReqBod
|
|
|
521
417
|
*/
|
|
522
418
|
declare function gUserViewUserInfo(query?: GetApiUserViewUserInfoQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiUserViewUserInfoRes>>;
|
|
523
419
|
//#endregion
|
|
524
|
-
export {
|
|
420
|
+
export { gCommunityGetCollectionInfo, gCommunityGetComments, gCommunityGetContentInfo, gCommunityGetContentList, gCommunityGetHotContentList, gCommunityGetSubscribedCollections, gCommunityGetUserCollections, gContentGetAdvertiseByCode, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannels, gContentGetAppComponent, gContentGetGuessYouLikeVideos, gContentGetHotVideoList, gContentGetRecommendSearchList, gContentGetRecommendVideoList, gContentGetVideoDetail, gContentGetVideoDetailByApi, gContentListVisibleFloatingBall, gContentProcessM3u8, gInteractionCheckMutualFollow, gInteractionGetBrowseList, gInteractionGetContentDislikeList, gInteractionGetContentLikeList, gInteractionGetDislikeList, gInteractionGetFolder, gInteractionGetFolderStats, gInteractionGetFollowStats, gInteractionGetFollowerList, gInteractionGetFollowingContentList, gInteractionGetFollowingList, gInteractionGetFollowingUserUpdates, gInteractionGetLikeList, gInteractionListCollects, gInteractionListFolders, gUserGetGuestIdentity, gUserGetUserEditInfo, gUserGetUserInfo, gUserGetUserPrivacySettings, gUserViewUserInfo, pCommunityAddContentToCollection, pCommunityCreateCollection, pCommunityCreateComment, pCommunityDeleteCollection, pCommunityDeleteComment, pCommunityDeleteContent, pCommunityDislikeComment, pCommunityGetUploadPresignedURL, pCommunityLikeComment, pCommunityMoveCollectionContent, pCommunityPublishContent, pCommunityRemoveContentFromCollection, pCommunitySearchCurAccountFollowingUsersInfo, pCommunityShareContent, pCommunitySubscribeCollection, pCommunityUpdateCollection, pCommunityUpdateContent, pCommunityUploadMedia, pContentBatchGetVideoDetail, pContentGetNewstVideoList, pContentGetPopularVideoList, pInteractionAddCollect, pInteractionBatchClearBrowse, pInteractionBatchDeleteCollects, pInteractionBatchGetCommentLikeStatus, pInteractionBatchGetFollowStats, pInteractionBatchGetLikeStatus, pInteractionBatchQueryContentInteractions, pInteractionBrowse, pInteractionCancelDislike, pInteractionCancelLike, pInteractionCheckCollect, pInteractionCheckFollow, pInteractionClearBrowseHistory, pInteractionCreateFolder, pInteractionDeleteBrowseRecord, pInteractionDeleteFolder, pInteractionDislike, pInteractionDislikeComment, pInteractionFollow, pInteractionLike, pInteractionLikeComment, pInteractionMoveCollects, pInteractionRemoveCollect, pInteractionTrackEventsBatch, pInteractionUnfollow, pInteractionUnifiedBatchLikeDislike, pInteractionUpdateFolder, pInteractionUpdateFollowingContentUpdateTime, pUserEditUserInfo, pUserLogin, pUserRegister, pUserResetForgetPassword, pUserResetPassword, pUserSendEmailCode, pUserSendForgetEmailCode, pUserSendResetPasswordEmailCode, pUserUploadUserBgImage, pUserUserFeedback, pUserUserPrivacySettings, pUserVerifyEmailCode, pUserVerifyForgetEmailCode, pUserVerifyResetPasswordEmailCode };
|