@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.
Files changed (992) hide show
  1. package/README.md +13 -0
  2. package/bin/index.mjs +323 -0
  3. package/dist/_virtual/_rolldown/runtime.mjs +18 -1
  4. package/dist/assets/icons/clear.mjs +17 -1
  5. package/dist/assets/icons/close-icon.mjs +18 -1
  6. package/dist/assets/icons/close.mjs +14 -1
  7. package/dist/assets/icons/common/collect_nor.mjs +21 -1
  8. package/dist/assets/icons/common/collect_sel.mjs +21 -1
  9. package/dist/assets/icons/common/follow_sel.mjs +17 -1
  10. package/dist/assets/icons/common/follow_user.mjs +17 -1
  11. package/dist/assets/icons/common/full_screen.mjs +17 -1
  12. package/dist/assets/icons/common/god_comment.mjs +17 -1
  13. package/dist/assets/icons/common/heart-like.mjs +31 -1
  14. package/dist/assets/icons/common/heart-unlike.mjs +18 -1
  15. package/dist/assets/icons/common/qq.mjs +32 -1
  16. package/dist/assets/icons/common/right_arrow.mjs +14 -1
  17. package/dist/assets/icons/common/share.mjs +17 -1
  18. package/dist/assets/icons/common/solid-arrow.mjs +17 -1
  19. package/dist/assets/icons/common/video_play.mjs +18 -1
  20. package/dist/assets/icons/common/wechat-friends.mjs +40 -1
  21. package/dist/assets/icons/common/wechat.mjs +39 -1
  22. package/dist/assets/icons/detail/check-ok.mjs +17 -1
  23. package/dist/assets/icons/detail/collect_nor.mjs +21 -1
  24. package/dist/assets/icons/detail/collect_sel.mjs +21 -1
  25. package/dist/assets/icons/detail/comment.mjs +19 -1
  26. package/dist/assets/icons/detail/commet_at.mjs +53 -1
  27. package/dist/assets/icons/detail/give_like.mjs +20 -1
  28. package/dist/assets/icons/detail/give_like_sel.mjs +27 -1
  29. package/dist/assets/icons/detail/min-collection.mjs +38 -1
  30. package/dist/assets/icons/detail/publish_pic.mjs +27 -1
  31. package/dist/assets/icons/detail/publish_video.mjs +30 -1
  32. package/dist/assets/icons/detail/share.mjs +17 -1
  33. package/dist/assets/icons/detail/un_like.mjs +20 -1
  34. package/dist/assets/icons/detail/un_like_sel.mjs +27 -1
  35. package/dist/assets/icons/detail/video_flag.mjs +17 -1
  36. package/dist/assets/icons/detail/video_play.mjs +18 -1
  37. package/dist/assets/icons/dislike.mjs +20 -1
  38. package/dist/assets/icons/dislike_sel.mjs +27 -1
  39. package/dist/assets/icons/empty/img-empty-adduser.mjs +463 -1
  40. package/dist/assets/icons/empty/img-empty-nodata.mjs +194 -1
  41. package/dist/assets/icons/eye-icon.mjs +21 -1
  42. package/dist/assets/icons/eye-off-icon.mjs +21 -1
  43. package/dist/assets/icons/filter_dark.mjs +17 -1
  44. package/dist/assets/icons/follow_nor.mjs +44 -1
  45. package/dist/assets/icons/follow_sel.mjs +31 -1
  46. package/dist/assets/icons/left-arrow-icon.mjs +18 -1
  47. package/dist/assets/icons/left_arrow.mjs +14 -1
  48. package/dist/assets/icons/like.mjs +20 -1
  49. package/dist/assets/icons/like_sel.mjs +27 -1
  50. package/dist/assets/icons/publish/publish_add.mjs +17 -1
  51. package/dist/assets/icons/publish/publish_at.mjs +53 -1
  52. package/dist/assets/icons/publish/publish_collection.mjs +28 -1
  53. package/dist/assets/icons/publish/publish_pic.mjs +27 -1
  54. package/dist/assets/icons/publish/publish_video.mjs +30 -1
  55. package/dist/assets/icons/refresh.mjs +18 -1
  56. package/dist/assets/icons/right_arrow.mjs +14 -1
  57. package/dist/assets/icons/search/avatar.mjs +36 -1
  58. package/dist/assets/icons/search/filter.mjs +17 -1
  59. package/dist/assets/icons/search/video.mjs +27 -1
  60. package/dist/assets/icons/search.mjs +23 -1
  61. package/dist/assets/icons/share/share-link.mjs +39 -1
  62. package/dist/assets/icons/tabs/follow.mjs +20 -1
  63. package/dist/assets/icons/tabs/follow_active.mjs +17 -1
  64. package/dist/assets/icons/tabs/home.mjs +17 -1
  65. package/dist/assets/icons/tabs/home_active.mjs +17 -1
  66. package/dist/assets/icons/tabs/mine.mjs +26 -1
  67. package/dist/assets/icons/tabs/mine_active.mjs +17 -1
  68. package/dist/assets/icons/view.mjs +17 -1
  69. package/dist/assets/images/add.mjs +5 -1
  70. package/dist/assets/images/default_avatar.mjs +5 -1
  71. package/dist/assets/images/default_collection_cover.mjs +5 -1
  72. package/dist/assets/images/empty/img_empty_adduser.mjs +463 -1
  73. package/dist/assets/images/empty/img_empty_message.mjs +408 -1
  74. package/dist/assets/images/empty/img_empty_network.mjs +168 -1
  75. package/dist/assets/images/empty/img_empty_nodata.mjs +194 -1
  76. package/dist/assets/images/empty/img_empty_picture.mjs +59 -1
  77. package/dist/assets/images/empty/img_empty_search.mjs +250 -1
  78. package/dist/assets/images/frame.mjs +5 -1
  79. package/dist/assets/images/less.mjs +5 -1
  80. package/dist/assets/images/logo.mjs +5 -1
  81. package/dist/assets/images/marquee.mjs +5 -1
  82. package/dist/assets/images/subscript.mjs +5 -1
  83. package/dist/assets/images/user/default_avatar.mjs +6 -0
  84. package/dist/biz.d.mts +16 -16
  85. package/dist/biz.mjs +145 -1
  86. package/dist/common.mjs +44 -1
  87. package/dist/components/biz/basics/card-item/defaults/default-props.mjs +10 -1
  88. package/dist/components/biz/basics/card-item/runtime/client.mjs +83 -1
  89. package/dist/components/biz/basics/card-item/runtime/corners.mjs +33 -1
  90. package/dist/components/biz/basics/card-item/schema/component.mjs +14 -1
  91. package/dist/components/biz/basics/card-item/schema/data.schema.mjs +8 -1
  92. package/dist/components/biz/basics/card-item/schema/event.schema.mjs +8 -1
  93. package/dist/components/biz/basics/card-item/schema/index.mjs +17 -1
  94. package/dist/components/biz/basics/card-item/schema/props.schema.mjs +18 -1
  95. package/dist/components/biz/basics/card-item/schema/style.schema.mjs +7 -1
  96. package/dist/components/biz/basics/card-layout/defaults/default-props.mjs +13 -1
  97. package/dist/components/biz/basics/card-layout/runtime/client.mjs +38 -1
  98. package/dist/components/biz/basics/card-layout/schema/component.mjs +14 -1
  99. package/dist/components/biz/basics/card-layout/schema/data.schema.mjs +8 -1
  100. package/dist/components/biz/basics/card-layout/schema/event.schema.mjs +5 -1
  101. package/dist/components/biz/basics/card-layout/schema/index.mjs +17 -1
  102. package/dist/components/biz/basics/card-layout/schema/props.schema.mjs +28 -1
  103. package/dist/components/biz/basics/card-layout/schema/style.schema.mjs +7 -1
  104. package/dist/components/biz/basics/fullscreen-feed/basic-fullscreen.mjs +268 -1
  105. package/dist/components/biz/basics/fullscreen-feed/defaults/default-props.mjs +11 -1
  106. package/dist/components/biz/basics/fullscreen-feed/index.mjs +12 -1
  107. package/dist/components/biz/basics/fullscreen-feed/runtime/adapters.mjs +97 -1
  108. package/dist/components/biz/basics/fullscreen-feed/runtime/bottom-info.mjs +125 -1
  109. package/dist/components/biz/basics/fullscreen-feed/runtime/client.mjs +391 -1
  110. package/dist/components/biz/basics/fullscreen-feed/runtime/comment-modal.mjs +107 -1
  111. package/dist/components/biz/basics/fullscreen-feed/runtime/interaction-sync.mjs +134 -1
  112. package/dist/components/biz/basics/fullscreen-feed/runtime/post-slide.mjs +232 -1
  113. package/dist/components/biz/basics/fullscreen-feed/runtime/styles.module.mjs +25 -152
  114. package/dist/components/biz/basics/fullscreen-feed/runtime/use-mixed-feed-controller.mjs +193 -1
  115. package/dist/components/biz/basics/fullscreen-feed/runtime/use-series-feed-controller.mjs +212 -1
  116. package/dist/components/biz/basics/fullscreen-feed/runtime/user-action.mjs +273 -1
  117. package/dist/components/biz/basics/fullscreen-feed/runtime/video-slide.mjs +373 -1
  118. package/dist/components/biz/basics/fullscreen-feed/schema/component.mjs +14 -1
  119. package/dist/components/biz/basics/fullscreen-feed/schema/data.schema.mjs +11 -1
  120. package/dist/components/biz/basics/fullscreen-feed/schema/event.schema.mjs +13 -1
  121. package/dist/components/biz/basics/fullscreen-feed/schema/index.mjs +17 -1
  122. package/dist/components/biz/basics/fullscreen-feed/schema/props.schema.mjs +20 -1
  123. package/dist/components/biz/basics/fullscreen-feed/schema/style.schema.mjs +5 -1
  124. package/dist/components/biz/basics/logo/variants/basic-logo/defaults/default-props.mjs +19 -1
  125. package/dist/components/biz/basics/logo/variants/basic-logo/index.mjs +9 -1
  126. package/dist/components/biz/basics/logo/variants/basic-logo/runtime/client.mjs +169 -1
  127. package/dist/components/biz/basics/logo/variants/basic-logo/schema/component.mjs +14 -1
  128. package/dist/components/biz/basics/logo/variants/basic-logo/schema/data.schema.mjs +9 -1
  129. package/dist/components/biz/basics/logo/variants/basic-logo/schema/event.schema.mjs +23 -1
  130. package/dist/components/biz/basics/logo/variants/basic-logo/schema/index.mjs +17 -1
  131. package/dist/components/biz/basics/logo/variants/basic-logo/schema/props.schema.mjs +78 -1
  132. package/dist/components/biz/basics/logo/variants/basic-logo/schema/style.schema.mjs +7 -1
  133. package/dist/components/biz/basics/search/shared/components/search-box.mjs +55 -1
  134. package/dist/components/biz/basics/search/shared/config/default-data.mjs +15 -1
  135. package/dist/components/biz/basics/search/shared/config/schema.mjs +50 -1
  136. package/dist/components/biz/basics/search/variants/basic-search/defaults/default-props.mjs +10 -1
  137. package/dist/components/biz/basics/search/variants/basic-search/index.mjs +12 -1
  138. package/dist/components/biz/basics/search/variants/basic-search/runtime/client.mjs +31 -1
  139. package/dist/components/biz/basics/search/variants/basic-search/schema/component.mjs +14 -1
  140. package/dist/components/biz/basics/search/variants/basic-search/schema/data.schema.mjs +8 -1
  141. package/dist/components/biz/basics/search/variants/basic-search/schema/event.schema.mjs +7 -1
  142. package/dist/components/biz/basics/search/variants/basic-search/schema/index.mjs +17 -1
  143. package/dist/components/biz/basics/search/variants/basic-search/schema/props.schema.mjs +7 -1
  144. package/dist/components/biz/basics/search/variants/basic-search/schema/style.schema.mjs +7 -1
  145. package/dist/components/biz/basics/search/variants/filter-search/defaults/default-props.mjs +14 -1
  146. package/dist/components/biz/basics/search/variants/filter-search/index.mjs +12 -1
  147. package/dist/components/biz/basics/search/variants/filter-search/runtime/client.mjs +63 -1
  148. package/dist/components/biz/basics/search/variants/filter-search/schema/component.mjs +14 -1
  149. package/dist/components/biz/basics/search/variants/filter-search/schema/data.schema.mjs +8 -1
  150. package/dist/components/biz/basics/search/variants/filter-search/schema/event.schema.mjs +7 -1
  151. package/dist/components/biz/basics/search/variants/filter-search/schema/index.mjs +17 -1
  152. package/dist/components/biz/basics/search/variants/filter-search/schema/props.schema.mjs +22 -1
  153. package/dist/components/biz/basics/search/variants/filter-search/schema/style.schema.mjs +7 -1
  154. package/dist/components/biz/basics/search/variants/simple-search/defaults/default-props.mjs +10 -1
  155. package/dist/components/biz/basics/search/variants/simple-search/index.mjs +9 -1
  156. package/dist/components/biz/basics/search/variants/simple-search/runtime/client.mjs +37 -1
  157. package/dist/components/biz/basics/search/variants/simple-search/schema/component.mjs +14 -1
  158. package/dist/components/biz/basics/search/variants/simple-search/schema/data.schema.mjs +8 -1
  159. package/dist/components/biz/basics/search/variants/simple-search/schema/event.schema.mjs +7 -1
  160. package/dist/components/biz/basics/search/variants/simple-search/schema/index.mjs +17 -1
  161. package/dist/components/biz/basics/search/variants/simple-search/schema/props.schema.mjs +7 -1
  162. package/dist/components/biz/basics/search/variants/simple-search/schema/style.schema.mjs +7 -1
  163. package/dist/components/biz/basics/search/variants/tag-search/defaults/default-props.mjs +18 -1
  164. package/dist/components/biz/basics/search/variants/tag-search/index.mjs +9 -1
  165. package/dist/components/biz/basics/search/variants/tag-search/runtime/client.mjs +67 -1
  166. package/dist/components/biz/basics/search/variants/tag-search/schema/component.mjs +14 -1
  167. package/dist/components/biz/basics/search/variants/tag-search/schema/data.schema.mjs +8 -1
  168. package/dist/components/biz/basics/search/variants/tag-search/schema/event.schema.mjs +7 -1
  169. package/dist/components/biz/basics/search/variants/tag-search/schema/index.mjs +17 -1
  170. package/dist/components/biz/basics/search/variants/tag-search/schema/props.schema.mjs +37 -1
  171. package/dist/components/biz/basics/search/variants/tag-search/schema/style.schema.mjs +7 -1
  172. package/dist/components/biz/business/banner/variants/basic-banner/defaults/default-props.mjs +15 -1
  173. package/dist/components/biz/business/banner/variants/basic-banner/index.mjs +12 -1
  174. package/dist/components/biz/business/banner/variants/basic-banner/inspector-schema.mjs +64 -1
  175. package/dist/components/biz/business/banner/variants/basic-banner/material.d.mts +1 -1
  176. package/dist/components/biz/business/banner/variants/basic-banner/material.mjs +21 -1
  177. package/dist/components/biz/business/banner/variants/basic-banner/runtime/client.mjs +126 -1
  178. package/dist/components/biz/business/banner/variants/basic-banner/schema/component.mjs +14 -1
  179. package/dist/components/biz/business/banner/variants/basic-banner/schema/data.schema.mjs +53 -1
  180. package/dist/components/biz/business/banner/variants/basic-banner/schema/event.schema.mjs +5 -1
  181. package/dist/components/biz/business/banner/variants/basic-banner/schema/index.mjs +17 -1
  182. package/dist/components/biz/business/banner/variants/basic-banner/schema/props.schema.mjs +40 -1
  183. package/dist/components/biz/business/banner/variants/basic-banner/schema/style.schema.mjs +7 -1
  184. package/dist/components/biz/business/banner/variants/basic-banner/server.mjs +25 -1
  185. package/dist/components/biz/business/banner-carousel/client.mjs +120 -1
  186. package/dist/components/biz/business/banner-carousel/default-props.mjs +15 -1
  187. package/dist/components/biz/business/banner-carousel/material.d.mts +1 -1
  188. package/dist/components/biz/business/banner-carousel/material.mjs +21 -1
  189. package/dist/components/biz/business/banner-carousel/schema.mjs +85 -1
  190. package/dist/components/biz/business/banner-carousel/server.mjs +22 -1
  191. package/dist/components/biz/business/card-grid/variants/card-grid-2x3/defaults/default-props.mjs +8 -1
  192. package/dist/components/biz/business/card-grid/variants/card-grid-2x3/index.mjs +9 -1
  193. package/dist/components/biz/business/card-grid/variants/card-grid-2x3/runtime/client.mjs +41 -1
  194. package/dist/components/biz/business/card-grid/variants/card-grid-2x3/schema/component.mjs +14 -1
  195. package/dist/components/biz/business/card-grid/variants/card-grid-2x3/schema/data.schema.mjs +8 -1
  196. package/dist/components/biz/business/card-grid/variants/card-grid-2x3/schema/event.schema.mjs +5 -1
  197. package/dist/components/biz/business/card-grid/variants/card-grid-2x3/schema/index.mjs +17 -1
  198. package/dist/components/biz/business/card-grid/variants/card-grid-2x3/schema/props.schema.mjs +12 -1
  199. package/dist/components/biz/business/card-grid/variants/card-grid-2x3/schema/style.schema.mjs +7 -1
  200. package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/defaults/default-props.mjs +8 -1
  201. package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/index.mjs +9 -1
  202. package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/runtime/client.mjs +107 -1
  203. package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/schema/component.mjs +14 -1
  204. package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/schema/data.schema.mjs +8 -1
  205. package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/schema/event.schema.mjs +5 -1
  206. package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/schema/index.mjs +17 -1
  207. package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/schema/props.schema.mjs +12 -1
  208. package/dist/components/biz/business/card-grid/variants/card-grid-2x3-infinite/schema/style.schema.mjs +7 -1
  209. package/dist/components/biz/business/card-grid/variants/card-grid-2x4/defaults/default-props.mjs +8 -1
  210. package/dist/components/biz/business/card-grid/variants/card-grid-2x4/index.mjs +9 -1
  211. package/dist/components/biz/business/card-grid/variants/card-grid-2x4/runtime/client.mjs +41 -1
  212. package/dist/components/biz/business/card-grid/variants/card-grid-2x4/schema/component.mjs +14 -1
  213. package/dist/components/biz/business/card-grid/variants/card-grid-2x4/schema/data.schema.mjs +8 -1
  214. package/dist/components/biz/business/card-grid/variants/card-grid-2x4/schema/event.schema.mjs +5 -1
  215. package/dist/components/biz/business/card-grid/variants/card-grid-2x4/schema/index.mjs +17 -1
  216. package/dist/components/biz/business/card-grid/variants/card-grid-2x4/schema/props.schema.mjs +12 -1
  217. package/dist/components/biz/business/card-grid/variants/card-grid-2x4/schema/style.schema.mjs +7 -1
  218. package/dist/components/biz/business/card-grid/variants/card-grid-3x3/defaults/default-props.mjs +8 -1
  219. package/dist/components/biz/business/card-grid/variants/card-grid-3x3/index.mjs +9 -1
  220. package/dist/components/biz/business/card-grid/variants/card-grid-3x3/runtime/client.mjs +41 -1
  221. package/dist/components/biz/business/card-grid/variants/card-grid-3x3/schema/component.mjs +14 -1
  222. package/dist/components/biz/business/card-grid/variants/card-grid-3x3/schema/data.schema.mjs +8 -1
  223. package/dist/components/biz/business/card-grid/variants/card-grid-3x3/schema/event.schema.mjs +5 -1
  224. package/dist/components/biz/business/card-grid/variants/card-grid-3x3/schema/index.mjs +17 -1
  225. package/dist/components/biz/business/card-grid/variants/card-grid-3x3/schema/props.schema.mjs +12 -1
  226. package/dist/components/biz/business/card-grid/variants/card-grid-3x3/schema/style.schema.mjs +7 -1
  227. package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/defaults/default-props.mjs +8 -1
  228. package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/index.mjs +9 -1
  229. package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/runtime/client.mjs +107 -1
  230. package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/schema/component.mjs +14 -1
  231. package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/schema/data.schema.mjs +8 -1
  232. package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/schema/event.schema.mjs +5 -1
  233. package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/schema/index.mjs +17 -1
  234. package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/schema/props.schema.mjs +12 -1
  235. package/dist/components/biz/business/card-grid/variants/card-grid-3x3-infinite/schema/style.schema.mjs +7 -1
  236. package/dist/components/biz/business/channel-list/channel-filter-dialog.mjs +180 -1
  237. package/dist/components/biz/business/channel-list/client.mjs +111 -1
  238. package/dist/components/biz/business/channel-list/default-props.mjs +12 -1
  239. package/dist/components/biz/business/channel-list/material.d.mts +1 -1
  240. package/dist/components/biz/business/channel-list/material.mjs +21 -1
  241. package/dist/components/biz/business/channel-list/schema.mjs +39 -1
  242. package/dist/components/biz/business/comment/comment-input.mjs +772 -5
  243. package/dist/components/biz/business/comment/comment-item.mjs +190 -1
  244. package/dist/components/biz/business/comment/comment-list.mjs +722 -1
  245. package/dist/components/biz/business/comment/comment-media.mjs +57 -1
  246. package/dist/components/biz/business/comment/comment-rich-text.mjs +69 -1
  247. package/dist/components/biz/business/comment/reply-detail.mjs +978 -1
  248. package/dist/components/biz/business/comment/time-display.mjs +20 -1
  249. package/dist/components/biz/business/comment/use-keyboard-handler.mjs +142 -1
  250. package/dist/components/biz/business/contact/contact-item.mjs +45 -1
  251. package/dist/components/biz/business/contact/contact-list.mjs +212 -1
  252. package/dist/components/biz/business/contact/contact-search.mjs +128 -1
  253. package/dist/components/biz/business/detail/shared/detail-follow-action.mjs +106 -0
  254. package/dist/components/biz/business/detail/shared/detail-info-tags.mjs +25 -0
  255. package/dist/components/biz/business/detail/shared/detail-info-title.mjs +83 -0
  256. package/dist/components/biz/business/detail/shared/detail-introduction.mjs +65 -0
  257. package/dist/components/biz/business/detail/shared/detail-operate.mjs +331 -0
  258. package/dist/components/biz/business/detail/shared/detail-structured-data.mjs +64 -0
  259. package/dist/components/biz/business/detail/shared/editor-preview.mjs +68 -0
  260. package/dist/components/biz/business/detail/shared/metadata-utils.mjs +22 -0
  261. package/dist/components/biz/business/detail/shared/post-recommend-list.mjs +185 -0
  262. package/dist/components/biz/business/detail/{materials → shared}/registry.d.mts +25 -25
  263. package/dist/components/biz/business/detail/shared/registry.mjs +56 -0
  264. package/dist/components/biz/business/detail/shared/runtime-context-provider.mjs +26 -0
  265. package/dist/components/biz/business/detail/shared/seo-config.mjs +29 -0
  266. package/dist/components/biz/business/detail/shared/video-hero.mjs +394 -0
  267. package/dist/components/biz/business/detail/{materials/video-detail-actions → video-detail-actions}/client.d.mts +1 -1
  268. package/dist/components/biz/business/detail/video-detail-actions/client.mjs +29 -0
  269. package/dist/components/biz/business/detail/{materials/video-detail-actions → video-detail-actions}/material.d.mts +3 -3
  270. package/dist/components/biz/business/detail/video-detail-actions/material.mjs +19 -0
  271. package/dist/components/biz/business/detail/{materials/video-detail-actions → video-detail-actions}/schema.d.mts +3 -3
  272. package/dist/components/biz/business/detail/video-detail-actions/schema.mjs +12 -0
  273. package/dist/components/biz/business/detail/{materials/video-detail-actions → video-detail-actions}/server.d.mts +1 -1
  274. package/dist/components/biz/business/detail/video-detail-actions/server.mjs +18 -0
  275. package/dist/components/biz/business/detail/{materials/video-detail-info → video-detail-info}/client.d.mts +1 -1
  276. package/dist/components/biz/business/detail/video-detail-info/client.mjs +41 -0
  277. package/dist/components/biz/business/detail/{materials/video-detail-info → video-detail-info}/material.d.mts +5 -5
  278. package/dist/components/biz/business/detail/video-detail-info/material.mjs +19 -0
  279. package/dist/components/biz/business/detail/{materials/video-detail-info → video-detail-info}/schema.d.mts +3 -3
  280. package/dist/components/biz/business/detail/video-detail-info/schema.mjs +21 -0
  281. package/dist/components/biz/business/detail/{materials/video-detail-info → video-detail-info}/server.d.mts +1 -1
  282. package/dist/components/biz/business/detail/video-detail-info/server.mjs +18 -0
  283. package/dist/components/biz/business/detail/{materials/video-detail-info-title → video-detail-info-title}/client.d.mts +1 -1
  284. package/dist/components/biz/business/detail/video-detail-info-title/client.mjs +28 -0
  285. package/dist/components/biz/business/detail/{materials/video-detail-info-title → video-detail-info-title}/material.d.mts +3 -3
  286. package/dist/components/biz/business/detail/video-detail-info-title/material.mjs +19 -0
  287. package/dist/components/biz/business/detail/{materials/video-detail-info-title → video-detail-info-title}/schema.d.mts +3 -3
  288. package/dist/components/biz/business/detail/video-detail-info-title/schema.mjs +12 -0
  289. package/dist/components/biz/business/detail/{materials/video-detail-info-title → video-detail-info-title}/server.d.mts +1 -1
  290. package/dist/components/biz/business/detail/video-detail-info-title/server.mjs +18 -0
  291. package/dist/components/biz/business/detail/{materials/video-detail-info-title-tags-episodes → video-detail-info-title-tags-episodes}/client.d.mts +1 -1
  292. package/dist/components/biz/business/detail/video-detail-info-title-tags-episodes/client.mjs +50 -0
  293. package/dist/components/biz/business/detail/{materials/video-detail-info-title-tags-episodes → video-detail-info-title-tags-episodes}/material.d.mts +5 -5
  294. package/dist/components/biz/business/detail/video-detail-info-title-tags-episodes/material.mjs +19 -0
  295. package/dist/components/biz/business/detail/{materials/video-detail-info-title-tags-episodes → video-detail-info-title-tags-episodes}/schema.d.mts +3 -3
  296. package/dist/components/biz/business/detail/video-detail-info-title-tags-episodes/schema.mjs +21 -0
  297. package/dist/components/biz/business/detail/{materials/video-detail-info-title-tags-episodes → video-detail-info-title-tags-episodes}/server.d.mts +1 -1
  298. package/dist/components/biz/business/detail/video-detail-info-title-tags-episodes/server.mjs +18 -0
  299. package/dist/components/biz/business/detail/{materials/video-detail-player → video-detail-player}/client.d.mts +1 -1
  300. package/dist/components/biz/business/detail/video-detail-player/client.mjs +37 -0
  301. package/dist/components/biz/business/detail/{materials/video-detail-player → video-detail-player}/material.d.mts +3 -3
  302. package/dist/components/biz/business/detail/video-detail-player/material.mjs +19 -0
  303. package/dist/components/biz/business/detail/{materials/video-detail-player → video-detail-player}/schema.d.mts +3 -3
  304. package/dist/components/biz/business/detail/video-detail-player/schema.mjs +12 -0
  305. package/dist/components/biz/business/detail/{materials/video-detail-player → video-detail-player}/server.d.mts +1 -1
  306. package/dist/components/biz/business/detail/video-detail-player/server.mjs +18 -0
  307. package/dist/components/biz/business/detail/{materials/video-detail-recommend → video-detail-recommend}/client.d.mts +1 -1
  308. package/dist/components/biz/business/detail/video-detail-recommend/client.mjs +270 -0
  309. package/dist/components/biz/business/detail/{materials/video-detail-recommend → video-detail-recommend}/material.d.mts +5 -5
  310. package/dist/components/biz/business/detail/video-detail-recommend/material.mjs +19 -0
  311. package/dist/components/biz/business/detail/{materials/video-detail-recommend → video-detail-recommend}/schema.d.mts +3 -3
  312. package/dist/components/biz/business/detail/video-detail-recommend/schema.mjs +59 -0
  313. package/dist/components/biz/business/detail/{materials/video-detail-recommend → video-detail-recommend}/server.d.mts +1 -1
  314. package/dist/components/biz/business/detail/video-detail-recommend/server.mjs +18 -0
  315. package/dist/components/biz/business/detail/video-detail-recommend/utils.mjs +52 -0
  316. package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/defaults/default-props.mjs +12 -1
  317. package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/index.mjs +9 -1
  318. package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/runtime/client.mjs +66 -1
  319. package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/schema/component.mjs +14 -1
  320. package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/schema/data.schema.mjs +43 -1
  321. package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/schema/event.schema.mjs +5 -1
  322. package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/schema/index.mjs +17 -1
  323. package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/schema/props.schema.mjs +32 -1
  324. package/dist/components/biz/business/feature-grid/variants/basic-feature-grid/schema/style.schema.mjs +7 -1
  325. package/dist/components/biz/business/floating-ball/client.mjs +31 -1
  326. package/dist/components/biz/business/floating-ball/material.d.mts +1 -1
  327. package/dist/components/biz/business/floating-ball/material.mjs +18 -1
  328. package/dist/components/biz/business/floating-ball/schema.mjs +22 -1
  329. package/dist/components/biz/business/floating-ball/server.mjs +17 -1
  330. package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/defaults/default-props.mjs +11 -1
  331. package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/index.mjs +9 -1
  332. package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/runtime/client.mjs +71 -1
  333. package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/schema/component.mjs +14 -1
  334. package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/schema/data.schema.mjs +11 -1
  335. package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/schema/index.mjs +17 -1
  336. package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/defaults/default-props.mjs +11 -1
  337. package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/index.mjs +9 -1
  338. package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/runtime/client.mjs +64 -1
  339. package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/schema/component.mjs +14 -1
  340. package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/schema/data.schema.mjs +11 -1
  341. package/dist/components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/schema/index.mjs +17 -1
  342. package/dist/components/biz/business/fullscreen-feed/variants/shared/runtime-compat.mjs +522 -1
  343. package/dist/components/biz/business/header-search/header-avatar-icon/client.mjs +29 -1
  344. package/dist/components/biz/business/header-search/header-avatar-icon/material.d.mts +1 -1
  345. package/dist/components/biz/business/header-search/header-avatar-icon/material.mjs +18 -1
  346. package/dist/components/biz/business/header-search/header-avatar-icon/schema.mjs +11 -1
  347. package/dist/components/biz/business/header-search/header-avatar-icon/server.mjs +17 -1
  348. package/dist/components/biz/business/header-search/header-avatar-logo-search/client.mjs +36 -1
  349. package/dist/components/biz/business/header-search/header-avatar-logo-search/material.d.mts +1 -1
  350. package/dist/components/biz/business/header-search/header-avatar-logo-search/material.mjs +18 -1
  351. package/dist/components/biz/business/header-search/header-avatar-logo-search/schema.mjs +24 -1
  352. package/dist/components/biz/business/header-search/header-avatar-logo-search/server.mjs +17 -1
  353. package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/client.mjs +45 -1
  354. package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/material.d.mts +1 -1
  355. package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/material.mjs +18 -1
  356. package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/schema.mjs +22 -1
  357. package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/server.mjs +17 -1
  358. package/dist/components/biz/business/header-search/header-logo-search/client.mjs +33 -1
  359. package/dist/components/biz/business/header-search/header-logo-search/material.d.mts +1 -1
  360. package/dist/components/biz/business/header-search/header-logo-search/material.mjs +18 -1
  361. package/dist/components/biz/business/header-search/header-logo-search/schema.mjs +24 -1
  362. package/dist/components/biz/business/header-search/header-logo-search/server.mjs +17 -1
  363. package/dist/components/biz/business/header-search/header-search/client.mjs +20 -1
  364. package/dist/components/biz/business/header-search/header-search/material.d.mts +1 -1
  365. package/dist/components/biz/business/header-search/header-search/material.mjs +18 -1
  366. package/dist/components/biz/business/header-search/header-search/schema.mjs +11 -1
  367. package/dist/components/biz/business/header-search/header-search/server.mjs +17 -1
  368. package/dist/components/biz/business/header-search/shared/avatar.mjs +44 -1
  369. package/dist/components/biz/business/header-search/shared/logo.mjs +28 -1
  370. package/dist/components/biz/business/header-search/shared/search.mjs +28 -1
  371. package/dist/components/biz/business/home-recommend/home-recommend-grid/client.d.mts +24 -0
  372. package/dist/components/biz/business/home-recommend/home-recommend-grid/client.mjs +49 -0
  373. package/dist/components/biz/business/home-recommend/home-recommend-grid/index.d.mts +6 -0
  374. package/dist/components/biz/business/home-recommend/home-recommend-grid/index.mjs +15 -0
  375. package/dist/components/biz/business/home-recommend/{variants/home-recommend-grid → home-recommend-grid}/inspector-schema.d.mts +4 -4
  376. package/dist/components/biz/business/home-recommend/home-recommend-grid/inspector-schema.mjs +182 -0
  377. package/dist/components/biz/business/home-recommend/{variants/home-recommend-grid → home-recommend-grid}/material.d.mts +7 -7
  378. package/dist/components/biz/business/home-recommend/home-recommend-grid/material.mjs +19 -0
  379. package/dist/components/biz/business/home-recommend/home-recommend-grid/schema.d.mts +11 -0
  380. package/dist/components/biz/business/home-recommend/home-recommend-grid/schema.mjs +25 -0
  381. package/dist/components/biz/business/home-recommend/{variants/home-recommend-grid → home-recommend-grid}/server.d.mts +2 -2
  382. package/dist/components/biz/business/home-recommend/home-recommend-grid/server.mjs +42 -0
  383. package/dist/components/biz/business/home-recommend/home-recommend-waterfall/client.d.mts +24 -0
  384. package/dist/components/biz/business/home-recommend/home-recommend-waterfall/client.mjs +45 -0
  385. package/dist/components/biz/business/home-recommend/home-recommend-waterfall/index.d.mts +6 -0
  386. package/dist/components/biz/business/home-recommend/home-recommend-waterfall/index.mjs +15 -0
  387. package/dist/components/biz/business/home-recommend/{variants/home-recommend-waterfall → home-recommend-waterfall}/inspector-schema.d.mts +7 -4
  388. package/dist/components/biz/business/home-recommend/home-recommend-waterfall/inspector-schema.mjs +158 -0
  389. package/dist/components/biz/business/home-recommend/{variants/home-recommend-waterfall → home-recommend-waterfall}/material.d.mts +9 -7
  390. package/dist/components/biz/business/home-recommend/home-recommend-waterfall/material.mjs +19 -0
  391. package/dist/components/biz/business/home-recommend/home-recommend-waterfall/schema.d.mts +11 -0
  392. package/dist/components/biz/business/home-recommend/home-recommend-waterfall/schema.mjs +25 -0
  393. package/dist/components/biz/business/home-recommend/{variants/home-recommend-waterfall → home-recommend-waterfall}/server.d.mts +2 -2
  394. package/dist/components/biz/business/home-recommend/home-recommend-waterfall/server.mjs +38 -0
  395. package/dist/components/biz/business/home-recommend/index.d.mts +12 -12
  396. package/dist/components/biz/business/home-recommend/shared/home-recommend-base.mjs +459 -1
  397. package/dist/components/biz/business/home-recommend/shared/home-recommend-default-config.mjs +24 -1
  398. package/dist/components/biz/business/home-recommend/shared/home-recommend-preview.mjs +125 -1
  399. package/dist/components/biz/business/home-recommend/shared/home-recommend-server-data.mjs +231 -1
  400. package/dist/components/biz/business/home-recommend/shared/home-recommend-video-detail.mjs +38 -1
  401. package/dist/components/biz/business/home-recommend/types.d.mts +1 -5
  402. package/dist/components/biz/business/image-text-recommend/client.d.mts +31 -0
  403. package/dist/components/biz/business/image-text-recommend/client.mjs +380 -0
  404. package/dist/components/biz/business/image-text-recommend/index.d.mts +5 -0
  405. package/dist/components/biz/business/{video-horizontal-list → image-text-recommend}/material.d.mts +13 -14
  406. package/dist/components/biz/business/image-text-recommend/material.mjs +22 -0
  407. package/dist/components/biz/business/{video-horizontal-list → image-text-recommend}/schema.d.mts +11 -12
  408. package/dist/components/biz/business/image-text-recommend/schema.mjs +118 -0
  409. package/dist/components/biz/business/image-text-recommend/server.d.mts +13 -0
  410. package/dist/components/biz/business/image-text-recommend/server.mjs +66 -0
  411. package/dist/components/biz/business/index.d.mts +17 -17
  412. package/dist/components/biz/business/large-feature-grid/card-item.mjs +84 -1
  413. package/dist/components/biz/business/large-feature-grid/client.mjs +88 -1
  414. package/dist/components/biz/business/large-feature-grid/material.d.mts +2 -2
  415. package/dist/components/biz/business/large-feature-grid/material.mjs +21 -1
  416. package/dist/components/biz/business/large-feature-grid/schema.mjs +81 -1
  417. package/dist/components/biz/business/large-feature-grid/server.mjs +16 -1
  418. package/dist/components/biz/business/marquee/client.mjs +212 -1
  419. package/dist/components/biz/business/marquee/index.d.mts +1 -1
  420. package/dist/components/biz/business/marquee/marquee.module.mjs +13 -25
  421. package/dist/components/biz/business/marquee/material.d.mts +1 -1
  422. package/dist/components/biz/business/marquee/material.mjs +21 -1
  423. package/dist/components/biz/business/marquee/schema.d.mts +10 -2
  424. package/dist/components/biz/business/marquee/schema.mjs +91 -1
  425. package/dist/components/biz/business/marquee/server.mjs +17 -1
  426. package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/defaults/default-props.mjs +21 -1
  427. package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/index.mjs +9 -1
  428. package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/runtime/channel-filter-dialog.mjs +180 -1
  429. package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/runtime/client.mjs +148 -1
  430. package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/schema/component.mjs +14 -1
  431. package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/schema/data.schema.mjs +9 -1
  432. package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/schema/event.schema.mjs +27 -1
  433. package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/schema/index.mjs +17 -1
  434. package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/schema/props.schema.mjs +92 -1
  435. package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/schema/style.schema.mjs +7 -1
  436. package/dist/components/biz/business/post-card/variants/basic-post-card/defaults/default-props.mjs +8 -1
  437. package/dist/components/biz/business/post-card/variants/basic-post-card/index.mjs +9 -1
  438. package/dist/components/biz/business/post-card/variants/basic-post-card/runtime/client.mjs +120 -1
  439. package/dist/components/biz/business/post-card/variants/basic-post-card/schema/component.mjs +14 -1
  440. package/dist/components/biz/business/post-card/variants/basic-post-card/schema/data.schema.mjs +8 -1
  441. package/dist/components/biz/business/post-card/variants/basic-post-card/schema/event.schema.mjs +5 -1
  442. package/dist/components/biz/business/post-card/variants/basic-post-card/schema/index.mjs +17 -1
  443. package/dist/components/biz/business/post-card/variants/basic-post-card/schema/props.schema.mjs +5 -1
  444. package/dist/components/biz/business/post-card/variants/basic-post-card/schema/style.schema.mjs +7 -1
  445. package/dist/components/biz/business/profile/profile-header/client.mjs +289 -1
  446. package/dist/components/biz/business/profile/profile-header/material.d.mts +2 -2
  447. package/dist/components/biz/business/profile/profile-header/material.mjs +60 -1
  448. package/dist/components/biz/business/profile/profile-header/schema.mjs +11 -1
  449. package/dist/components/biz/business/profile/profile-header/server.d.mts +1 -1
  450. package/dist/components/biz/business/profile/profile-header/server.mjs +111 -1
  451. package/dist/components/biz/business/profile/profile-header/user-profile-avatar.mjs +235 -1
  452. package/dist/components/biz/business/profile/profile-header/user-profile-cover-background.mjs +135 -1
  453. package/dist/components/biz/business/profile/profile-main/client.mjs +137 -1
  454. package/dist/components/biz/business/profile/profile-main/material.d.mts +1 -1
  455. package/dist/components/biz/business/profile/profile-main/material.mjs +18 -1
  456. package/dist/components/biz/business/profile/profile-main/schema.mjs +11 -1
  457. package/dist/components/biz/business/profile/profile-main/server.mjs +161 -1
  458. package/dist/components/biz/business/profile/profile-main/shell.mjs +211 -1
  459. package/dist/components/biz/business/profile/profile-main/tabs/collect-tab/client.mjs +489 -1
  460. package/dist/components/biz/business/profile/profile-main/tabs/collect-tab/server.mjs +213 -1
  461. package/dist/components/biz/business/profile/profile-main/tabs/history-tab/client.mjs +251 -1
  462. package/dist/components/biz/business/profile/profile-main/tabs/history-tab/server.mjs +47 -1
  463. package/dist/components/biz/business/profile/profile-main/tabs/like-tab/client.d.mts +1 -1
  464. package/dist/components/biz/business/profile/profile-main/tabs/like-tab/client.mjs +251 -1
  465. package/dist/components/biz/business/profile/profile-main/tabs/like-tab/server.mjs +45 -1
  466. package/dist/components/biz/business/profile/profile-main/tabs/publish-tab/client.mjs +149 -1
  467. package/dist/components/biz/business/profile/profile-main/tabs/publish-tab/server.mjs +43 -1
  468. package/dist/components/biz/business/profile/profile-main/utils.mjs +248 -1
  469. package/dist/components/biz/business/profile/profile-main/variants.mjs +40 -1
  470. package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/defaults/default-props.mjs +15 -1
  471. package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/index.mjs +9 -1
  472. package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/runtime/client.mjs +168 -1
  473. package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/runtime/recommended-users-skeleton.mjs +119 -1
  474. package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/schema/component.mjs +14 -1
  475. package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/schema/data.schema.mjs +9 -1
  476. package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/schema/event.schema.mjs +17 -1
  477. package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/schema/index.mjs +17 -1
  478. package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/schema/props.schema.mjs +54 -1
  479. package/dist/components/biz/business/recommended-users/variants/basic-recommended-users/schema/style.schema.mjs +7 -1
  480. package/dist/components/biz/business/search-bar/variants/basic-search-bar/defaults/default-props.mjs +15 -1
  481. package/dist/components/biz/business/search-bar/variants/basic-search-bar/index.mjs +9 -1
  482. package/dist/components/biz/business/search-bar/variants/basic-search-bar/runtime/client.mjs +52 -1
  483. package/dist/components/biz/business/search-bar/variants/basic-search-bar/schema/component.mjs +14 -1
  484. package/dist/components/biz/business/search-bar/variants/basic-search-bar/schema/data.schema.mjs +9 -1
  485. package/dist/components/biz/business/search-bar/variants/basic-search-bar/schema/event.schema.mjs +5 -1
  486. package/dist/components/biz/business/search-bar/variants/basic-search-bar/schema/index.mjs +17 -1
  487. package/dist/components/biz/business/search-bar/variants/basic-search-bar/schema/props.schema.mjs +117 -1
  488. package/dist/components/biz/business/search-bar/variants/basic-search-bar/schema/style.schema.mjs +7 -1
  489. package/dist/components/biz/business/search-bar/variants/detail-search-bar/defaults/default-props.mjs +22 -1
  490. package/dist/components/biz/business/search-bar/variants/detail-search-bar/index.mjs +9 -1
  491. package/dist/components/biz/business/search-bar/variants/detail-search-bar/runtime/client.mjs +53 -1
  492. package/dist/components/biz/business/search-bar/variants/detail-search-bar/schema/component.mjs +14 -1
  493. package/dist/components/biz/business/search-bar/variants/detail-search-bar/schema/data.schema.mjs +9 -1
  494. package/dist/components/biz/business/search-bar/variants/detail-search-bar/schema/event.schema.mjs +5 -1
  495. package/dist/components/biz/business/search-bar/variants/detail-search-bar/schema/index.mjs +17 -1
  496. package/dist/components/biz/business/search-bar/variants/detail-search-bar/schema/props.schema.mjs +117 -1
  497. package/dist/components/biz/business/search-bar/variants/detail-search-bar/schema/style.schema.mjs +7 -1
  498. package/dist/components/biz/business/search-bar/variants/filter-search-bar/defaults/default-props.mjs +15 -1
  499. package/dist/components/biz/business/search-bar/variants/filter-search-bar/index.mjs +9 -1
  500. package/dist/components/biz/business/search-bar/variants/filter-search-bar/runtime/client.mjs +52 -1
  501. package/dist/components/biz/business/search-bar/variants/filter-search-bar/schema/component.mjs +14 -1
  502. package/dist/components/biz/business/search-bar/variants/filter-search-bar/schema/data.schema.mjs +9 -1
  503. package/dist/components/biz/business/search-bar/variants/filter-search-bar/schema/event.schema.mjs +25 -1
  504. package/dist/components/biz/business/search-bar/variants/filter-search-bar/schema/index.mjs +17 -1
  505. package/dist/components/biz/business/search-bar/variants/filter-search-bar/schema/props.schema.mjs +128 -1
  506. package/dist/components/biz/business/search-bar/variants/filter-search-bar/schema/style.schema.mjs +7 -1
  507. package/dist/components/biz/business/search-bar/variants/tag-search-bar/defaults/default-props.mjs +15 -1
  508. package/dist/components/biz/business/search-bar/variants/tag-search-bar/index.mjs +12 -1
  509. package/dist/components/biz/business/search-bar/variants/tag-search-bar/runtime/client.mjs +58 -1
  510. package/dist/components/biz/business/search-bar/variants/tag-search-bar/schema/component.mjs +14 -1
  511. package/dist/components/biz/business/search-bar/variants/tag-search-bar/schema/data.schema.mjs +9 -1
  512. package/dist/components/biz/business/search-bar/variants/tag-search-bar/schema/event.schema.mjs +38 -1
  513. package/dist/components/biz/business/search-bar/variants/tag-search-bar/schema/index.mjs +17 -1
  514. package/dist/components/biz/business/search-bar/variants/tag-search-bar/schema/props.schema.mjs +144 -1
  515. package/dist/components/biz/business/search-bar/variants/tag-search-bar/schema/style.schema.mjs +7 -1
  516. package/dist/components/biz/business/search-history/client.mjs +121 -1
  517. package/dist/components/biz/business/search-history/material.d.mts +1 -1
  518. package/dist/components/biz/business/search-history/material.mjs +18 -1
  519. package/dist/components/biz/business/search-history/schema.d.mts +1 -1
  520. package/dist/components/biz/business/search-history/schema.mjs +20 -1
  521. package/dist/components/biz/business/search-history/server.mjs +22 -1
  522. package/dist/components/biz/business/search-input/client.d.mts +2 -0
  523. package/dist/components/biz/business/search-input/client.mjs +139 -1
  524. package/dist/components/biz/business/search-input/material.d.mts +1 -4
  525. package/dist/components/biz/business/search-input/material.mjs +18 -1
  526. package/dist/components/biz/business/search-input/schema.d.mts +1 -3
  527. package/dist/components/biz/business/search-input/schema.mjs +11 -1
  528. package/dist/components/biz/business/search-input/server.mjs +21 -1
  529. package/dist/components/biz/business/shortcut-grid/client.mjs +64 -1
  530. package/dist/components/biz/business/shortcut-grid/material.d.mts +1 -1
  531. package/dist/components/biz/business/shortcut-grid/material.mjs +18 -1
  532. package/dist/components/biz/business/shortcut-grid/schema.mjs +70 -1
  533. package/dist/components/biz/business/shortcut-grid/server.mjs +17 -1
  534. package/dist/components/biz/business/tab-bar/client.mjs +78 -1
  535. package/dist/components/biz/business/tab-bar/material.d.mts +2 -2
  536. package/dist/components/biz/business/tab-bar/material.mjs +21 -1
  537. package/dist/components/biz/business/tab-bar/schema.d.mts +2 -2
  538. package/dist/components/biz/business/tab-bar/schema.mjs +69 -1
  539. package/dist/components/biz/business/tab-bar/server.mjs +18 -1
  540. package/dist/components/biz/business/text-recommend/client.mjs +80 -1
  541. package/dist/components/biz/business/text-recommend/material.d.mts +1 -1
  542. package/dist/components/biz/business/text-recommend/material.mjs +18 -1
  543. package/dist/components/biz/business/text-recommend/schema.d.mts +1 -1
  544. package/dist/components/biz/business/text-recommend/schema.mjs +28 -1
  545. package/dist/components/biz/business/text-recommend/server.mjs +18 -1
  546. package/dist/components/biz/example/button/client.mjs +43 -1
  547. package/dist/components/biz/example/button/material.d.mts +1 -1
  548. package/dist/components/biz/example/button/material.mjs +18 -1
  549. package/dist/components/biz/example/button/schema.mjs +47 -1
  550. package/dist/components/biz/example/button/server.mjs +32 -1
  551. package/dist/components/biz/example/button/variants.mjs +22 -1
  552. package/dist/components/biz/renderer/renderer.mjs +73 -1
  553. package/dist/components/biz/utils/constants/card-spec.mjs +48 -1
  554. package/dist/components/biz/utils/helpers/get-channel-list.mjs +14 -1
  555. package/dist/components/biz/utils/helpers/url.mjs +16 -1
  556. package/dist/components/biz/utils/schema/data.mjs +22 -1
  557. package/dist/components/biz/utils/styles/helpers.mjs +84 -1
  558. package/dist/components/biz/utils/styles/schema.mjs +306 -1
  559. package/dist/components/biz/utils/transformers/card-grid.mjs +71 -1
  560. package/dist/components/biz/utils/transformers/data.mjs +171 -1
  561. package/dist/components/common/at-element/index.mjs +47 -1
  562. package/dist/components/common/background-preview-modal/background-preview-modal.mjs +73 -1
  563. package/dist/components/common/blocked-dialog/blocked-dialog.mjs +54 -1
  564. package/dist/components/common/cards/mini-three-card.mjs +55 -1
  565. package/dist/components/common/cards/style.module.mjs +12 -24
  566. package/dist/components/common/collection-popup/collection-create-modal.mjs +130 -1
  567. package/dist/components/common/collection-popup/index.mjs +292 -1
  568. package/dist/components/common/debug-locale-switcher/index.mjs +59 -1
  569. package/dist/components/common/delete-confirm-dialog/delete-confirm-dialog.mjs +66 -1
  570. package/dist/components/common/empty/index.mjs +51 -1
  571. package/dist/components/common/follow-button/index.mjs +133 -1
  572. package/dist/components/common/follow-button/unfollow-confirm-dialog.mjs +35 -1
  573. package/dist/components/common/funhub-provider/funhub-provider.mjs +85 -1
  574. package/dist/components/common/header-nav/client.mjs +51 -1
  575. package/dist/components/common/icons/add.mjs +21 -1
  576. package/dist/components/common/icons/comment.mjs +30 -1
  577. package/dist/components/common/icons/delete.mjs +32 -1
  578. package/dist/components/common/icons/left-arrow.mjs +15 -1
  579. package/dist/components/common/icons/more.mjs +30 -1
  580. package/dist/components/common/icons/right-arrow.mjs +19 -1
  581. package/dist/components/common/icons/setting.mjs +45 -1
  582. package/dist/components/common/icons/share.mjs +20 -1
  583. package/dist/components/common/icons/video.mjs +22 -1
  584. package/dist/components/common/image-crop/image-crop.mjs +182 -1
  585. package/dist/components/common/image-crop/show-image-crop.mjs +102 -1
  586. package/dist/components/common/image-crop-modal/image-crop-modal.mjs +128 -2
  587. package/dist/components/common/info-card/card-header.mjs +70 -1
  588. package/dist/components/common/info-card/card-text.mjs +49 -1
  589. package/dist/components/common/interaction-animations.module.mjs +14 -84
  590. package/dist/components/common/intl-provider/intl-provider.mjs +21 -1
  591. package/dist/components/common/keep-scroll-position/index.mjs +39 -1
  592. package/dist/components/common/list/collection-list/collection-list-item.mjs +93 -1
  593. package/dist/components/common/list/collection-list/collection-list.mjs +21 -1
  594. package/dist/components/common/list/post-list/post-list-item.mjs +54 -1
  595. package/dist/components/common/list/post-list/post-list.mjs +143 -1
  596. package/dist/components/common/list/user-activity-list/user-activity-list-actions.mjs +269 -1
  597. package/dist/components/common/list/user-activity-list/user-activity-list-item.mjs +468 -1
  598. package/dist/components/common/list/user-activity-list/user-activity-list.d.mts +1 -1
  599. package/dist/components/common/list/user-activity-list/user-activity-list.mjs +139 -1
  600. package/dist/components/common/list/video-list/video-list-item.mjs +104 -1
  601. package/dist/components/common/list/video-list/video-list.mjs +152 -1
  602. package/dist/components/common/locale-sync/locale-sync.mjs +62 -1
  603. package/dist/components/common/login-dialog/login-dialog.mjs +29 -1
  604. package/dist/components/common/media-preview/index.mjs +162 -1
  605. package/dist/components/common/media-preview/video-play.mjs +237 -1
  606. package/dist/components/common/page-loading/index.mjs +20 -1
  607. package/dist/components/common/page-skeleton/page-skeleton.mjs +7 -1
  608. package/dist/components/common/photo-grid/common-photo-grid.d.mts +0 -1
  609. package/dist/components/common/photo-grid/common-photo-grid.mjs +320 -1
  610. package/dist/components/common/photo-grid/index.mjs +226 -1
  611. package/dist/components/common/photo-preview/common-photo-preview.mjs +96 -1
  612. package/dist/components/common/photo-preview/decrypt-loading.mjs +66 -2
  613. package/dist/components/common/photo-preview/index.d.mts +0 -2
  614. package/dist/components/common/photo-preview/index.mjs +63 -1
  615. package/dist/components/common/photo-preview/style.mjs +7 -19
  616. package/dist/components/common/picker/gender-picker/gender-picker.mjs +66 -1
  617. package/dist/components/common/picker/picker-drawer/picker-drawer.mjs +78 -1
  618. package/dist/components/common/popup-video/index.mjs +76 -1
  619. package/dist/components/common/popup-video/popup-video.module.mjs +7 -16
  620. package/dist/components/common/series-episodes/index.mjs +429 -1
  621. package/dist/components/common/share-popup/share-content.mjs +152 -1
  622. package/dist/components/common/share-popup/share-drawer.mjs +100 -1
  623. package/dist/components/common/share-popup/share-popup.mjs +300 -1
  624. package/dist/components/common/skeleton/post-list-item-skeleton.mjs +99 -1
  625. package/dist/components/common/skeleton/user-activity-list-item-skeleton.mjs +146 -1
  626. package/dist/components/common/skeleton/video-list-item-skeleton.mjs +110 -1
  627. package/dist/components/common/tab-bar/index.mjs +125 -1
  628. package/dist/components/common/theme-sync/index.mjs +22 -1
  629. package/dist/components/common/top-nav-bar/client.mjs +63 -1
  630. package/dist/components/common/top-nav-bar/fullscreen.mjs +27 -1
  631. package/dist/components/common/top-nav-bar/index.mjs +29 -1
  632. package/dist/components/common/top-nav-bar/normal.mjs +20 -1
  633. package/dist/components/common/video-player/create-video.mjs +27 -2
  634. package/dist/components/common/video-player/index.mjs +701 -5
  635. package/dist/components/common/video-player/playing-videos.mjs +73 -1
  636. package/dist/components/common/video-player/process-m3u8-cache.mjs +282 -1
  637. package/dist/components/common/video-player/style.module.mjs +7 -259
  638. package/dist/components/common/wait-loading.mjs +119 -1
  639. package/dist/components/pages/(follow)/_components/follow-button/index.mjs +80 -1
  640. package/dist/components/pages/(follow)/_components/header-nav/index.mjs +13 -1
  641. package/dist/components/pages/(follow)/_components/interaction-tabs/index.mjs +43 -1
  642. package/dist/components/pages/(follow)/_components/user-list/index.mjs +139 -1
  643. package/dist/components/pages/(follow)/_components/user-list/user-list-item.mjs +46 -1
  644. package/dist/components/pages/(follow)/fans/index.mjs +10 -1
  645. package/dist/components/pages/(follow)/fans/page.mjs +95 -1
  646. package/dist/components/pages/(follow)/followed/index.mjs +10 -1
  647. package/dist/components/pages/(follow)/followed/page.mjs +95 -1
  648. package/dist/components/pages/collection-add/index.mjs +10 -1
  649. package/dist/components/pages/collection-add/page.mjs +161 -1
  650. package/dist/components/pages/collection-create/form.mjs +163 -1
  651. package/dist/components/pages/collection-create/index.mjs +10 -1
  652. package/dist/components/pages/collection-create/page.mjs +28 -1
  653. package/dist/components/pages/collection-detail/_components/collection-detail-card.mjs +183 -1
  654. package/dist/components/pages/collection-detail/detail.mjs +518 -1
  655. package/dist/components/pages/collection-detail/index.mjs +10 -1
  656. package/dist/components/pages/collection-detail/page.mjs +18 -1
  657. package/dist/components/pages/edit/index.mjs +10 -1
  658. package/dist/components/pages/edit/page.mjs +576 -1
  659. package/dist/components/pages/feed-series/feed-series-client.mjs +382 -1
  660. package/dist/components/pages/feed-series/page.mjs +97 -1
  661. package/dist/components/pages/feedback/_components/feedback-form.mjs +263 -1
  662. package/dist/components/pages/feedback/index.mjs +10 -1
  663. package/dist/components/pages/feedback/page.mjs +10 -1
  664. package/dist/components/pages/fullscreen-feed/index.mjs +10 -1
  665. package/dist/components/pages/fullscreen-feed/page.mjs +104 -1
  666. package/dist/components/pages/home/channel-matcher.mjs +30 -1
  667. package/dist/components/pages/home/client.mjs +169 -1
  668. package/dist/components/pages/home/index.mjs +56 -1
  669. package/dist/components/pages/login/agreement-dialog.mjs +104 -1
  670. package/dist/components/pages/login/forgot.mjs +130 -1
  671. package/dist/components/pages/login/index.mjs +107 -1
  672. package/dist/components/pages/login/login-client.mjs +214 -1
  673. package/dist/components/pages/login/password.mjs +186 -1
  674. package/dist/components/pages/login/register.mjs +189 -1
  675. package/dist/components/pages/login/reset-password.mjs +193 -1
  676. package/dist/components/pages/login/verify.mjs +212 -3
  677. package/dist/components/pages/post-detail/page.mjs +28 -1
  678. package/dist/components/pages/post-detail/post-detail-client.mjs +516 -1
  679. package/dist/components/pages/profile/index.mjs +10 -1
  680. package/dist/components/pages/profile/page.mjs +28 -1
  681. package/dist/components/pages/publish/components/collection-card.mjs +49 -1
  682. package/dist/components/pages/publish/components/collection-popup.mjs +81 -1
  683. package/dist/components/pages/publish/components/collection.mjs +97 -1
  684. package/dist/components/pages/publish/components/cover-item.mjs +46 -1
  685. package/dist/components/pages/publish/components/editor.mjs +208 -1
  686. package/dist/components/pages/publish/components/header.mjs +31 -1
  687. package/dist/components/pages/publish/components/material-grid.mjs +52 -1
  688. package/dist/components/pages/publish/components/material-item.mjs +68 -1
  689. package/dist/components/pages/publish/components/toolbar.mjs +39 -1
  690. package/dist/components/pages/publish/components/upload-progress.mjs +53 -1
  691. package/dist/components/pages/publish/components/video-item.mjs +36 -1
  692. package/dist/components/pages/publish/constants.mjs +8 -1
  693. package/dist/components/pages/publish/hooks/use-file-upload.mjs +162 -1
  694. package/dist/components/pages/publish/page-client.mjs +345 -1
  695. package/dist/components/pages/publish/page.mjs +10 -1
  696. package/dist/components/pages/publish/utils/file-upload.mjs +155 -1
  697. package/dist/components/pages/publish/utils/publish-utils.mjs +11 -1
  698. package/dist/components/pages/search/hot-recommend.mjs +185 -1
  699. package/dist/components/pages/search/hot-search.mjs +70 -1
  700. package/dist/components/pages/search/index.mjs +17 -1
  701. package/dist/components/pages/search/page-client.mjs +159 -1
  702. package/dist/components/pages/search/search-result/index.mjs +22 -1
  703. package/dist/components/pages/search/search-result/search-all.mjs +223 -1
  704. package/dist/components/pages/search/search-result/search-user.mjs +203 -1
  705. package/dist/components/pages/search/search-result/search-video-info.mjs +301 -1
  706. package/dist/components/pages/search/search-utils.mjs +48 -1
  707. package/dist/components/pages/search/style.module.mjs +13 -113
  708. package/dist/components/pages/search/top-header.mjs +89 -1
  709. package/dist/components/pages/search-result/page-client.mjs +110 -1
  710. package/dist/components/pages/search-result/search-all.mjs +79 -1
  711. package/dist/components/pages/search-result/search-tab.mjs +89 -1
  712. package/dist/components/pages/search-result/search-user.mjs +258 -1
  713. package/dist/components/pages/search-result/search-video.mjs +226 -1
  714. package/dist/components/pages/settings/_components/reset-password-drawer.mjs +256 -1
  715. package/dist/components/pages/settings/_components/settings.mjs +183 -1
  716. package/dist/components/pages/settings/index.mjs +10 -1
  717. package/dist/components/pages/settings/page.mjs +13 -1
  718. package/dist/components/pages/user-follow/_components/follow-no-login.mjs +34 -1
  719. package/dist/components/pages/user-follow/_components/follow-top-header.mjs +25 -1
  720. package/dist/components/pages/user-follow/_components/post-tab.mjs +96 -1
  721. package/dist/components/pages/user-follow/index.mjs +10 -1
  722. package/dist/components/pages/user-follow/page.mjs +106 -1
  723. package/dist/components/pages/user-follow/skeleton.mjs +62 -1
  724. package/dist/components/pages/video-detail/page.mjs +47 -1
  725. package/dist/components/pages/video-detail/video-detail-client.d.mts +1 -1
  726. package/dist/components/pages/video-detail/video-detail-client.mjs +338 -1
  727. package/dist/components/pages/video-list/index.mjs +58 -1
  728. package/dist/components/pages/video-list/types.mjs +16 -1
  729. package/dist/components/pages/video-list/video-list-client.mjs +111 -1
  730. package/dist/components/pages/video-list/video-list-item.mjs +35 -1
  731. package/dist/components/ui/accordion.mjs +62 -1
  732. package/dist/components/ui/alert-dialog.mjs +114 -1
  733. package/dist/components/ui/alert.mjs +50 -1
  734. package/dist/components/ui/aspect-ratio.mjs +17 -1
  735. package/dist/components/ui/avatar.mjs +97 -1
  736. package/dist/components/ui/badge.mjs +38 -1
  737. package/dist/components/ui/box.mjs +17 -1
  738. package/dist/components/ui/breadcrumb.mjs +84 -1
  739. package/dist/components/ui/button-group.mjs +49 -1
  740. package/dist/components/ui/button.mjs +50 -1
  741. package/dist/components/ui/card.mjs +65 -1
  742. package/dist/components/ui/carousel.mjs +142 -1
  743. package/dist/components/ui/checkbox.mjs +25 -1
  744. package/dist/components/ui/collapsible.mjs +31 -1
  745. package/dist/components/ui/combobox.mjs +185 -1
  746. package/dist/components/ui/context-menu.mjs +150 -1
  747. package/dist/components/ui/dialog.mjs +109 -1
  748. package/dist/components/ui/drawer.mjs +91 -1
  749. package/dist/components/ui/dropdown-menu.mjs +154 -1
  750. package/dist/components/ui/empty-icons.mjs +96 -7
  751. package/dist/components/ui/empty.mjs +95 -1
  752. package/dist/components/ui/field.mjs +131 -1
  753. package/dist/components/ui/hover-card.mjs +43 -1
  754. package/dist/components/ui/image.mjs +202 -1
  755. package/dist/components/ui/infinite-scroll.mjs +134 -1
  756. package/dist/components/ui/input-group.mjs +90 -1
  757. package/dist/components/ui/input.mjs +19 -1
  758. package/dist/components/ui/item.mjs +137 -1
  759. package/dist/components/ui/kbd.mjs +24 -1
  760. package/dist/components/ui/label.mjs +18 -1
  761. package/dist/components/ui/legacy/badge.mjs +80 -1
  762. package/dist/components/ui/legacy/button.mjs +55 -1
  763. package/dist/components/ui/legacy/input.mjs +22 -1
  764. package/dist/components/ui/legacy/popover.mjs +69 -1
  765. package/dist/components/ui/link.mjs +29 -1
  766. package/dist/components/ui/list.mjs +221 -5
  767. package/dist/components/ui/loading.mjs +44 -1
  768. package/dist/components/ui/mask.mjs +17 -1
  769. package/dist/components/ui/menubar.mjs +154 -1
  770. package/dist/components/ui/native-select.mjs +43 -1
  771. package/dist/components/ui/pagination.mjs +90 -1
  772. package/dist/components/ui/popover.mjs +73 -1
  773. package/dist/components/ui/popup.mjs +44 -1
  774. package/dist/components/ui/progress.mjs +53 -1
  775. package/dist/components/ui/radio-group.mjs +34 -1
  776. package/dist/components/ui/rate.mjs +69 -1
  777. package/dist/components/ui/scroll-area.mjs +43 -1
  778. package/dist/components/ui/select.mjs +113 -1
  779. package/dist/components/ui/separator.mjs +20 -1
  780. package/dist/components/ui/sheet.mjs +109 -1
  781. package/dist/components/ui/skeleton.mjs +16 -1
  782. package/dist/components/ui/slider.mjs +46 -1
  783. package/dist/components/ui/sonner.mjs +34 -1
  784. package/dist/components/ui/spinner.mjs +18 -1
  785. package/dist/components/ui/switch.mjs +65 -1
  786. package/dist/components/ui/table.mjs +78 -1
  787. package/dist/components/ui/tabs.mjs +54 -1
  788. package/dist/components/ui/text.mjs +20 -1
  789. package/dist/components/ui/textarea.mjs +16 -1
  790. package/dist/components/ui/time.mjs +91 -1
  791. package/dist/components/ui/toggle-group.mjs +59 -1
  792. package/dist/components/ui/toggle.mjs +41 -1
  793. package/dist/components/ui/tooltip.mjs +49 -1
  794. package/dist/components/ui/wheel-picker.mjs +28 -1
  795. package/dist/constants/event-key.mjs +18 -1
  796. package/dist/constants/query-key.mjs +32 -1
  797. package/dist/constants/revalidate.mjs +9 -1
  798. package/dist/constants/site.mjs +11 -1
  799. package/dist/constants/url-prefix.mjs +8 -1
  800. package/dist/hooks/image-text-recommend.d.mts +17 -0
  801. package/dist/hooks/image-text-recommend.mjs +72 -0
  802. package/dist/hooks/query/hydration-boundary.mjs +34 -1
  803. package/dist/hooks/query/use-query.mjs +114 -1
  804. package/dist/hooks/use-auth.mjs +198 -1
  805. package/dist/hooks/use-browse-report.mjs +466 -1
  806. package/dist/hooks/use-card-decoration.mjs +92 -1
  807. package/dist/hooks/use-content-operate.mjs +514 -1
  808. package/dist/hooks/use-follow.mjs +69 -1
  809. package/dist/hooks/use-fullscreen-gestures.mjs +144 -1
  810. package/dist/hooks/use-interaction-animation.mjs +26 -1
  811. package/dist/hooks/use-keyboard-open.mjs +56 -1
  812. package/dist/hooks/use-like-dislike.mjs +40 -1
  813. package/dist/hooks/use-search-history.mjs +40 -1
  814. package/dist/hooks/use-sticky.mjs +38 -1
  815. package/dist/hooks.d.mts +2 -1
  816. package/dist/hooks.mjs +14 -1
  817. package/dist/i18n/locales/en.mjs +813 -3
  818. package/dist/i18n/locales/zh-CN.mjs +813 -3
  819. package/dist/i18n/messages.mjs +20 -1
  820. package/dist/i18n/translator.mjs +38 -1
  821. package/dist/i18n.mjs +165 -1
  822. package/dist/materials.d.mts +16 -16
  823. package/dist/materials.mjs +63 -1
  824. package/dist/node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inject/dist/style-inject.es.mjs +17 -1
  825. package/dist/pages.mjs +21 -1
  826. package/dist/seo/build-metadata.mjs +163 -1
  827. package/dist/seo/config/index.mjs +22 -1
  828. package/dist/seo/config/page.mjs +301 -6
  829. package/dist/seo/config/site.mjs +25 -1
  830. package/dist/seo/constants.mjs +31 -1
  831. package/dist/seo/helpers.mjs +120 -1
  832. package/dist/seo/resource-hints.mjs +60 -1
  833. package/dist/seo/robots.mjs +36 -1
  834. package/dist/seo/sitemap.mjs +44 -1
  835. package/dist/seo/structured-data/article.mjs +51 -1
  836. package/dist/seo/structured-data/common.mjs +60 -1
  837. package/dist/seo/structured-data/video.mjs +41 -1
  838. package/dist/seo/viewport.mjs +31 -1
  839. package/dist/seo.mjs +15 -1
  840. package/dist/service/generated/client.d.mts +171 -275
  841. package/dist/service/generated/client.mjs +1138 -1
  842. package/dist/service/generated/tanstack.d.mts +172 -302
  843. package/dist/service/generated/tanstack.mjs +1049 -1
  844. package/dist/service.d.mts +3 -4
  845. package/dist/service.mjs +4 -1
  846. package/dist/store/create-store.mjs +25 -1
  847. package/dist/store/modules/app-config-store.mjs +28 -1
  848. package/dist/store/modules/blocked-modal-store.mjs +30 -1
  849. package/dist/store/modules/follow-ids-store.mjs +12 -1
  850. package/dist/store/modules/login-modal-store.mjs +135 -1
  851. package/dist/store/modules/media-preview-store.mjs +54 -1
  852. package/dist/store/modules/publish-store.mjs +31 -1
  853. package/dist/store/modules/use-demo-store.mjs +17 -1
  854. package/dist/store/modules/user-store.mjs +113 -1
  855. package/dist/store.mjs +10 -1
  856. package/dist/types/community-types.d.mts +46 -0
  857. package/dist/types/safe-at-user.mjs +15 -1
  858. package/dist/types/safe-comment.mjs +30 -1
  859. package/dist/types/safe-grid.mjs +36 -1
  860. package/dist/types/safe-replay.mjs +43 -1
  861. package/dist/types/share.mjs +16 -1
  862. package/dist/types.d.mts +2732 -5699
  863. package/dist/ui.mjs +57 -1
  864. package/dist/utils/api-collect.mjs +14 -1
  865. package/dist/utils/channel-storage.mjs +57 -1
  866. package/dist/utils/cn.mjs +15 -1
  867. package/dist/utils/common.mjs +296 -1
  868. package/dist/utils/db.mjs +80 -1
  869. package/dist/utils/decrypt-image-client.mjs +198 -1
  870. package/dist/utils/decrypt.worker.mjs +20 -2
  871. package/dist/utils/event-bus.mjs +33 -1
  872. package/dist/utils/follow-service.d.mts +4 -4
  873. package/dist/utils/follow-service.mjs +87 -1
  874. package/dist/utils/get-res-url.mjs +94 -1
  875. package/dist/utils/helper.mjs +41 -1
  876. package/dist/utils/http.mjs +194 -1
  877. package/dist/utils/image-compression.mjs +59 -1
  878. package/dist/utils/image-crop.mjs +110 -1
  879. package/dist/utils/loaders.mjs +51 -1
  880. package/dist/utils/media.mjs +128 -1
  881. package/dist/utils/password-validator.d.mts +28 -0
  882. package/dist/utils/password-validator.mjs +87 -0
  883. package/dist/utils/s3-uploader.mjs +40 -1
  884. package/dist/utils/schema/index.d.mts +1 -1
  885. package/dist/utils/schema/material.d.mts +7 -9
  886. package/dist/utils/schema/material.mjs +24 -1
  887. package/dist/utils/schema/schema.mjs +200 -1
  888. package/dist/utils/schema/utils.d.mts +13 -3
  889. package/dist/utils/schema/utils.mjs +33 -1
  890. package/dist/utils/share-manager.mjs +156 -1
  891. package/dist/utils/tools.mjs +105 -1
  892. package/dist/utils/uint8.mjs +46 -1
  893. package/dist/utils/upload-file.mjs +429 -1
  894. package/dist/utils.d.mts +3 -2
  895. package/dist/utils.mjs +21 -1
  896. package/package.json +7 -2
  897. package/templates/base/_meta.json +4 -0
  898. package/templates/base/template/README.md.template +32 -0
  899. package/templates/base/template/__dot__gitignore +6 -0
  900. package/templates/base/template/app/[locale]/layout.tsx.template +36 -0
  901. package/templates/base/template/app/[locale]/page.tsx.template +24 -0
  902. package/templates/base/template/app/globals.css +26 -0
  903. package/templates/base/template/app/layout.tsx.template +38 -0
  904. package/templates/base/template/eslint.config.mjs.template +68 -0
  905. package/templates/base/template/i18n/request.ts.template +3 -0
  906. package/templates/base/template/next-env.d.ts.template +4 -0
  907. package/templates/base/template/next.config.ts.template +21 -0
  908. package/templates/base/template/package.json.template +37 -0
  909. package/templates/base/template/postcss.config.js.template +18 -0
  910. package/templates/base/template/proxy.ts.template +18 -0
  911. package/templates/base/template/tailwind.config.cjs.template +13 -0
  912. package/templates/base/template/tsconfig.json.template +43 -0
  913. package/dist/components/biz/business/detail/detail-follow-action.mjs +0 -2
  914. package/dist/components/biz/business/detail/detail-info-tags.mjs +0 -2
  915. package/dist/components/biz/business/detail/detail-info-title.mjs +0 -2
  916. package/dist/components/biz/business/detail/detail-introduction.mjs +0 -2
  917. package/dist/components/biz/business/detail/detail-operate.mjs +0 -2
  918. package/dist/components/biz/business/detail/detail-structured-data.mjs +0 -2
  919. package/dist/components/biz/business/detail/materials/editor-preview.mjs +0 -2
  920. package/dist/components/biz/business/detail/materials/registry.mjs +0 -2
  921. package/dist/components/biz/business/detail/materials/runtime-context-provider.mjs +0 -2
  922. package/dist/components/biz/business/detail/materials/video-detail-actions/client.mjs +0 -2
  923. package/dist/components/biz/business/detail/materials/video-detail-actions/material.mjs +0 -2
  924. package/dist/components/biz/business/detail/materials/video-detail-actions/schema.mjs +0 -2
  925. package/dist/components/biz/business/detail/materials/video-detail-actions/server.mjs +0 -2
  926. package/dist/components/biz/business/detail/materials/video-detail-info/client.mjs +0 -2
  927. package/dist/components/biz/business/detail/materials/video-detail-info/material.mjs +0 -2
  928. package/dist/components/biz/business/detail/materials/video-detail-info/schema.mjs +0 -2
  929. package/dist/components/biz/business/detail/materials/video-detail-info/server.mjs +0 -2
  930. package/dist/components/biz/business/detail/materials/video-detail-info-title/client.mjs +0 -2
  931. package/dist/components/biz/business/detail/materials/video-detail-info-title/material.mjs +0 -2
  932. package/dist/components/biz/business/detail/materials/video-detail-info-title/schema.mjs +0 -2
  933. package/dist/components/biz/business/detail/materials/video-detail-info-title/server.mjs +0 -2
  934. package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/client.mjs +0 -2
  935. package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/material.mjs +0 -2
  936. package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/schema.mjs +0 -2
  937. package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/server.mjs +0 -2
  938. package/dist/components/biz/business/detail/materials/video-detail-player/client.mjs +0 -2
  939. package/dist/components/biz/business/detail/materials/video-detail-player/material.mjs +0 -2
  940. package/dist/components/biz/business/detail/materials/video-detail-player/schema.mjs +0 -2
  941. package/dist/components/biz/business/detail/materials/video-detail-player/server.mjs +0 -2
  942. package/dist/components/biz/business/detail/materials/video-detail-recommend/client.mjs +0 -2
  943. package/dist/components/biz/business/detail/materials/video-detail-recommend/material.mjs +0 -2
  944. package/dist/components/biz/business/detail/materials/video-detail-recommend/schema.mjs +0 -2
  945. package/dist/components/biz/business/detail/materials/video-detail-recommend/server.mjs +0 -2
  946. package/dist/components/biz/business/detail/materials/video-detail-recommend/utils.mjs +0 -2
  947. package/dist/components/biz/business/detail/metadata-utils.mjs +0 -2
  948. package/dist/components/biz/business/detail/post-recommend-list.mjs +0 -2
  949. package/dist/components/biz/business/detail/seo-config.mjs +0 -2
  950. package/dist/components/biz/business/detail/video-hero.mjs +0 -2
  951. package/dist/components/biz/business/home-recommend/shared/home-recommend-feed-mode.mjs +0 -2
  952. package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/index.d.mts +0 -6
  953. package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/index.mjs +0 -2
  954. package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/inspector-schema.mjs +0 -2
  955. package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/material.mjs +0 -2
  956. package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/runtime/prefetch-client.d.mts +0 -27
  957. package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/runtime/prefetch-client.mjs +0 -2
  958. package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/component.mjs +0 -2
  959. package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/data.schema.mjs +0 -2
  960. package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/event.schema.mjs +0 -2
  961. package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/index.d.mts +0 -8
  962. package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/index.mjs +0 -2
  963. package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/style.schema.mjs +0 -2
  964. package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/server.mjs +0 -2
  965. package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/index.d.mts +0 -6
  966. package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/index.mjs +0 -2
  967. package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/inspector-schema.mjs +0 -2
  968. package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/material.mjs +0 -2
  969. package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/runtime/prefetch-client.d.mts +0 -27
  970. package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/runtime/prefetch-client.mjs +0 -2
  971. package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/component.mjs +0 -2
  972. package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/data.schema.mjs +0 -2
  973. package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/event.schema.mjs +0 -2
  974. package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/index.d.mts +0 -8
  975. package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/index.mjs +0 -2
  976. package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/style.schema.mjs +0 -2
  977. package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/server.mjs +0 -2
  978. package/dist/components/biz/business/video-horizontal-list/client.d.mts +0 -19
  979. package/dist/components/biz/business/video-horizontal-list/client.mjs +0 -2
  980. package/dist/components/biz/business/video-horizontal-list/index.d.mts +0 -5
  981. package/dist/components/biz/business/video-horizontal-list/material.mjs +0 -2
  982. package/dist/components/biz/business/video-horizontal-list/schema.mjs +0 -2
  983. package/dist/components/biz/business/video-horizontal-list/server.d.mts +0 -12
  984. package/dist/components/biz/business/video-horizontal-list/server.mjs +0 -2
  985. package/dist/service/content-batch-get-video-detail.d.mts +0 -21
  986. package/dist/service/content-batch-get-video-detail.mjs +0 -2
  987. /package/dist/components/biz/business/detail/{materials/video-detail-actions → video-detail-actions}/index.d.mts +0 -0
  988. /package/dist/components/biz/business/detail/{materials/video-detail-info → video-detail-info}/index.d.mts +0 -0
  989. /package/dist/components/biz/business/detail/{materials/video-detail-info-title → video-detail-info-title}/index.d.mts +0 -0
  990. /package/dist/components/biz/business/detail/{materials/video-detail-info-title-tags-episodes → video-detail-info-title-tags-episodes}/index.d.mts +0 -0
  991. /package/dist/components/biz/business/detail/{materials/video-detail-player → video-detail-player}/index.d.mts +0 -0
  992. /package/dist/components/biz/business/detail/{materials/video-detail-recommend → video-detail-recommend}/index.d.mts +0 -0
@@ -1,2 +1,1050 @@
1
1
 
2
- const e=(e,t,n,r)=>{let i={_id:e};return n&&(i._infinite=n),r&&(i.tags=r),t?.body!==void 0&&(i.body=t.body),t?.headers&&(i.headers=t.headers),t?.path!==void 0&&(i.path=t.path),t?.query!==void 0&&(i.query=t.query),[i]};function t(t,n){return e(`pCommunityMoveCollectionContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function n(t,n){return e(`pCommunityPublishContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function r(t,n){return e(`gCommunityGetContentInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function i(t,n){return e(`gCommunityBatchGetContentInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function ee(t,n){return e(`gCommunityGetContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function te(t,n){return e(`gCommunitySearchContent`,{query:t,headers:n?.headers},void 0,n?.tags)}function a(t,n){return e(`gCommunityQueryContents`,{query:t,headers:n?.headers},void 0,n?.tags)}function o(t,n){return e(`pCommunityQueryContents`,{body:t,headers:n?.headers},void 0,n?.tags)}function s(t,n){return e(`pCommunityDeleteContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function c(t,n){return e(`pCommunityUpdateContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function l(t,n){return e(`pCommunityCreateCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function u(t,n){return e(`gCommunityGetCollectionInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function d(t,n){return e(`gCommunityGetUserCollections`,{query:t,headers:n?.headers},void 0,n?.tags)}function f(t,n){return e(`pCommunityAddContentToCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function p(t,n){return e(`pCommunityDeleteCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function m(t,n){return e(`pCommunitySubscribeCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function h(t,n){return e(`gCommunityGetSubscribedCollections`,{query:t,headers:n?.headers},void 0,n?.tags)}function g(t,n){return e(`pCommunityUpdateCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function _(t,n){return e(`pCommunityRemoveContentFromCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function v(t,n){return e(`pCommunityUploadMedia`,{body:t,headers:n?.headers},void 0,n?.tags)}function y(t,n){return e(`pCommunityGetUploadPresignedURL`,{body:t,headers:n?.headers},void 0,n?.tags)}function b(t,n){return e(`pCommunityCreateComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function x(t,n){return e(`gCommunityGetComments`,{query:t,headers:n?.headers},void 0,n?.tags)}function S(t,n){return e(`pCommunityDeleteComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function C(t,n){return e(`pCommunityLikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function w(t,n){return e(`pCommunityDislikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function T(t,n){return e(`pCommunityShareContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function E(t,n){return e(`gCommunityGetHotContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function D(t,n){return e(`gCommunityGetRandomContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function O(t,n){return e(`pCommunityContentInteractionNotify`,{body:t,headers:n?.headers},void 0,n?.tags)}function k(t,n){return e(`pCommunitySearchCurAccountFollowingUsersInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function A(t){return e(`gContentGetAppComponent`,{headers:t?.headers},void 0,t?.tags)}function j(t,n){return e(`gContentGetNewstVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function M(t,n){return e(`gContentGetPopularVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function N(t,n){return e(`gContentSearchVideos`,{query:t,headers:n?.headers},void 0,n?.tags)}function P(t,n){return e(`gContentGetVideoDetail`,{query:t,headers:n?.headers},void 0,n?.tags)}function F(t,n){return e(`gContentGetRecommendVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function I(t,n){return e(`gContentGetHotVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function L(t,n){return e(`gContentGetVideosByIds`,{query:t,headers:n?.headers},void 0,n?.tags)}function R(t,n){return e(`gContentGetVideoEpisodes`,{query:t,headers:n?.headers},void 0,n?.tags)}function z(t,n){return e(`gContentGetRecommendSearchList`,{query:t,headers:n?.headers},void 0,n?.tags)}function B(t,n){return e(`gGetAppChannelBlockData`,{query:t,headers:n?.headers},void 0,n?.tags)}function V(t,n){return e(`gContentGetAppChannels`,{query:t,headers:n?.headers},void 0,n?.tags)}function H(t,n){return e(`gContentGetAdminSubChannels`,{query:t,headers:n?.headers},void 0,n?.tags)}function U(t,n){return e(`gContentGetAppChannelBlock`,{query:t,headers:n?.headers},void 0,n?.tags)}function W(t,n){return e(`gContentGetAppChannelBlockData`,{query:t,headers:n?.headers},void 0,n?.tags)}function G(t,n){return e(`gContentAdminListAppChannelBlocks`,{query:t,headers:n?.headers},void 0,n?.tags)}function K(t,n){return e(`pContentUpdateAppChannelBlockBanner`,{body:t,headers:n?.headers},void 0,n?.tags)}function q(t,n){return e(`pContentUpdateAppChannelBlockBannerStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function J(t,n){return e(`pContentDeleteAppChannelBlockBanner`,{body:t,headers:n?.headers},void 0,n?.tags)}function Y(t,n){return e(`gContentListAppChannelBlockBanners`,{query:t,headers:n?.headers},void 0,n?.tags)}function X(t,n){return e(`pContentAddAppChannelBlockDiyContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function Z(t,n){return e(`pContentDeleteAppChannelBlockDiyContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function Q(t,n){return e(`gContentListAppChannelBlockDiyContents`,{query:t,headers:n?.headers},void 0,n?.tags)}function ne(t,n){return e(`pContentCreateAppChannelBlockIcon`,{body:t,headers:n?.headers},void 0,n?.tags)}function re(t,n){return e(`pContentUpdateAppChannelBlockIcon`,{body:t,headers:n?.headers},void 0,n?.tags)}function ie(t,n){return e(`pContentDeleteAppChannelBlockIcon`,{body:t,headers:n?.headers},void 0,n?.tags)}function ae(t,n){return e(`gContentGetAppChannelBlockIcon`,{query:t,headers:n?.headers},void 0,n?.tags)}function oe(t,n){return e(`gContentListAppChannelBlockIcon`,{query:t,headers:n?.headers},void 0,n?.tags)}function se(t,n){return e(`pContentUpdateAppChannelBlockIconStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function ce(t,n){return e(`gContentListVisibleAppChannelBlockIcon`,{query:t,headers:n?.headers},void 0,n?.tags)}function le(t,n){return e(`gContentGetFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function ue(t,n){return e(`gContentListFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function de(t,n){return e(`gContentListVisibleFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function fe(t,n){return e(`gContentGetVideoById`,{query:t,headers:n?.headers},void 0,n?.tags)}function pe(t){return e(`gContentGetGuessYouLikeVideos`,{headers:t?.headers},void 0,t?.tags)}function me(t,n){return e(`gContentSearchVideosByES`,{query:t,headers:n?.headers},void 0,n?.tags)}function he(t,n){return e(`pContentSearchVideosByES`,{body:t,headers:n?.headers},void 0,n?.tags)}function ge(t,n){return e(`gContentProcessM3u8`,{query:t,headers:n?.headers},void 0,n?.tags)}function _e(t,n){return e(`pContentVideoInteractionNotify`,{body:t,headers:n?.headers},void 0,n?.tags)}function ve(t,n){return e(`gContentGetAdvertiseByCode`,{query:t,headers:n?.headers},void 0,n?.tags)}function $(t,n){return e(`pInteractionFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function ye(t,n){return e(`pInteractionUnfollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function be(t,n){return e(`pInteractionCheckFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function xe(t,n){return e(`gInteractionGetFollowingList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Se(t,n){return e(`gInteractionGetFollowerList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ce(t,n){return e(`gInteractionGetFollowStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function we(t,n){return e(`gInteractionBatchGetFollowStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function Te(t,n){return e(`gInteractionCheckMutualFollow`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ee(t,n){return e(`gInteractionGetFollowingUserUpdates`,{query:t,headers:n?.headers},void 0,n?.tags)}function De(t,n){return e(`pInteractionLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function Oe(t,n){return e(`pInteractionDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function ke(t,n){return e(`pInteractionCancelLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ae(t,n){return e(`pInteractionCancelDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function je(t,n){return e(`gInteractionGetLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Me(t,n){return e(`gInteractionGetDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ne(t,n){return e(`gInteractionGetContentLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Pe(t,n){return e(`gInteractionGetContentDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Fe(t,n){return e(`pInteractionBatchQueryContentInteractions`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ie(t,n){return e(`pInteractionBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function Le(t,n){return e(`gInteractionGetBrowseList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Re(t,n){return e(`pInteractionDeleteBrowseRecord`,{body:t,headers:n?.headers},void 0,n?.tags)}function ze(t,n){return e(`pInteractionClearBrowseHistory`,{body:t,headers:n?.headers},void 0,n?.tags)}function Be(t,n){return e(`pInteractionCreateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ve(t,n){return e(`pInteractionUpdateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function He(t,n){return e(`pInteractionDeleteFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ue(t,n){return e(`gInteractionListFolders`,{query:t,headers:n?.headers},void 0,n?.tags)}function We(t,n){return e(`gInteractionGetFolder`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ge(t,n){return e(`gInteractionGetFolderStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ke(t,n){return e(`pInteractionAddCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function qe(t,n){return e(`pInteractionRemoveCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function Je(t,n){return e(`gInteractionListCollects`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ye(t,n){return e(`pInteractionMoveCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function Xe(t,n){return e(`gInteractionCheckCollect`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ze(t,n){return e(`gInteractionGetFollowingContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Qe(t,n){return e(`gInteractionGetFollowingUserUpdatesContent`,{query:t,headers:n?.headers},void 0,n?.tags)}function $e(t,n){return e(`pInteractionUnifiedBatchLikeDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function et(t,n){return e(`gInteractionBatchClearBrowse`,{query:t,headers:n?.headers},void 0,n?.tags)}function tt(t,n){return e(`pInteractionBatchClearBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function nt(t,n){return e(`pInteractionBatchDeleteCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function rt(t,n){return e(`gUserGetGuestIdentity`,{query:t,headers:n?.headers},void 0,n?.tags)}function it(t,n){return e(`pUserLogin`,{body:t,headers:n?.headers},void 0,n?.tags)}function at(t,n){return e(`pUserSendEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function ot(t,n){return e(`pUserVerifyEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function st(t,n){return e(`pUserRegister`,{body:t,headers:n?.headers},void 0,n?.tags)}function ct(t,n){return e(`pUserResetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function lt(t,n){return e(`gUserGetUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function ut(t,n){return e(`gUserGetUserEditInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function dt(t,n){return e(`pUserEditUserInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function ft(t,n){return e(`pUserSendResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function pt(t,n){return e(`pUserVerifyResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function mt(t,n){return e(`pUserSendForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function ht(t,n){return e(`pUserVerifyForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function gt(t,n){return e(`pUserResetForgetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function _t(t,n){return e(`pUserUserFeedback`,{body:t,headers:n?.headers},void 0,n?.tags)}function vt(t,n){return e(`gUserGetUserPrivacySettings`,{query:t,headers:n?.headers},void 0,n?.tags)}function yt(t,n){return e(`pUserUserPrivacySettings`,{body:t,headers:n?.headers},void 0,n?.tags)}function bt(t,n){return e(`pUserUploadUserBgImage`,{body:t,headers:n?.headers},void 0,n?.tags)}function xt(t,n){return e(`gUserViewUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}export{e as createQueryKey,i as gCommunityBatchGetContentInfoKey,u as gCommunityGetCollectionInfoKey,x as gCommunityGetCommentsKey,r as gCommunityGetContentInfoKey,ee as gCommunityGetContentListKey,E as gCommunityGetHotContentListKey,D as gCommunityGetRandomContentListKey,h as gCommunityGetSubscribedCollectionsKey,d as gCommunityGetUserCollectionsKey,a as gCommunityQueryContentsKey,te as gCommunitySearchContentKey,G as gContentAdminListAppChannelBlocksKey,H as gContentGetAdminSubChannelsKey,ve as gContentGetAdvertiseByCodeKey,W as gContentGetAppChannelBlockDataKey,ae as gContentGetAppChannelBlockIconKey,U as gContentGetAppChannelBlockKey,V as gContentGetAppChannelsKey,A as gContentGetAppComponentKey,le as gContentGetFloatingBallKey,pe as gContentGetGuessYouLikeVideosKey,I as gContentGetHotVideoListKey,j as gContentGetNewstVideoListKey,M as gContentGetPopularVideoListKey,z as gContentGetRecommendSearchListKey,F as gContentGetRecommendVideoListKey,fe as gContentGetVideoByIdKey,P as gContentGetVideoDetailKey,R as gContentGetVideoEpisodesKey,L as gContentGetVideosByIdsKey,Y as gContentListAppChannelBlockBannersKey,Q as gContentListAppChannelBlockDiyContentsKey,oe as gContentListAppChannelBlockIconKey,ue as gContentListFloatingBallKey,ce as gContentListVisibleAppChannelBlockIconKey,de as gContentListVisibleFloatingBallKey,ge as gContentProcessM3u8Key,me as gContentSearchVideosByESKey,N as gContentSearchVideosKey,B as gGetAppChannelBlockDataKey,et as gInteractionBatchClearBrowseKey,we as gInteractionBatchGetFollowStatsKey,Xe as gInteractionCheckCollectKey,Te as gInteractionCheckMutualFollowKey,Le as gInteractionGetBrowseListKey,Pe as gInteractionGetContentDislikeListKey,Ne as gInteractionGetContentLikeListKey,Me as gInteractionGetDislikeListKey,We as gInteractionGetFolderKey,Ge as gInteractionGetFolderStatsKey,Ce as gInteractionGetFollowStatsKey,Se as gInteractionGetFollowerListKey,Ze as gInteractionGetFollowingContentListKey,xe as gInteractionGetFollowingListKey,Qe as gInteractionGetFollowingUserUpdatesContentKey,Ee as gInteractionGetFollowingUserUpdatesKey,je as gInteractionGetLikeListKey,Je as gInteractionListCollectsKey,Ue as gInteractionListFoldersKey,rt as gUserGetGuestIdentityKey,ut as gUserGetUserEditInfoKey,lt as gUserGetUserInfoKey,vt as gUserGetUserPrivacySettingsKey,xt as gUserViewUserInfoKey,f as pCommunityAddContentToCollectionKey,O as pCommunityContentInteractionNotifyKey,l as pCommunityCreateCollectionKey,b as pCommunityCreateCommentKey,p as pCommunityDeleteCollectionKey,S as pCommunityDeleteCommentKey,s as pCommunityDeleteContentKey,w as pCommunityDislikeCommentKey,y as pCommunityGetUploadPresignedURLKey,C as pCommunityLikeCommentKey,t as pCommunityMoveCollectionContentKey,n as pCommunityPublishContentKey,o as pCommunityQueryContentsKey,_ as pCommunityRemoveContentFromCollectionKey,k as pCommunitySearchCurAccountFollowingUsersInfoKey,T as pCommunityShareContentKey,m as pCommunitySubscribeCollectionKey,g as pCommunityUpdateCollectionKey,c as pCommunityUpdateContentKey,v as pCommunityUploadMediaKey,X as pContentAddAppChannelBlockDiyContentKey,ne as pContentCreateAppChannelBlockIconKey,J as pContentDeleteAppChannelBlockBannerKey,Z as pContentDeleteAppChannelBlockDiyContentKey,ie as pContentDeleteAppChannelBlockIconKey,he as pContentSearchVideosByESKey,K as pContentUpdateAppChannelBlockBannerKey,q as pContentUpdateAppChannelBlockBannerStatusKey,re as pContentUpdateAppChannelBlockIconKey,se as pContentUpdateAppChannelBlockIconStatusKey,_e as pContentVideoInteractionNotifyKey,Ke as pInteractionAddCollectKey,tt as pInteractionBatchClearBrowseKey,nt as pInteractionBatchDeleteCollectsKey,Fe as pInteractionBatchQueryContentInteractionsKey,Ie as pInteractionBrowseKey,Ae as pInteractionCancelDislikeKey,ke as pInteractionCancelLikeKey,be as pInteractionCheckFollowKey,ze as pInteractionClearBrowseHistoryKey,Be as pInteractionCreateFolderKey,Re as pInteractionDeleteBrowseRecordKey,He as pInteractionDeleteFolderKey,Oe as pInteractionDislikeKey,$ as pInteractionFollowKey,De as pInteractionLikeKey,Ye as pInteractionMoveCollectsKey,qe as pInteractionRemoveCollectKey,ye as pInteractionUnfollowKey,$e as pInteractionUnifiedBatchLikeDislikeKey,Ve as pInteractionUpdateFolderKey,dt as pUserEditUserInfoKey,it as pUserLoginKey,st as pUserRegisterKey,gt as pUserResetForgetPasswordKey,ct as pUserResetPasswordKey,at as pUserSendEmailCodeKey,mt as pUserSendForgetEmailCodeKey,ft as pUserSendResetPasswordEmailCodeKey,bt as pUserUploadUserBgImageKey,_t as pUserUserFeedbackKey,yt as pUserUserPrivacySettingsKey,ot as pUserVerifyEmailCodeKey,ht as pUserVerifyForgetEmailCodeKey,pt as pUserVerifyResetPasswordEmailCodeKey};
2
+ //#region service/generated/tanstack.ts
3
+ /**
4
+ * 生成 TanStack Query Key。
5
+ * @param id - 请求方法 ID
6
+ * @param options - Query Key 相关参数
7
+ * @param infinite - 是否为无限查询
8
+ * @param tags - Next.js cache tags
9
+ * @returns Query Key
10
+ */
11
+ const createQueryKey = (id, options, infinite, tags) => {
12
+ const params = { _id: id };
13
+ if (infinite) params._infinite = infinite;
14
+ if (tags) params.tags = tags;
15
+ if (options?.body !== void 0) params.body = options.body;
16
+ if (options?.headers) params.headers = options.headers;
17
+ if (options?.path !== void 0) params.path = options.path;
18
+ if (options?.query !== void 0) params.query = options.query;
19
+ return [params];
20
+ };
21
+ /**
22
+ * 发布内容
23
+ * @returns TanStack Query Key
24
+ */
25
+ function pCommunityPublishContentKey(data, config) {
26
+ return createQueryKey("pCommunityPublishContent", {
27
+ body: data,
28
+ headers: config?.headers
29
+ }, void 0, config?.tags);
30
+ }
31
+ /**
32
+ * 获取内容详情
33
+ * @returns TanStack Query Key
34
+ */
35
+ function gCommunityGetContentInfoKey(query, config) {
36
+ return createQueryKey("gCommunityGetContentInfo", {
37
+ query,
38
+ headers: config?.headers
39
+ }, void 0, config?.tags);
40
+ }
41
+ /**
42
+ * 获取内容列表(信息流)
43
+ * @returns TanStack Query Key
44
+ */
45
+ function gCommunityGetContentListKey(query, config) {
46
+ return createQueryKey("gCommunityGetContentList", {
47
+ query,
48
+ headers: config?.headers
49
+ }, void 0, config?.tags);
50
+ }
51
+ /**
52
+ * 删除内容
53
+ * @returns TanStack Query Key
54
+ */
55
+ function pCommunityDeleteContentKey(data, config) {
56
+ return createQueryKey("pCommunityDeleteContent", {
57
+ body: data,
58
+ headers: config?.headers
59
+ }, void 0, config?.tags);
60
+ }
61
+ /**
62
+ * 更新内容
63
+ * @returns TanStack Query Key
64
+ */
65
+ function pCommunityUpdateContentKey(data, config) {
66
+ return createQueryKey("pCommunityUpdateContent", {
67
+ body: data,
68
+ headers: config?.headers
69
+ }, void 0, config?.tags);
70
+ }
71
+ /**
72
+ * 创建合集
73
+ * @returns TanStack Query Key
74
+ */
75
+ function pCommunityCreateCollectionKey(data, config) {
76
+ return createQueryKey("pCommunityCreateCollection", {
77
+ body: data,
78
+ headers: config?.headers
79
+ }, void 0, config?.tags);
80
+ }
81
+ /**
82
+ * 获取合集详情
83
+ * @returns TanStack Query Key
84
+ */
85
+ function gCommunityGetCollectionInfoKey(query, config) {
86
+ return createQueryKey("gCommunityGetCollectionInfo", {
87
+ query,
88
+ headers: config?.headers
89
+ }, void 0, config?.tags);
90
+ }
91
+ /**
92
+ * 获取用户合集列表
93
+ * @returns TanStack Query Key
94
+ */
95
+ function gCommunityGetUserCollectionsKey(query, config) {
96
+ return createQueryKey("gCommunityGetUserCollections", {
97
+ query,
98
+ headers: config?.headers
99
+ }, void 0, config?.tags);
100
+ }
101
+ /**
102
+ * 添加内容到合集
103
+ * @returns TanStack Query Key
104
+ */
105
+ function pCommunityAddContentToCollectionKey(data, config) {
106
+ return createQueryKey("pCommunityAddContentToCollection", {
107
+ body: data,
108
+ headers: config?.headers
109
+ }, void 0, config?.tags);
110
+ }
111
+ /**
112
+ * 删除合集(不允许删除默认合集)
113
+ * @returns TanStack Query Key
114
+ */
115
+ function pCommunityDeleteCollectionKey(data, config) {
116
+ return createQueryKey("pCommunityDeleteCollection", {
117
+ body: data,
118
+ headers: config?.headers
119
+ }, void 0, config?.tags);
120
+ }
121
+ /**
122
+ * 订阅合集(含取消订阅)
123
+ * @returns TanStack Query Key
124
+ */
125
+ function pCommunitySubscribeCollectionKey(data, config) {
126
+ return createQueryKey("pCommunitySubscribeCollection", {
127
+ body: data,
128
+ headers: config?.headers
129
+ }, void 0, config?.tags);
130
+ }
131
+ /**
132
+ * 获取订阅的合集列表
133
+ * @returns TanStack Query Key
134
+ */
135
+ function gCommunityGetSubscribedCollectionsKey(query, config) {
136
+ return createQueryKey("gCommunityGetSubscribedCollections", {
137
+ query,
138
+ headers: config?.headers
139
+ }, void 0, config?.tags);
140
+ }
141
+ /**
142
+ * 编辑合集
143
+ * @returns TanStack Query Key
144
+ */
145
+ function pCommunityUpdateCollectionKey(data, config) {
146
+ return createQueryKey("pCommunityUpdateCollection", {
147
+ body: data,
148
+ headers: config?.headers
149
+ }, void 0, config?.tags);
150
+ }
151
+ /**
152
+ * 移除作品出合集
153
+ * @returns TanStack Query Key
154
+ */
155
+ function pCommunityRemoveContentFromCollectionKey(data, config) {
156
+ return createQueryKey("pCommunityRemoveContentFromCollection", {
157
+ body: data,
158
+ headers: config?.headers
159
+ }, void 0, config?.tags);
160
+ }
161
+ /**
162
+ * 移动作品【合集A => B】
163
+ * @returns TanStack Query Key
164
+ */
165
+ function pCommunityMoveCollectionContentKey(data, config) {
166
+ return createQueryKey("pCommunityMoveCollectionContent", {
167
+ body: data,
168
+ headers: config?.headers
169
+ }, void 0, config?.tags);
170
+ }
171
+ /**
172
+ * 上传图片/视频(流式上传)
173
+ * @returns TanStack Query Key
174
+ */
175
+ function pCommunityUploadMediaKey(data, config) {
176
+ return createQueryKey("pCommunityUploadMedia", {
177
+ body: data,
178
+ headers: config?.headers
179
+ }, void 0, config?.tags);
180
+ }
181
+ /**
182
+ * 获取预签名上传URL(用于客户端直传S3)
183
+ * @returns TanStack Query Key
184
+ */
185
+ function pCommunityGetUploadPresignedURLKey(data, config) {
186
+ return createQueryKey("pCommunityGetUploadPresignedURL", {
187
+ body: data,
188
+ headers: config?.headers
189
+ }, void 0, config?.tags);
190
+ }
191
+ /**
192
+ * 发表评论
193
+ * @returns TanStack Query Key
194
+ */
195
+ function pCommunityCreateCommentKey(data, config) {
196
+ return createQueryKey("pCommunityCreateComment", {
197
+ body: data,
198
+ headers: config?.headers
199
+ }, void 0, config?.tags);
200
+ }
201
+ /**
202
+ * 获取评论列表
203
+ * @returns TanStack Query Key
204
+ */
205
+ function gCommunityGetCommentsKey(query, config) {
206
+ return createQueryKey("gCommunityGetComments", {
207
+ query,
208
+ headers: config?.headers
209
+ }, void 0, config?.tags);
210
+ }
211
+ /**
212
+ * 删除评论
213
+ * @returns TanStack Query Key
214
+ */
215
+ function pCommunityDeleteCommentKey(data, config) {
216
+ return createQueryKey("pCommunityDeleteComment", {
217
+ body: data,
218
+ headers: config?.headers
219
+ }, void 0, config?.tags);
220
+ }
221
+ /**
222
+ * 点赞评论
223
+ * @returns TanStack Query Key
224
+ */
225
+ function pCommunityLikeCommentKey(data, config) {
226
+ return createQueryKey("pCommunityLikeComment", {
227
+ body: data,
228
+ headers: config?.headers
229
+ }, void 0, config?.tags);
230
+ }
231
+ /**
232
+ * 点踩评论
233
+ * @returns TanStack Query Key
234
+ */
235
+ function pCommunityDislikeCommentKey(data, config) {
236
+ return createQueryKey("pCommunityDislikeComment", {
237
+ body: data,
238
+ headers: config?.headers
239
+ }, void 0, config?.tags);
240
+ }
241
+ /**
242
+ * 分享内容
243
+ * @returns TanStack Query Key
244
+ */
245
+ function pCommunityShareContentKey(data, config) {
246
+ return createQueryKey("pCommunityShareContent", {
247
+ body: data,
248
+ headers: config?.headers
249
+ }, void 0, config?.tags);
250
+ }
251
+ /**
252
+ * 搜索当前用户关注列表中的用户信息
253
+ * @returns TanStack Query Key
254
+ */
255
+ function pCommunitySearchCurAccountFollowingUsersInfoKey(data, config) {
256
+ return createQueryKey("pCommunitySearchCurAccountFollowingUsersInfo", {
257
+ body: data,
258
+ headers: config?.headers
259
+ }, void 0, config?.tags);
260
+ }
261
+ /**
262
+ * GetHotContentLis
263
+ * @returns TanStack Query Key
264
+ */
265
+ function gCommunityGetHotContentListKey(query, config) {
266
+ return createQueryKey("gCommunityGetHotContentList", {
267
+ query,
268
+ headers: config?.headers
269
+ }, void 0, config?.tags);
270
+ }
271
+ /**
272
+ * 通过api搜索
273
+ * @returns TanStack Query Key
274
+ */
275
+ function gContentGetVideoDetailByApiKey(query, config) {
276
+ return createQueryKey("gContentGetVideoDetailByApi", {
277
+ query,
278
+ headers: config?.headers
279
+ }, void 0, config?.tags);
280
+ }
281
+ /**
282
+ * 获取视频详情
283
+ * @returns TanStack Query Key
284
+ */
285
+ function gContentGetVideoDetailKey(query, config) {
286
+ return createQueryKey("gContentGetVideoDetail", {
287
+ query,
288
+ headers: config?.headers
289
+ }, void 0, config?.tags);
290
+ }
291
+ /**
292
+ * 推荐搜索
293
+ * @returns TanStack Query Key
294
+ */
295
+ function gContentGetRecommendSearchListKey(query, config) {
296
+ return createQueryKey("gContentGetRecommendSearchList", {
297
+ query,
298
+ headers: config?.headers
299
+ }, void 0, config?.tags);
300
+ }
301
+ /**
302
+ * 热门视频
303
+ * @returns TanStack Query Key
304
+ */
305
+ function gContentGetHotVideoListKey(query, config) {
306
+ return createQueryKey("gContentGetHotVideoList", {
307
+ query,
308
+ headers: config?.headers
309
+ }, void 0, config?.tags);
310
+ }
311
+ /**
312
+ * 获取推荐列表
313
+ * @returns TanStack Query Key
314
+ */
315
+ function gContentGetRecommendVideoListKey(query, config) {
316
+ return createQueryKey("gContentGetRecommendVideoList", {
317
+ query,
318
+ headers: config?.headers
319
+ }, void 0, config?.tags);
320
+ }
321
+ /**
322
+ * 客户端获取应用频道列表
323
+ * @returns TanStack Query Key
324
+ */
325
+ function gContentGetAppChannelsKey(query, config) {
326
+ return createQueryKey("gContentGetAppChannels", {
327
+ query,
328
+ headers: config?.headers
329
+ }, void 0, config?.tags);
330
+ }
331
+ /**
332
+ * 频道推荐位
333
+ * @returns TanStack Query Key
334
+ */
335
+ function gContentGetAppChannelBlockKey(query, config) {
336
+ return createQueryKey("gContentGetAppChannelBlock", {
337
+ query,
338
+ headers: config?.headers
339
+ }, void 0, config?.tags);
340
+ }
341
+ /**
342
+ * 获取频道推荐位数据
343
+ * @returns TanStack Query Key
344
+ */
345
+ function gContentGetAppChannelBlockDataKey(query, config) {
346
+ return createQueryKey("gContentGetAppChannelBlockData", {
347
+ query,
348
+ headers: config?.headers
349
+ }, void 0, config?.tags);
350
+ }
351
+ /**
352
+ * 最新视频、热门视频列表接口(游标分页,支持按标签和分类过滤)
353
+ * @returns TanStack Query Key
354
+ */
355
+ function pContentGetNewstVideoListKey(data, config) {
356
+ return createQueryKey("pContentGetNewstVideoList", {
357
+ body: data,
358
+ headers: config?.headers
359
+ }, void 0, config?.tags);
360
+ }
361
+ /**
362
+ * 热门视频列表(游标分页 + 标签、分类筛选)
363
+ * @returns TanStack Query Key
364
+ */
365
+ function pContentGetPopularVideoListKey(data, config) {
366
+ return createQueryKey("pContentGetPopularVideoList", {
367
+ body: data,
368
+ headers: config?.headers
369
+ }, void 0, config?.tags);
370
+ }
371
+ /**
372
+ * 获取可见悬浮球列表(按排序字段排序)
373
+ * @returns TanStack Query Key
374
+ */
375
+ function gContentListVisibleFloatingBallKey(query, config) {
376
+ return createQueryKey("gContentListVisibleFloatingBall", {
377
+ query,
378
+ headers: config?.headers
379
+ }, void 0, config?.tags);
380
+ }
381
+ /**
382
+ * 猜你喜欢视频列表
383
+ * @returns TanStack Query Key
384
+ */
385
+ function gContentGetGuessYouLikeVideosKey(query, config) {
386
+ return createQueryKey("gContentGetGuessYouLikeVideos", {
387
+ query,
388
+ headers: config?.headers
389
+ }, void 0, config?.tags);
390
+ }
391
+ /**
392
+ * 根据广告Code查询广告详情
393
+ * @returns TanStack Query Key
394
+ */
395
+ function gContentGetAdvertiseByCodeKey(query, config) {
396
+ return createQueryKey("gContentGetAdvertiseByCode", {
397
+ query,
398
+ headers: config?.headers
399
+ }, void 0, config?.tags);
400
+ }
401
+ /**
402
+ * 获取App组件信息
403
+ * @returns TanStack Query Key
404
+ */
405
+ function gContentGetAppComponentKey(config) {
406
+ return createQueryKey("gContentGetAppComponent", { headers: config?.headers }, void 0, config?.tags);
407
+ }
408
+ /**
409
+ * 批量获取视频详情
410
+ * @returns TanStack Query Key
411
+ */
412
+ function pContentBatchGetVideoDetailKey(data, config) {
413
+ return createQueryKey("pContentBatchGetVideoDetail", {
414
+ body: data,
415
+ headers: config?.headers
416
+ }, void 0, config?.tags);
417
+ }
418
+ /**
419
+ * 处理 M3U8 文件。底层调用 gRPC ContentService.ProcessM3u8 方法。返回处理后的 M3U8 文件内容。
420
+ * @returns TanStack Query Key
421
+ */
422
+ function gContentProcessM3u8Key(query, config) {
423
+ return createQueryKey("gContentProcessM3u8", {
424
+ query,
425
+ headers: config?.headers
426
+ }, void 0, config?.tags);
427
+ }
428
+ /**
429
+ * 点赞作品
430
+ * @returns TanStack Query Key
431
+ */
432
+ function pInteractionLikeKey(data, config) {
433
+ return createQueryKey("pInteractionLike", {
434
+ body: data,
435
+ headers: config?.headers
436
+ }, void 0, config?.tags);
437
+ }
438
+ /**
439
+ * 踩作品
440
+ * @returns TanStack Query Key
441
+ */
442
+ function pInteractionDislikeKey(data, config) {
443
+ return createQueryKey("pInteractionDislike", {
444
+ body: data,
445
+ headers: config?.headers
446
+ }, void 0, config?.tags);
447
+ }
448
+ /**
449
+ * 取消点赞作品
450
+ * @returns TanStack Query Key
451
+ */
452
+ function pInteractionCancelLikeKey(data, config) {
453
+ return createQueryKey("pInteractionCancelLike", {
454
+ body: data,
455
+ headers: config?.headers
456
+ }, void 0, config?.tags);
457
+ }
458
+ /**
459
+ * 取消踩作品
460
+ * @returns TanStack Query Key
461
+ */
462
+ function pInteractionCancelDislikeKey(data, config) {
463
+ return createQueryKey("pInteractionCancelDislike", {
464
+ body: data,
465
+ headers: config?.headers
466
+ }, void 0, config?.tags);
467
+ }
468
+ /**
469
+ * 获取用户点赞的内容列表
470
+ * @returns TanStack Query Key
471
+ */
472
+ function gInteractionGetLikeListKey(query, config) {
473
+ return createQueryKey("gInteractionGetLikeList", {
474
+ query,
475
+ headers: config?.headers
476
+ }, void 0, config?.tags);
477
+ }
478
+ /**
479
+ * 获取用户点踩的内容列表
480
+ * @returns TanStack Query Key
481
+ */
482
+ function gInteractionGetDislikeListKey(query, config) {
483
+ return createQueryKey("gInteractionGetDislikeList", {
484
+ query,
485
+ headers: config?.headers
486
+ }, void 0, config?.tags);
487
+ }
488
+ /**
489
+ * 获取内容的点赞用户列表
490
+ * @returns TanStack Query Key
491
+ */
492
+ function gInteractionGetContentLikeListKey(query, config) {
493
+ return createQueryKey("gInteractionGetContentLikeList", {
494
+ query,
495
+ headers: config?.headers
496
+ }, void 0, config?.tags);
497
+ }
498
+ /**
499
+ * 获取内容的点踩用户列表
500
+ * @returns TanStack Query Key
501
+ */
502
+ function gInteractionGetContentDislikeListKey(query, config) {
503
+ return createQueryKey("gInteractionGetContentDislikeList", {
504
+ query,
505
+ headers: config?.headers
506
+ }, void 0, config?.tags);
507
+ }
508
+ /**
509
+ * 统一批量点赞点踩(包含点赞、点踩、取消操作)
510
+ * @returns TanStack Query Key
511
+ */
512
+ function pInteractionUnifiedBatchLikeDislikeKey(data, config) {
513
+ return createQueryKey("pInteractionUnifiedBatchLikeDislike", {
514
+ body: data,
515
+ headers: config?.headers
516
+ }, void 0, config?.tags);
517
+ }
518
+ /**
519
+ * 评论点赞/点踩
520
+ * @returns TanStack Query Key
521
+ */
522
+ function pInteractionLikeCommentKey(data, config) {
523
+ return createQueryKey("pInteractionLikeComment", {
524
+ body: data,
525
+ headers: config?.headers
526
+ }, void 0, config?.tags);
527
+ }
528
+ /**
529
+ * 评论点踩
530
+ * @returns TanStack Query Key
531
+ */
532
+ function pInteractionDislikeCommentKey(data, config) {
533
+ return createQueryKey("pInteractionDislikeComment", {
534
+ body: data,
535
+ headers: config?.headers
536
+ }, void 0, config?.tags);
537
+ }
538
+ /**
539
+ * 评论点赞点踩查询
540
+ * @returns TanStack Query Key
541
+ */
542
+ function pInteractionBatchGetCommentLikeStatusKey(data, config) {
543
+ return createQueryKey("pInteractionBatchGetCommentLikeStatus", {
544
+ body: data,
545
+ headers: config?.headers
546
+ }, void 0, config?.tags);
547
+ }
548
+ /**
549
+ * 记录浏览
550
+ * @returns TanStack Query Key
551
+ */
552
+ function pInteractionBrowseKey(data, config) {
553
+ return createQueryKey("pInteractionBrowse", {
554
+ body: data,
555
+ headers: config?.headers
556
+ }, void 0, config?.tags);
557
+ }
558
+ /**
559
+ * 获取浏览历史列表
560
+ * @returns TanStack Query Key
561
+ */
562
+ function gInteractionGetBrowseListKey(query, config) {
563
+ return createQueryKey("gInteractionGetBrowseList", {
564
+ query,
565
+ headers: config?.headers
566
+ }, void 0, config?.tags);
567
+ }
568
+ /**
569
+ * 删除浏览记录
570
+ * @returns TanStack Query Key
571
+ */
572
+ function pInteractionDeleteBrowseRecordKey(data, config) {
573
+ return createQueryKey("pInteractionDeleteBrowseRecord", {
574
+ body: data,
575
+ headers: config?.headers
576
+ }, void 0, config?.tags);
577
+ }
578
+ /**
579
+ * 清空浏览历史
580
+ * @returns TanStack Query Key
581
+ */
582
+ function pInteractionClearBrowseHistoryKey(data, config) {
583
+ return createQueryKey("pInteractionClearBrowseHistory", {
584
+ body: data,
585
+ headers: config?.headers
586
+ }, void 0, config?.tags);
587
+ }
588
+ /**
589
+ * 统一批量清除浏览记录
590
+ * @returns TanStack Query Key
591
+ */
592
+ function pInteractionBatchClearBrowseKey(data, config) {
593
+ return createQueryKey("pInteractionBatchClearBrowse", {
594
+ body: data,
595
+ headers: config?.headers
596
+ }, void 0, config?.tags);
597
+ }
598
+ /**
599
+ * 创建收藏夹
600
+ * @returns TanStack Query Key
601
+ */
602
+ function pInteractionCreateFolderKey(data, config) {
603
+ return createQueryKey("pInteractionCreateFolder", {
604
+ body: data,
605
+ headers: config?.headers
606
+ }, void 0, config?.tags);
607
+ }
608
+ /**
609
+ * 编辑收藏夹
610
+ * @returns TanStack Query Key
611
+ */
612
+ function pInteractionUpdateFolderKey(data, config) {
613
+ return createQueryKey("pInteractionUpdateFolder", {
614
+ body: data,
615
+ headers: config?.headers
616
+ }, void 0, config?.tags);
617
+ }
618
+ /**
619
+ * 删除收藏夹
620
+ * @returns TanStack Query Key
621
+ */
622
+ function pInteractionDeleteFolderKey(data, config) {
623
+ return createQueryKey("pInteractionDeleteFolder", {
624
+ body: data,
625
+ headers: config?.headers
626
+ }, void 0, config?.tags);
627
+ }
628
+ /**
629
+ * 获取收藏夹列表
630
+ * @returns TanStack Query Key
631
+ */
632
+ function gInteractionListFoldersKey(query, config) {
633
+ return createQueryKey("gInteractionListFolders", {
634
+ query,
635
+ headers: config?.headers
636
+ }, void 0, config?.tags);
637
+ }
638
+ /**
639
+ * 获取收藏夹详情
640
+ * @returns TanStack Query Key
641
+ */
642
+ function gInteractionGetFolderKey(query, config) {
643
+ return createQueryKey("gInteractionGetFolder", {
644
+ query,
645
+ headers: config?.headers
646
+ }, void 0, config?.tags);
647
+ }
648
+ /**
649
+ * 获取收藏夹统计信息(收藏数量等)
650
+ * @returns TanStack Query Key
651
+ */
652
+ function gInteractionGetFolderStatsKey(query, config) {
653
+ return createQueryKey("gInteractionGetFolderStats", {
654
+ query,
655
+ headers: config?.headers
656
+ }, void 0, config?.tags);
657
+ }
658
+ /**
659
+ * 添加收藏(收藏内容到收藏夹)
660
+ * @returns TanStack Query Key
661
+ */
662
+ function pInteractionAddCollectKey(data, config) {
663
+ return createQueryKey("pInteractionAddCollect", {
664
+ body: data,
665
+ headers: config?.headers
666
+ }, void 0, config?.tags);
667
+ }
668
+ /**
669
+ * 取消收藏(从收藏夹移除内容)
670
+ * @returns TanStack Query Key
671
+ */
672
+ function pInteractionRemoveCollectKey(data, config) {
673
+ return createQueryKey("pInteractionRemoveCollect", {
674
+ body: data,
675
+ headers: config?.headers
676
+ }, void 0, config?.tags);
677
+ }
678
+ /**
679
+ * 获取收藏夹内的内容列表
680
+ * @returns TanStack Query Key
681
+ */
682
+ function gInteractionListCollectsKey(query, config) {
683
+ return createQueryKey("gInteractionListCollects", {
684
+ query,
685
+ headers: config?.headers
686
+ }, void 0, config?.tags);
687
+ }
688
+ /**
689
+ * 批量移动收藏(将内容从一个收藏夹移动到另一个)
690
+ * @returns TanStack Query Key
691
+ */
692
+ function pInteractionMoveCollectsKey(data, config) {
693
+ return createQueryKey("pInteractionMoveCollects", {
694
+ body: data,
695
+ headers: config?.headers
696
+ }, void 0, config?.tags);
697
+ }
698
+ /**
699
+ * 检查内容是否已收藏
700
+ * @returns TanStack Query Key
701
+ */
702
+ function pInteractionCheckCollectKey(data, config) {
703
+ return createQueryKey("pInteractionCheckCollect", {
704
+ body: data,
705
+ headers: config?.headers
706
+ }, void 0, config?.tags);
707
+ }
708
+ /**
709
+ * 批量删除收藏
710
+ * @returns TanStack Query Key
711
+ */
712
+ function pInteractionBatchDeleteCollectsKey(data, config) {
713
+ return createQueryKey("pInteractionBatchDeleteCollects", {
714
+ body: data,
715
+ headers: config?.headers
716
+ }, void 0, config?.tags);
717
+ }
718
+ /**
719
+ * 批量查询内容互动状态
720
+ * @returns TanStack Query Key
721
+ */
722
+ function pInteractionBatchQueryContentInteractionsKey(data, config) {
723
+ return createQueryKey("pInteractionBatchQueryContentInteractions", {
724
+ body: data,
725
+ headers: config?.headers
726
+ }, void 0, config?.tags);
727
+ }
728
+ /**
729
+ * 细粒度:仅批量查点赞/点踩状态(不调 community,供 community 等按需组合使用)
730
+ * @returns TanStack Query Key
731
+ */
732
+ function pInteractionBatchGetLikeStatusKey(data, config) {
733
+ return createQueryKey("pInteractionBatchGetLikeStatus", {
734
+ body: data,
735
+ headers: config?.headers
736
+ }, void 0, config?.tags);
737
+ }
738
+ /**
739
+ * 关注用户
740
+ * @returns TanStack Query Key
741
+ */
742
+ function pInteractionFollowKey(data, config) {
743
+ return createQueryKey("pInteractionFollow", {
744
+ body: data,
745
+ headers: config?.headers
746
+ }, void 0, config?.tags);
747
+ }
748
+ /**
749
+ * 取消关注
750
+ * @returns TanStack Query Key
751
+ */
752
+ function pInteractionUnfollowKey(data, config) {
753
+ return createQueryKey("pInteractionUnfollow", {
754
+ body: data,
755
+ headers: config?.headers
756
+ }, void 0, config?.tags);
757
+ }
758
+ /**
759
+ * 检查是否关注
760
+ * @returns TanStack Query Key
761
+ */
762
+ function pInteractionCheckFollowKey(data, config) {
763
+ return createQueryKey("pInteractionCheckFollow", {
764
+ body: data,
765
+ headers: config?.headers
766
+ }, void 0, config?.tags);
767
+ }
768
+ /**
769
+ * 获取关注列表(我关注了谁)
770
+ * @returns TanStack Query Key
771
+ */
772
+ function gInteractionGetFollowingListKey(query, config) {
773
+ return createQueryKey("gInteractionGetFollowingList", {
774
+ query,
775
+ headers: config?.headers
776
+ }, void 0, config?.tags);
777
+ }
778
+ /**
779
+ * 获取粉丝列表(谁关注了我)
780
+ * @returns TanStack Query Key
781
+ */
782
+ function gInteractionGetFollowerListKey(query, config) {
783
+ return createQueryKey("gInteractionGetFollowerList", {
784
+ query,
785
+ headers: config?.headers
786
+ }, void 0, config?.tags);
787
+ }
788
+ /**
789
+ * 获取用户关注统计信息
790
+ * @returns TanStack Query Key
791
+ */
792
+ function gInteractionGetFollowStatsKey(query, config) {
793
+ return createQueryKey("gInteractionGetFollowStats", {
794
+ query,
795
+ headers: config?.headers
796
+ }, void 0, config?.tags);
797
+ }
798
+ /**
799
+ * 批量获取用户的关注统计
800
+ * @returns TanStack Query Key
801
+ */
802
+ function pInteractionBatchGetFollowStatsKey(data, config) {
803
+ return createQueryKey("pInteractionBatchGetFollowStats", {
804
+ body: data,
805
+ headers: config?.headers
806
+ }, void 0, config?.tags);
807
+ }
808
+ /**
809
+ * 检查双向关注关系(是否互相关注)
810
+ * @returns TanStack Query Key
811
+ */
812
+ function gInteractionCheckMutualFollowKey(query, config) {
813
+ return createQueryKey("gInteractionCheckMutualFollow", {
814
+ query,
815
+ headers: config?.headers
816
+ }, void 0, config?.tags);
817
+ }
818
+ /**
819
+ * 获取关注用户的更新内容列表(用于推送通知)
820
+ * @returns TanStack Query Key
821
+ */
822
+ function gInteractionGetFollowingUserUpdatesKey(query, config) {
823
+ return createQueryKey("gInteractionGetFollowingUserUpdates", {
824
+ query,
825
+ headers: config?.headers
826
+ }, void 0, config?.tags);
827
+ }
828
+ /**
829
+ * 更新关注者内容更新时间
830
+ * @returns TanStack Query Key
831
+ */
832
+ function pInteractionUpdateFollowingContentUpdateTimeKey(data, config) {
833
+ return createQueryKey("pInteractionUpdateFollowingContentUpdateTime", {
834
+ body: data,
835
+ headers: config?.headers
836
+ }, void 0, config?.tags);
837
+ }
838
+ /**
839
+ * 关注用户更新内容列表
840
+ * @returns TanStack Query Key
841
+ */
842
+ function gInteractionGetFollowingContentListKey(query, config) {
843
+ return createQueryKey("gInteractionGetFollowingContentList", {
844
+ query,
845
+ headers: config?.headers
846
+ }, void 0, config?.tags);
847
+ }
848
+ /**
849
+ * 批量埋点上报(异步写入 Kafka)
850
+ * @returns TanStack Query Key
851
+ */
852
+ function pInteractionTrackEventsBatchKey(data, config) {
853
+ return createQueryKey("pInteractionTrackEventsBatch", {
854
+ body: data,
855
+ headers: config?.headers
856
+ }, void 0, config?.tags);
857
+ }
858
+ /**
859
+ * 获取游客身份
860
+ * @returns TanStack Query Key
861
+ */
862
+ function gUserGetGuestIdentityKey(query, config) {
863
+ return createQueryKey("gUserGetGuestIdentity", {
864
+ query,
865
+ headers: config?.headers
866
+ }, void 0, config?.tags);
867
+ }
868
+ /**
869
+ * 用户登陆
870
+ * @returns TanStack Query Key
871
+ */
872
+ function pUserLoginKey(data, config) {
873
+ return createQueryKey("pUserLogin", {
874
+ body: data,
875
+ headers: config?.headers
876
+ }, void 0, config?.tags);
877
+ }
878
+ /**
879
+ * 注册发送邮箱验证码
880
+ * @returns TanStack Query Key
881
+ */
882
+ function pUserSendEmailCodeKey(data, config) {
883
+ return createQueryKey("pUserSendEmailCode", {
884
+ body: data,
885
+ headers: config?.headers
886
+ }, void 0, config?.tags);
887
+ }
888
+ /**
889
+ * 注册验证邮箱验证码
890
+ * @returns TanStack Query Key
891
+ */
892
+ function pUserVerifyEmailCodeKey(data, config) {
893
+ return createQueryKey("pUserVerifyEmailCode", {
894
+ body: data,
895
+ headers: config?.headers
896
+ }, void 0, config?.tags);
897
+ }
898
+ /**
899
+ * 用户注册
900
+ * @returns TanStack Query Key
901
+ */
902
+ function pUserRegisterKey(data, config) {
903
+ return createQueryKey("pUserRegister", {
904
+ body: data,
905
+ headers: config?.headers
906
+ }, void 0, config?.tags);
907
+ }
908
+ /**
909
+ * 重置密码
910
+ * @returns TanStack Query Key
911
+ */
912
+ function pUserResetPasswordKey(data, config) {
913
+ return createQueryKey("pUserResetPassword", {
914
+ body: data,
915
+ headers: config?.headers
916
+ }, void 0, config?.tags);
917
+ }
918
+ /**
919
+ * 重置密码-发送邮箱验证码
920
+ * @returns TanStack Query Key
921
+ */
922
+ function pUserSendResetPasswordEmailCodeKey(data, config) {
923
+ return createQueryKey("pUserSendResetPasswordEmailCode", {
924
+ body: data,
925
+ headers: config?.headers
926
+ }, void 0, config?.tags);
927
+ }
928
+ /**
929
+ * 重置密码-验证邮箱验证码
930
+ * @returns TanStack Query Key
931
+ */
932
+ function pUserVerifyResetPasswordEmailCodeKey(data, config) {
933
+ return createQueryKey("pUserVerifyResetPasswordEmailCode", {
934
+ body: data,
935
+ headers: config?.headers
936
+ }, void 0, config?.tags);
937
+ }
938
+ /**
939
+ * 忘记密码-重置密码
940
+ * @returns TanStack Query Key
941
+ */
942
+ function pUserResetForgetPasswordKey(data, config) {
943
+ return createQueryKey("pUserResetForgetPassword", {
944
+ body: data,
945
+ headers: config?.headers
946
+ }, void 0, config?.tags);
947
+ }
948
+ /**
949
+ * 忘记密码-发送邮箱验证码
950
+ * @returns TanStack Query Key
951
+ */
952
+ function pUserSendForgetEmailCodeKey(data, config) {
953
+ return createQueryKey("pUserSendForgetEmailCode", {
954
+ body: data,
955
+ headers: config?.headers
956
+ }, void 0, config?.tags);
957
+ }
958
+ /**
959
+ * 忘记密码-验证邮箱验证码
960
+ * @returns TanStack Query Key
961
+ */
962
+ function pUserVerifyForgetEmailCodeKey(data, config) {
963
+ return createQueryKey("pUserVerifyForgetEmailCode", {
964
+ body: data,
965
+ headers: config?.headers
966
+ }, void 0, config?.tags);
967
+ }
968
+ /**
969
+ * 获取用户信息
970
+ * @returns TanStack Query Key
971
+ */
972
+ function gUserGetUserInfoKey(query, config) {
973
+ return createQueryKey("gUserGetUserInfo", {
974
+ query,
975
+ headers: config?.headers
976
+ }, void 0, config?.tags);
977
+ }
978
+ /**
979
+ * 获取用户编辑信息
980
+ * @returns TanStack Query Key
981
+ */
982
+ function gUserGetUserEditInfoKey(query, config) {
983
+ return createQueryKey("gUserGetUserEditInfo", {
984
+ query,
985
+ headers: config?.headers
986
+ }, void 0, config?.tags);
987
+ }
988
+ /**
989
+ * 编辑用户信息
990
+ * @returns TanStack Query Key
991
+ */
992
+ function pUserEditUserInfoKey(data, config) {
993
+ return createQueryKey("pUserEditUserInfo", {
994
+ body: data,
995
+ headers: config?.headers
996
+ }, void 0, config?.tags);
997
+ }
998
+ /**
999
+ * 用户意见反馈
1000
+ * @returns TanStack Query Key
1001
+ */
1002
+ function pUserUserFeedbackKey(data, config) {
1003
+ return createQueryKey("pUserUserFeedback", {
1004
+ body: data,
1005
+ headers: config?.headers
1006
+ }, void 0, config?.tags);
1007
+ }
1008
+ /**
1009
+ * 获取用户隐私设置信息
1010
+ * @returns TanStack Query Key
1011
+ */
1012
+ function gUserGetUserPrivacySettingsKey(query, config) {
1013
+ return createQueryKey("gUserGetUserPrivacySettings", {
1014
+ query,
1015
+ headers: config?.headers
1016
+ }, void 0, config?.tags);
1017
+ }
1018
+ /**
1019
+ * 用户隐私设置
1020
+ * @returns TanStack Query Key
1021
+ */
1022
+ function pUserUserPrivacySettingsKey(data, config) {
1023
+ return createQueryKey("pUserUserPrivacySettings", {
1024
+ body: data,
1025
+ headers: config?.headers
1026
+ }, void 0, config?.tags);
1027
+ }
1028
+ /**
1029
+ * 更新用户背景
1030
+ * @returns TanStack Query Key
1031
+ */
1032
+ function pUserUploadUserBgImageKey(data, config) {
1033
+ return createQueryKey("pUserUploadUserBgImage", {
1034
+ body: data,
1035
+ headers: config?.headers
1036
+ }, void 0, config?.tags);
1037
+ }
1038
+ /**
1039
+ * 浏览用户信息
1040
+ * @returns TanStack Query Key
1041
+ */
1042
+ function gUserViewUserInfoKey(query, config) {
1043
+ return createQueryKey("gUserViewUserInfo", {
1044
+ query,
1045
+ headers: config?.headers
1046
+ }, void 0, config?.tags);
1047
+ }
1048
+
1049
+ //#endregion
1050
+ export { createQueryKey, gCommunityGetCollectionInfoKey, gCommunityGetCommentsKey, gCommunityGetContentInfoKey, gCommunityGetContentListKey, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannelsKey, gContentGetAppComponentKey, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoListKey, gContentGetRecommendSearchListKey, gContentGetRecommendVideoListKey, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBallKey, gContentProcessM3u8Key, gInteractionCheckMutualFollowKey, gInteractionGetBrowseListKey, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeListKey, gInteractionGetDislikeListKey, gInteractionGetFolderKey, gInteractionGetFolderStatsKey, gInteractionGetFollowStatsKey, gInteractionGetFollowerListKey, gInteractionGetFollowingContentListKey, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeListKey, gInteractionListCollectsKey, gInteractionListFoldersKey, gUserGetGuestIdentityKey, gUserGetUserEditInfoKey, gUserGetUserInfoKey, gUserGetUserPrivacySettingsKey, gUserViewUserInfoKey, pCommunityAddContentToCollectionKey, pCommunityCreateCollectionKey, pCommunityCreateCommentKey, pCommunityDeleteCollectionKey, pCommunityDeleteCommentKey, pCommunityDeleteContentKey, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURLKey, pCommunityLikeCommentKey, pCommunityMoveCollectionContentKey, pCommunityPublishContentKey, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContentKey, pCommunitySubscribeCollectionKey, pCommunityUpdateCollectionKey, pCommunityUpdateContentKey, pCommunityUploadMediaKey, pContentBatchGetVideoDetailKey, pContentGetNewstVideoListKey, pContentGetPopularVideoListKey, pInteractionAddCollectKey, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollectsKey, pInteractionBatchGetCommentLikeStatusKey, pInteractionBatchGetFollowStatsKey, pInteractionBatchGetLikeStatusKey, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowseKey, pInteractionCancelDislikeKey, pInteractionCancelLikeKey, pInteractionCheckCollectKey, pInteractionCheckFollowKey, pInteractionClearBrowseHistoryKey, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolderKey, pInteractionDislikeCommentKey, pInteractionDislikeKey, pInteractionFollowKey, pInteractionLikeCommentKey, pInteractionLikeKey, pInteractionMoveCollectsKey, pInteractionRemoveCollectKey, pInteractionTrackEventsBatchKey, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolderKey, pInteractionUpdateFollowingContentUpdateTimeKey, pUserEditUserInfoKey, pUserLoginKey, pUserRegisterKey, pUserResetForgetPasswordKey, pUserResetPasswordKey, pUserSendEmailCodeKey, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImageKey, pUserUserFeedbackKey, pUserUserPrivacySettingsKey, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCodeKey };