@funhub/platform 0.1.162 → 0.1.164-beta.0

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 (93) hide show
  1. package/dist/biz.d.mts +26 -1
  2. package/dist/biz.mjs +1 -1
  3. package/dist/common.d.mts +3 -1
  4. package/dist/common.mjs +1 -1
  5. package/dist/components/biz/business/advertisement/ad-match.d.mts +98 -0
  6. package/dist/components/biz/business/advertisement/ad-match.mjs +2 -0
  7. package/dist/components/biz/business/advertisement/ad-provider.d.mts +39 -0
  8. package/dist/components/biz/business/advertisement/ad-provider.mjs +2 -0
  9. package/dist/components/biz/business/advertisement/ad-query.d.mts +29 -0
  10. package/dist/components/biz/business/advertisement/ad-query.mjs +2 -0
  11. package/dist/components/biz/business/advertisement/ad-runtime-provider.d.mts +29 -0
  12. package/dist/components/biz/business/advertisement/ad-runtime-provider.mjs +2 -0
  13. package/dist/components/biz/business/advertisement/banner-ad/client.d.mts +18 -0
  14. package/dist/components/biz/business/advertisement/banner-ad/client.mjs +2 -0
  15. package/dist/components/biz/business/advertisement/banner-ad/index.d.mts +5 -0
  16. package/dist/components/biz/business/advertisement/banner-ad/material.d.mts +30 -0
  17. package/dist/components/biz/business/advertisement/banner-ad/material.mjs +2 -0
  18. package/dist/components/biz/business/advertisement/banner-ad/schema.d.mts +84 -0
  19. package/dist/components/biz/business/advertisement/banner-ad/schema.mjs +2 -0
  20. package/dist/components/biz/business/advertisement/banner-ad/server.d.mts +11 -0
  21. package/dist/components/biz/business/advertisement/banner-ad/server.mjs +2 -0
  22. package/dist/components/biz/business/advertisement/feed-ad/index.d.mts +39 -0
  23. package/dist/components/biz/business/advertisement/feed-ad/index.mjs +2 -0
  24. package/dist/components/biz/business/advertisement/floating-ad/client.d.mts +21 -0
  25. package/dist/components/biz/business/advertisement/floating-ad/client.mjs +2 -0
  26. package/dist/components/biz/business/advertisement/floating-ad/index.d.mts +5 -0
  27. package/dist/components/biz/business/advertisement/floating-ad/material.d.mts +25 -0
  28. package/dist/components/biz/business/advertisement/floating-ad/material.mjs +2 -0
  29. package/dist/components/biz/business/advertisement/floating-ad/schema.d.mts +84 -0
  30. package/dist/components/biz/business/advertisement/floating-ad/schema.mjs +2 -0
  31. package/dist/components/biz/business/advertisement/floating-ad/server.d.mts +11 -0
  32. package/dist/components/biz/business/advertisement/floating-ad/server.mjs +2 -0
  33. package/dist/components/biz/business/advertisement/icon-ad/client.d.mts +16 -0
  34. package/dist/components/biz/business/advertisement/icon-ad/client.mjs +2 -0
  35. package/dist/components/biz/business/advertisement/icon-ad/index.d.mts +5 -0
  36. package/dist/components/biz/business/advertisement/icon-ad/material.d.mts +29 -0
  37. package/dist/components/biz/business/advertisement/icon-ad/material.mjs +2 -0
  38. package/dist/components/biz/business/advertisement/icon-ad/schema.d.mts +78 -0
  39. package/dist/components/biz/business/advertisement/icon-ad/schema.mjs +2 -0
  40. package/dist/components/biz/business/advertisement/icon-ad/server.d.mts +11 -0
  41. package/dist/components/biz/business/advertisement/icon-ad/server.mjs +2 -0
  42. package/dist/components/biz/business/advertisement/index.d.mts +31 -0
  43. package/dist/components/biz/business/advertisement/popup-ad/client.d.mts +14 -0
  44. package/dist/components/biz/business/advertisement/popup-ad/client.mjs +64 -0
  45. package/dist/components/biz/business/advertisement/popup-ad/index.d.mts +5 -0
  46. package/dist/components/biz/business/advertisement/popup-ad/material.d.mts +29 -0
  47. package/dist/components/biz/business/advertisement/popup-ad/material.mjs +2 -0
  48. package/dist/components/biz/business/advertisement/popup-ad/schema.d.mts +54 -0
  49. package/dist/components/biz/business/advertisement/popup-ad/schema.mjs +2 -0
  50. package/dist/components/biz/business/advertisement/popup-ad/server.d.mts +11 -0
  51. package/dist/components/biz/business/advertisement/popup-ad/server.mjs +2 -0
  52. package/dist/components/biz/business/advertisement/text-ad/client.d.mts +15 -0
  53. package/dist/components/biz/business/advertisement/text-ad/client.mjs +2 -0
  54. package/dist/components/biz/business/advertisement/text-ad/index.d.mts +5 -0
  55. package/dist/components/biz/business/advertisement/text-ad/material.d.mts +27 -0
  56. package/dist/components/biz/business/advertisement/text-ad/material.mjs +2 -0
  57. package/dist/components/biz/business/advertisement/text-ad/schema.d.mts +62 -0
  58. package/dist/components/biz/business/advertisement/text-ad/schema.mjs +2 -0
  59. package/dist/components/biz/business/advertisement/text-ad/server.d.mts +11 -0
  60. package/dist/components/biz/business/advertisement/text-ad/server.mjs +2 -0
  61. package/dist/components/biz/business/channel-list/client.mjs +1 -1
  62. package/dist/components/biz/business/header-search/header-avatar-logo-search/schema.mjs +1 -1
  63. package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/schema.mjs +1 -1
  64. package/dist/components/biz/business/header-search/header-logo-search/schema.mjs +1 -1
  65. package/dist/components/biz/business/home-recommend/home-recommend-grid/inspector-schema.d.mts +3 -0
  66. package/dist/components/biz/business/home-recommend/home-recommend-grid/inspector-schema.mjs +1 -1
  67. package/dist/components/biz/business/home-recommend/home-recommend-grid/material.d.mts +3 -0
  68. package/dist/components/biz/business/home-recommend/home-recommend-waterfall/inspector-schema.d.mts +3 -0
  69. package/dist/components/biz/business/home-recommend/home-recommend-waterfall/inspector-schema.mjs +1 -1
  70. package/dist/components/biz/business/home-recommend/home-recommend-waterfall/material.d.mts +3 -0
  71. package/dist/components/biz/business/home-recommend/shared/home-recommend-base.mjs +1 -1
  72. package/dist/components/biz/business/home-recommend/shared/home-recommend-preview.mjs +1 -1
  73. package/dist/components/biz/business/index.d.mts +26 -0
  74. package/dist/components/biz/business/large-feature-grid/card-item.mjs +1 -1
  75. package/dist/components/biz/business/large-feature-grid/client.mjs +1 -1
  76. package/dist/components/biz/business/large-feature-grid/schema.mjs +1 -1
  77. package/dist/components/biz/business/profile/profile-main/shell.mjs +1 -1
  78. package/dist/components/common/analytics-init/analytics-init.d.mts +21 -0
  79. package/dist/components/common/analytics-init/analytics-init.mjs +2 -0
  80. package/dist/components/common/analytics-init/index.d.mts +2 -0
  81. package/dist/components/pages/home/client.mjs +1 -1
  82. package/dist/components/ui/avatar.mjs +1 -1
  83. package/dist/components/ui/button.d.mts +1 -1
  84. package/dist/components/ui/image.d.mts +4 -4
  85. package/dist/hooks.d.mts +1 -1
  86. package/dist/materials.d.mts +7 -1
  87. package/dist/materials.mjs +1 -1
  88. package/dist/service/advertisement.d.mts +176 -0
  89. package/dist/service/advertisement.mjs +2 -0
  90. package/dist/service.d.mts +2 -1
  91. package/dist/service.mjs +1 -1
  92. package/dist/utils/schema/material.d.mts +1 -0
  93. package/package.json +1 -1
@@ -1,2 +1,2 @@
1
1
 
2
- "use client";import{gContentGetAppChannelBlock as e,gContentGetAppChannelBlockData as t,gContentListVisibleFloatingBall as n}from"../../../service/generated/client.mjs";import{useRouter as r}from"../../../utils/use-compatible-router.mjs";import{Image as i}from"../../ui/image.mjs";import{Box as a}from"../../ui/box.mjs";import{useRequest as o}from"../../../hooks/query/use-query.mjs";import{useRequireLogin as s}from"../../../hooks/use-auth.mjs";import{queryKey as c}from"../../../constants/query-key.mjs";import{useKeepAliveState as l}from"../../common/keep-scroll-position/index.mjs";import{extractDataByComponentType as u}from"../../biz/utils/transformers/data.mjs";import{useEffect as d,useLayoutEffect as f,useMemo as p,useRef as m}from"react";import{Fragment as h,jsx as g,jsxs as _}from"react/jsx-runtime";function v(){if(typeof document>`u`)return 0;let e=document.querySelector(`[data-top-nav-root="true"]`);return e&&e.getBoundingClientRect().height||0}function y({currentChannelId:y,isPGC:b}){let x=r(),S=s(),{data:C}=o(c.GET_CONTENT_LIST(y),()=>e({channel_id:y})),{data:w}=o([c.FLOATING_BALL],()=>n()),T=p(()=>C?.data?.blocks||[],[C?.data?.blocks]),E=p(()=>{let e=T.findIndex(e=>e.type===4),t=e>=0?T[e]:null;return{index:e,block:t,blockId:t?.id||``}},[T]),{data:D}=o([c.GUESS_YOU_LIKE_USER_DATA,E.blockId],()=>t({block_id:E.blockId}),{enabled:!!E.blockId}),O=p(()=>{if(E.index<0)return T;let e=D?.data.block?.data?.users||[];return T.map((t,n)=>n===E.index?{...t,data:{...t.data||{},users:e}}:t)},[T,D,E.index]),[k,A]=l(`home-scroll-top-${y}`,0),j=m({restored:!1,lastScrollTop:k,key:y,rafId:null}),M=m(A),N=m(k);d(()=>{M.current=A},[A]),d(()=>{N.current=k},[k]),d(()=>{j.current.key!==y&&(j.current.restored=!1,j.current.lastScrollTop=k,N.current=k,j.current.key=y)},[y,k]);let P=O.length>0;f(()=>{if(!P||j.current.restored||k<=0)return;let e=v(),t=Math.max(0,k+e);window.requestAnimationFrame(()=>{window.scrollTo({top:t}),j.current.restored=!0,j.current.lastScrollTop=t})},[P,y,k]),d(()=>{let e=j.current;function t(){e.restored=!0,e.rafId!==null&&window.cancelAnimationFrame(e.rafId),e.rafId=window.requestAnimationFrame(()=>{e.rafId=null;let t=window.scrollY??document.documentElement.scrollTop??0,n=v(),r=Math.max(0,t-n);Math.abs(t-e.lastScrollTop)>1&&(e.lastScrollTop=t,M.current(r))})}return window.addEventListener(`scroll`,t,{passive:!0}),()=>{e.rafId!==null&&(window.cancelAnimationFrame(e.rafId),e.rafId=null),window.removeEventListener(`scroll`,t)}},[y]);let F=p(()=>u(O,b),[O,b]),I=p(()=>w?.data?.ball_infos?.find(e=>e.channel_id===y),[w?.data?.ball_infos,y]);return _(h,{children:[I&&g(a,{className:`fixed right-[20px] bottom-[80px] w-[52px] h-[52px] z-30 rounded-[16px] cursor-move select-none bg-[#FD4C5E33] overflow-hidden`,onClick:()=>{S(()=>{I?.jump_url&&x.push(I.jump_url)})},children:g(i,{src:I.material_url||``,alt:I.name||``,fill:!0,priority:!0,fetchPriority:`high`,sizes:`52px`,unoptimized:!0})}),F.map(e=>{let t=e.component,n=e.data.block_id||`block-${e.data.title||``}`;return g(t,{data:e.data},n)})]})}export{y as default};
2
+ "use client";import{gContentGetAppChannelBlock as e,gContentGetAppChannelBlockData as t,gContentListVisibleFloatingBall as n}from"../../../service/generated/client.mjs";import{useRouter as r}from"../../../utils/use-compatible-router.mjs";import{useRequest as i}from"../../../hooks/query/use-query.mjs";import{useRequireLogin as a}from"../../../hooks/use-auth.mjs";import{queryKey as o}from"../../../constants/query-key.mjs";import{useKeepAliveState as s}from"../../common/keep-scroll-position/index.mjs";import{FloatingAd as c}from"../../biz/business/advertisement/floating-ad/client.mjs";import{extractDataByComponentType as l}from"../../biz/utils/transformers/data.mjs";import{useEffect as u,useLayoutEffect as d,useMemo as f,useRef as p}from"react";import{Fragment as m,jsx as h,jsxs as g}from"react/jsx-runtime";function _(){if(typeof document>`u`)return 0;let e=document.querySelector(`[data-top-nav-root="true"]`);return e&&e.getBoundingClientRect().height||0}function v({currentChannelId:v,isPGC:y}){let b=r(),x=a(),{data:S}=i(o.GET_CONTENT_LIST(v),()=>e({channel_id:v})),{data:C}=i([o.FLOATING_BALL],()=>n()),w=f(()=>S?.data?.blocks||[],[S?.data?.blocks]),T=f(()=>{let e=w.findIndex(e=>e.type===4),t=e>=0?w[e]:null;return{index:e,block:t,blockId:t?.id||``}},[w]),{data:E}=i([o.GUESS_YOU_LIKE_USER_DATA,T.blockId],()=>t({block_id:T.blockId}),{enabled:!!T.blockId}),D=f(()=>{if(T.index<0)return w;let e=E?.data.block?.data?.users||[];return w.map((t,n)=>n===T.index?{...t,data:{...t.data||{},users:e}}:t)},[w,E,T.index]),[O,k]=s(`home-scroll-top-${v}`,0),A=p({restored:!1,lastScrollTop:O,key:v,rafId:null}),j=p(k),M=p(O);u(()=>{j.current=k},[k]),u(()=>{M.current=O},[O]),u(()=>{A.current.key!==v&&(A.current.restored=!1,A.current.lastScrollTop=O,M.current=O,A.current.key=v)},[v,O]);let N=D.length>0;d(()=>{if(!N||A.current.restored||O<=0)return;let e=_(),t=Math.max(0,O+e);window.requestAnimationFrame(()=>{window.scrollTo({top:t}),A.current.restored=!0,A.current.lastScrollTop=t})},[N,v,O]),u(()=>{let e=A.current;function t(){e.restored=!0,e.rafId!==null&&window.cancelAnimationFrame(e.rafId),e.rafId=window.requestAnimationFrame(()=>{e.rafId=null;let t=window.scrollY??document.documentElement.scrollTop??0,n=_(),r=Math.max(0,t-n);Math.abs(t-e.lastScrollTop)>1&&(e.lastScrollTop=t,j.current(r))})}return window.addEventListener(`scroll`,t,{passive:!0}),()=>{e.rafId!==null&&(window.cancelAnimationFrame(e.rafId),e.rafId=null),window.removeEventListener(`scroll`,t)}},[v]);let P=f(()=>l(D,y),[D,y]),F=f(()=>C?.data?.ball_infos?.find(e=>e.channel_id===v),[C?.data?.ball_infos,v]);return g(m,{children:[F&&h(c,{ad:{materialUrl:F.material_url||``,jumpUrl:F.jump_url||``,name:F.name||``},onClick:()=>{x(()=>{F?.jump_url&&b.push(F.jump_url)})}}),P.map(e=>{let t=e.component,n=e.data.block_id||`block-${e.data.title||``}`;return h(t,{data:e.data},n)})]})}export{v as default};
@@ -1,2 +1,2 @@
1
1
 
2
- "use client";import{cn as e}from"../../utils/cn.mjs";import t from"../../assets/images/default_avatar.mjs";import{Image as n}from"./image.mjs";import*as r from"react";import{jsx as i}from"react/jsx-runtime";import{Avatar as a}from"@base-ui/react/avatar";function o(e){if(!e)return;let t=e.trim();if(t)return/^(?:https?:|data:|blob:)/i.test(t)||t.startsWith(`/`)||t.startsWith(`assets/`)||t.startsWith(`./`)||t.startsWith(`../`)?t:`/${t.replace(/^\/+/,``)}`}const s=typeof t==`string`?t:t.src||String(t),c=o(s)||s;function l({className:t,size:n=`default`,...r}){return i(a.Root,{"data-slot":`avatar`,"data-size":n,className:e(`w-8 h-8 rounded-full after:rounded-full data-[size=lg]:w-10 data-[size=lg]:h-10 data-[size=sm]:w-6 data-[size=sm]:h-6 after:border-border group/avatar relative flex shrink-0 select-none after:absolute after:inset-0 after:border after:mix-blend-darken dark:after:mix-blend-lighten`,t),...r})}const u=new Set;function d({className:t,src:a,thumbnailSrc:s,onError:c,onLoad:l,...d}){let f=r.useMemo(()=>o(a),[a]),p=r.useMemo(()=>o(s),[s])||f,[m,h]=r.useState(!p),[g,_]=r.useState(()=>p?u.has(p):!1);if(r.useEffect(()=>{h(!p),_(p?u.has(p):!1)},[p]),!p||m)return null;let v=e=>{h(!0),c?.(e)},y=e=>{u.add(p),h(!1),_(!0),l?.(e)};return i(n,{"data-slot":`avatar-image`,className:e(`rounded-full aspect-square w-full h-full object-cover transition-opacity duration-200`,g?`opacity-100`:`opacity-0`,t),fill:!0,src:p,priority:!0,onError:v,onLoad:y,...d})}function f({className:t,children:n,...r}){return i(a.Fallback,{"data-slot":`avatar-fallback`,className:e(`bg-muted text-muted-foreground rounded-full flex w-full h-full items-center justify-center text-sm group-data-[size=sm]/avatar:text-xs`,t),...r,children:n??i(`img`,{src:c,alt:`avatar`,className:`w-full h-full rounded-full object-cover`})})}function p({className:t,...n}){return i(`span`,{"data-slot":`avatar-badge`,className:e(`bg-primary text-primary-foreground ring-background absolute right-0 bottom-0 z-10 inline-flex items-center justify-center rounded-full bg-blend-color ring-2 select-none`,`group-data-[size=sm]/avatar:w-2 group-data-[size=sm]/avatar:h-2 group-data-[size=sm]/avatar:[&>svg]:hidden`,`group-data-[size=default]/avatar:w-2.5 group-data-[size=default]/avatar:h-2.5 group-data-[size=default]/avatar:[&>svg]:w-2 group-data-[size=default]/avatar:[&>svg]:h-2`,`group-data-[size=lg]/avatar:w-3 group-data-[size=lg]/avatar:h-3 group-data-[size=lg]/avatar:[&>svg]:w-2 group-data-[size=lg]/avatar:[&>svg]:h-2`,t),...n})}function m({className:t,...n}){return i(`div`,{"data-slot":`avatar-group`,className:e(`[&>[data-slot=avatar]]:ring-background group/avatar-group flex -space-x-2 [&>[data-slot=avatar]]:ring-2`,t),...n})}function h({className:t,...n}){return i(`div`,{"data-slot":`avatar-group-count`,className:e(`bg-muted text-muted-foreground w-8 h-8 rounded-full text-sm group-has-[data-size=lg]/avatar-group:w-10 group-has-[data-size=lg]/avatar-group:h-10 group-has-[data-size=sm]/avatar-group:w-6 group-has-[data-size=sm]/avatar-group:h-6 [&>svg]:w-4 [&>svg]:h-4 group-has-[data-size=lg]/avatar-group:[&>svg]:w-5 group-has-[data-size=lg]/avatar-group:[&>svg]:h-5 group-has-[data-size=sm]/avatar-group:[&>svg]:w-3 group-has-[data-size=sm]/avatar-group:[&>svg]:h-3 ring-background relative flex shrink-0 items-center justify-center ring-2`,t),...n})}export{l as Avatar,p as AvatarBadge,f as AvatarFallback,m as AvatarGroup,h as AvatarGroupCount,d as AvatarImage};
2
+ "use client";import{cn as e}from"../../utils/cn.mjs";import t from"../../assets/images/default_avatar.mjs";import{Image as n}from"./image.mjs";import*as r from"react";import{jsx as i}from"react/jsx-runtime";import{Avatar as a}from"@base-ui/react/avatar";function o(e){if(!e)return;let t=e.trim();if(t)return/^(?:https?:|data:|blob:)/i.test(t)||t.startsWith(`/`)||t.startsWith(`assets/`)||t.startsWith(`./`)||t.startsWith(`../`)?t:`/${t.replace(/^\/+/,``)}`}const s=typeof t==`string`?t:t.src||String(t),c=o(s)||s;function l({className:t,size:n=`default`,...r}){return i(a.Root,{"data-slot":`avatar`,"data-size":n,className:e(`w-8 h-8 rounded-full after:rounded-full data-[size=lg]:w-10 data-[size=lg]:h-10 data-[size=sm]:w-6 data-[size=sm]:h-6 after:border-border group/avatar relative flex shrink-0 select-none after:absolute after:inset-0 after:border after:mix-blend-darken dark:after:mix-blend-lighten`,t),...r})}const u=new Set;function d({className:t,src:a,thumbnailSrc:s,onError:c,onLoad:l,...d}){let f=r.useMemo(()=>o(a),[a]),p=r.useMemo(()=>o(s),[s])||f,[m,h]=r.useState(!p),[g,_]=r.useState(()=>p?u.has(p):!1);if(r.useEffect(()=>{h(!p),_(p?u.has(p):!1)},[p]),!p||m)return null;let v=e=>{h(!0),c?.(e)},y=e=>{u.add(p),h(!1),_(!0),l?.(e)};return i(n,{"data-slot":`avatar-image`,className:e(`rounded-full aspect-square w-full h-full object-cover transition-opacity duration-200`,g?`opacity-100`:`opacity-0`,t),fill:!0,src:p,priority:!0,onError:v,onLoad:y,...d,popover:``})}function f({className:t,children:n,...r}){return i(a.Fallback,{"data-slot":`avatar-fallback`,className:e(`bg-muted text-muted-foreground rounded-full flex w-full h-full items-center justify-center text-sm group-data-[size=sm]/avatar:text-xs`,t),...r,children:n??i(`img`,{src:c,alt:`avatar`,className:`w-full h-full rounded-full object-cover`})})}function p({className:t,...n}){return i(`span`,{"data-slot":`avatar-badge`,className:e(`bg-primary text-primary-foreground ring-background absolute right-0 bottom-0 z-10 inline-flex items-center justify-center rounded-full bg-blend-color ring-2 select-none`,`group-data-[size=sm]/avatar:w-2 group-data-[size=sm]/avatar:h-2 group-data-[size=sm]/avatar:[&>svg]:hidden`,`group-data-[size=default]/avatar:w-2.5 group-data-[size=default]/avatar:h-2.5 group-data-[size=default]/avatar:[&>svg]:w-2 group-data-[size=default]/avatar:[&>svg]:h-2`,`group-data-[size=lg]/avatar:w-3 group-data-[size=lg]/avatar:h-3 group-data-[size=lg]/avatar:[&>svg]:w-2 group-data-[size=lg]/avatar:[&>svg]:h-2`,t),...n})}function m({className:t,...n}){return i(`div`,{"data-slot":`avatar-group`,className:e(`[&>[data-slot=avatar]]:ring-background group/avatar-group flex -space-x-2 [&>[data-slot=avatar]]:ring-2`,t),...n})}function h({className:t,...n}){return i(`div`,{"data-slot":`avatar-group-count`,className:e(`bg-muted text-muted-foreground w-8 h-8 rounded-full text-sm group-has-[data-size=lg]/avatar-group:w-10 group-has-[data-size=lg]/avatar-group:h-10 group-has-[data-size=sm]/avatar-group:w-6 group-has-[data-size=sm]/avatar-group:h-6 [&>svg]:w-4 [&>svg]:h-4 group-has-[data-size=lg]/avatar-group:[&>svg]:w-5 group-has-[data-size=lg]/avatar-group:[&>svg]:h-5 group-has-[data-size=sm]/avatar-group:[&>svg]:w-3 group-has-[data-size=sm]/avatar-group:[&>svg]:h-3 ring-background relative flex shrink-0 items-center justify-center ring-2`,t),...n})}export{l as Avatar,p as AvatarBadge,f as AvatarFallback,m as AvatarGroup,h as AvatarGroupCount,d as AvatarImage};
@@ -8,7 +8,7 @@ import * as class_variance_authority_types0 from "class-variance-authority/types
8
8
  /** buttonVariants 工具定义。 */
9
9
  declare const buttonVariants: (props?: ({
10
10
  variant?: "link" | "default" | "destructive" | "secondary" | "outline" | "ghost" | null | undefined;
11
- size?: "default" | "icon" | "xs" | "sm" | "lg" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
11
+ size?: "default" | "xs" | "sm" | "lg" | "icon" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
12
12
  } & class_variance_authority_types0.ClassProp) | undefined) => string;
13
13
  /** Button 组件属性。 */
14
14
  type ButtonProps = Button.Props & VariantProps<typeof buttonVariants> & {
@@ -1,11 +1,11 @@
1
1
 
2
2
  import * as React from "react";
3
3
  import * as react_jsx_runtime0 from "react/jsx-runtime";
4
- import Image from "next/image";
4
+ import NextImage from "next/image";
5
5
 
6
6
  //#region components/ui/image.d.ts
7
7
  /** BaseImageProps 属性定义。 */
8
- type BaseImageProps = Omit<React.ComponentPropsWithoutRef<typeof Image>, 'className' | 'src' | 'alt' | 'width' | 'height' | 'loading' | 'priority' | 'fill' | 'style'>;
8
+ type BaseImageProps = Omit<React.ComponentPropsWithoutRef<typeof NextImage>, 'className' | 'src' | 'alt' | 'width' | 'height' | 'loading' | 'priority' | 'fill' | 'style'>;
9
9
  type CommonImageProps = BaseImageProps & {
10
10
  /** 图片地址,支持普通 URL、默认资源路径和加密地址。 */src: string; /** 图片替代文本。 */
11
11
  alt?: string; /** 图片类名。 */
@@ -27,6 +27,6 @@ type ImagePropsWithSize = CommonImageProps & {
27
27
  /** ImageProps 属性定义。 */
28
28
  type ImageProps = ImagePropsWithFill | ImagePropsWithSize;
29
29
  /** 图片组件:支持 bnc 解密、默认资源域名拼接与错误占位。 */
30
- declare function Image$1(props: ImageProps): react_jsx_runtime0.JSX.Element;
30
+ declare function Image(props: ImageProps): react_jsx_runtime0.JSX.Element;
31
31
  //#endregion
32
- export { BaseImageProps, CommonImageProps, Image$1 as Image, ImageProps, ImagePropsWithFill, ImagePropsWithSize };
32
+ export { BaseImageProps, CommonImageProps, Image, ImageProps, ImagePropsWithFill, ImagePropsWithSize };
package/dist/hooks.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
- import { IMAGE_TEXT_RECOMMEND_FIXED_BATCH_SIZE, ImageTextRecommendAnyVideo, buildImageTextRecommendChosenTags, buildImageTextRecommendRemoteMap, buildImageTextRecommendSmartPicked, getImageTextRecommendFixedIds, getImageTextRecommendLayoutTags, resolveImageTextRecommendVideoId } from "./hooks/image-text-recommend.mjs";
3
2
  import { HydrationBoundary, PrefetchInfiniteItem, PrefetchItem, PrefetchQueryItem } from "./hooks/query/hydration-boundary.mjs";
3
+ import { IMAGE_TEXT_RECOMMEND_FIXED_BATCH_SIZE, ImageTextRecommendAnyVideo, buildImageTextRecommendChosenTags, buildImageTextRecommendRemoteMap, buildImageTextRecommendSmartPicked, getImageTextRecommendFixedIds, getImageTextRecommendLayoutTags, resolveImageTextRecommendVideoId } from "./hooks/image-text-recommend.mjs";
4
4
  import { useDeleteRequest, useMutation, usePaginated, usePrefetchQuery, useRefetchQuery, useRequest, useUpdateRequest } from "./hooks/query/use-query.mjs";
5
5
  import { AuthFields, useAuth, useCloseLogin, useExpireTime, useIsLoggedIn, useLoginModalOpen, useLogout, useOpenLogin, useOpenLoginAsync, useOpenResetPassword, useRequireLogin, useSetAuthFields, useToken, useUserId, useUserInfo } from "./hooks/use-auth.mjs";
6
6
  import { UseBrowseReportOptions, useBrowseReport } from "./hooks/use-browse-report.mjs";
@@ -11,6 +11,12 @@ import { videoDetailActionsMaterial } from "./components/biz/business/detail/vid
11
11
  import "./components/biz/business/detail/video-detail-actions/index.mjs";
12
12
  import { videoDetailRecommendMaterial } from "./components/biz/business/detail/video-detail-recommend/material.mjs";
13
13
  import "./components/biz/business/detail/video-detail-recommend/index.mjs";
14
+ import { bannerAdMaterial } from "./components/biz/business/advertisement/banner-ad/material.mjs";
15
+ import { floatingAdMaterial } from "./components/biz/business/advertisement/floating-ad/material.mjs";
16
+ import { iconAdMaterial } from "./components/biz/business/advertisement/icon-ad/material.mjs";
17
+ import { popupAdMaterial } from "./components/biz/business/advertisement/popup-ad/material.mjs";
18
+ import { textAdMaterial } from "./components/biz/business/advertisement/text-ad/material.mjs";
19
+ import "./components/biz/business/advertisement/index.mjs";
14
20
  import { floatingBallMaterial } from "./components/biz/business/floating-ball/material.mjs";
15
21
  import { homeRecommendGridMaterial } from "./components/biz/business/home-recommend/home-recommend-grid/material.mjs";
16
22
  import { homeRecommendWaterfallMaterial } from "./components/biz/business/home-recommend/home-recommend-waterfall/material.mjs";
@@ -33,4 +39,4 @@ import { headerSearchMaterial } from "./components/biz/business/header-search/he
33
39
  import "./components/biz/business/header-search/index.mjs";
34
40
  import { largeFeatureGridMaterial } from "./components/biz/business/large-feature-grid/material.mjs";
35
41
  import { shortcutGridMaterial } from "./components/biz/business/shortcut-grid/material.mjs";
36
- export { BannerCarouselMaterial, channelListMaterial, exampleButtonMaterial, floatingBallMaterial, headerAvatarIconMaterial, headerAvatarLogoSearchIconMaterial, headerAvatarLogoSearchMaterial, headerLogoSearchMaterial, headerSearchMaterial, homeRecommendGridMaterial, homeRecommendWaterfallMaterial, imageTextRecommendMaterial, largeFeatureGridMaterial, marqueeMaterial, profileHeaderMaterial, profileHeaderMaterialWithDisabledBackground, profileMainMaterial, searchHistoryMaterial, searchInputMaterial, shortcutGridMaterial, tabBarMaterial, textRecommendMaterial, videoDetailActionsMaterial, videoDetailInfoMaterial, videoDetailInfoTitleTagsEpisodesMaterial, videoDetailPlayerBridgeOnlyMaterial, videoDetailPlayerMaterial, videoDetailRecommendMaterial };
42
+ export { BannerCarouselMaterial, bannerAdMaterial, channelListMaterial, exampleButtonMaterial, floatingAdMaterial, floatingBallMaterial, headerAvatarIconMaterial, headerAvatarLogoSearchIconMaterial, headerAvatarLogoSearchMaterial, headerLogoSearchMaterial, headerSearchMaterial, homeRecommendGridMaterial, homeRecommendWaterfallMaterial, iconAdMaterial, imageTextRecommendMaterial, largeFeatureGridMaterial, marqueeMaterial, popupAdMaterial, profileHeaderMaterial, profileHeaderMaterialWithDisabledBackground, profileMainMaterial, searchHistoryMaterial, searchInputMaterial, shortcutGridMaterial, tabBarMaterial, textAdMaterial, textRecommendMaterial, videoDetailActionsMaterial, videoDetailInfoMaterial, videoDetailInfoTitleTagsEpisodesMaterial, videoDetailPlayerBridgeOnlyMaterial, videoDetailPlayerMaterial, videoDetailRecommendMaterial };
@@ -1,2 +1,2 @@
1
1
 
2
- import{__exportAll as e}from"./_virtual/_rolldown/runtime.mjs";import{floatingBallMaterial as t}from"./components/biz/business/floating-ball/material.mjs";import{homeRecommendGridMaterial as n}from"./components/biz/business/home-recommend/home-recommend-grid/material.mjs";import{homeRecommendWaterfallMaterial as r}from"./components/biz/business/home-recommend/home-recommend-waterfall/material.mjs";import{imageTextRecommendMaterial as i}from"./components/biz/business/image-text-recommend/material.mjs";import{marqueeMaterial as a}from"./components/biz/business/marquee/material.mjs";import{profileHeaderMaterial as o,profileHeaderMaterialWithDisabledBackground as s}from"./components/biz/business/profile/profile-header/material.mjs";import{profileMainMaterial as c}from"./components/biz/business/profile/profile-main/material.mjs";import{searchHistoryMaterial as l}from"./components/biz/business/search-history/material.mjs";import{searchInputMaterial as u}from"./components/biz/business/search-input/material.mjs";import{tabBarMaterial as d}from"./components/biz/business/tab-bar/material.mjs";import{textRecommendMaterial as f}from"./components/biz/business/text-recommend/material.mjs";import{exampleButtonMaterial as p}from"./components/biz/example/button/material.mjs";import{BannerCarouselMaterial as m}from"./components/biz/business/banner-carousel/material.mjs";import{channelListMaterial as h}from"./components/biz/business/channel-list/material.mjs";import{videoDetailInfoMaterial as g}from"./components/biz/business/detail/video-detail-info/material.mjs";import{videoDetailInfoTitleTagsEpisodesMaterial as _}from"./components/biz/business/detail/video-detail-info-title-tags-episodes/material.mjs";import{videoDetailPlayerMaterial as v}from"./components/biz/business/detail/video-detail-player/material.mjs";import{videoDetailPlayerBridgeOnlyMaterial as y}from"./components/biz/business/detail/video-detail-player-bridge-only/material.mjs";import{videoDetailRecommendMaterial as b}from"./components/biz/business/detail/video-detail-recommend/material.mjs";import{videoDetailActionsMaterial as x}from"./components/biz/business/detail/video-detail-actions/material.mjs";import{headerAvatarIconMaterial as S}from"./components/biz/business/header-search/header-avatar-icon/material.mjs";import{headerAvatarLogoSearchMaterial as C}from"./components/biz/business/header-search/header-avatar-logo-search/material.mjs";import{headerAvatarLogoSearchIconMaterial as w}from"./components/biz/business/header-search/header-avatar-logo-search-icon/material.mjs";import{headerLogoSearchMaterial as T}from"./components/biz/business/header-search/header-logo-search/material.mjs";import{headerSearchMaterial as E}from"./components/biz/business/header-search/header-search/material.mjs";import{largeFeatureGridMaterial as D}from"./components/biz/business/large-feature-grid/material.mjs";import{shortcutGridMaterial as O}from"./components/biz/business/shortcut-grid/material.mjs";var k=e({BannerCarouselMaterial:()=>m,channelListMaterial:()=>h,exampleButtonMaterial:()=>p,floatingBallMaterial:()=>t,headerAvatarIconMaterial:()=>S,headerAvatarLogoSearchIconMaterial:()=>w,headerAvatarLogoSearchMaterial:()=>C,headerLogoSearchMaterial:()=>T,headerSearchMaterial:()=>E,homeRecommendGridMaterial:()=>n,homeRecommendWaterfallMaterial:()=>r,imageTextRecommendMaterial:()=>i,largeFeatureGridMaterial:()=>D,marqueeMaterial:()=>a,profileHeaderMaterial:()=>o,profileHeaderMaterialWithDisabledBackground:()=>s,profileMainMaterial:()=>c,searchHistoryMaterial:()=>l,searchInputMaterial:()=>u,shortcutGridMaterial:()=>O,tabBarMaterial:()=>d,textRecommendMaterial:()=>f,videoDetailActionsMaterial:()=>x,videoDetailInfoMaterial:()=>g,videoDetailInfoTitleTagsEpisodesMaterial:()=>_,videoDetailPlayerBridgeOnlyMaterial:()=>y,videoDetailPlayerMaterial:()=>v,videoDetailRecommendMaterial:()=>b});export{m as BannerCarouselMaterial,h as channelListMaterial,p as exampleButtonMaterial,t as floatingBallMaterial,S as headerAvatarIconMaterial,w as headerAvatarLogoSearchIconMaterial,C as headerAvatarLogoSearchMaterial,T as headerLogoSearchMaterial,E as headerSearchMaterial,n as homeRecommendGridMaterial,r as homeRecommendWaterfallMaterial,i as imageTextRecommendMaterial,D as largeFeatureGridMaterial,a as marqueeMaterial,k as materials_exports,o as profileHeaderMaterial,s as profileHeaderMaterialWithDisabledBackground,c as profileMainMaterial,l as searchHistoryMaterial,u as searchInputMaterial,O as shortcutGridMaterial,d as tabBarMaterial,f as textRecommendMaterial,x as videoDetailActionsMaterial,g as videoDetailInfoMaterial,_ as videoDetailInfoTitleTagsEpisodesMaterial,y as videoDetailPlayerBridgeOnlyMaterial,v as videoDetailPlayerMaterial,b as videoDetailRecommendMaterial};
2
+ import{__exportAll as e}from"./_virtual/_rolldown/runtime.mjs";import{bannerAdMaterial as t}from"./components/biz/business/advertisement/banner-ad/material.mjs";import{floatingAdMaterial as n}from"./components/biz/business/advertisement/floating-ad/material.mjs";import{iconAdMaterial as r}from"./components/biz/business/advertisement/icon-ad/material.mjs";import{popupAdMaterial as i}from"./components/biz/business/advertisement/popup-ad/material.mjs";import{textAdMaterial as a}from"./components/biz/business/advertisement/text-ad/material.mjs";import{floatingBallMaterial as o}from"./components/biz/business/floating-ball/material.mjs";import{homeRecommendGridMaterial as s}from"./components/biz/business/home-recommend/home-recommend-grid/material.mjs";import{homeRecommendWaterfallMaterial as c}from"./components/biz/business/home-recommend/home-recommend-waterfall/material.mjs";import{imageTextRecommendMaterial as l}from"./components/biz/business/image-text-recommend/material.mjs";import{marqueeMaterial as u}from"./components/biz/business/marquee/material.mjs";import{profileHeaderMaterial as d,profileHeaderMaterialWithDisabledBackground as f}from"./components/biz/business/profile/profile-header/material.mjs";import{profileMainMaterial as p}from"./components/biz/business/profile/profile-main/material.mjs";import{searchHistoryMaterial as m}from"./components/biz/business/search-history/material.mjs";import{searchInputMaterial as h}from"./components/biz/business/search-input/material.mjs";import{tabBarMaterial as g}from"./components/biz/business/tab-bar/material.mjs";import{textRecommendMaterial as _}from"./components/biz/business/text-recommend/material.mjs";import{exampleButtonMaterial as v}from"./components/biz/example/button/material.mjs";import{BannerCarouselMaterial as y}from"./components/biz/business/banner-carousel/material.mjs";import{channelListMaterial as b}from"./components/biz/business/channel-list/material.mjs";import{videoDetailInfoMaterial as x}from"./components/biz/business/detail/video-detail-info/material.mjs";import{videoDetailInfoTitleTagsEpisodesMaterial as S}from"./components/biz/business/detail/video-detail-info-title-tags-episodes/material.mjs";import{videoDetailPlayerMaterial as C}from"./components/biz/business/detail/video-detail-player/material.mjs";import{videoDetailPlayerBridgeOnlyMaterial as w}from"./components/biz/business/detail/video-detail-player-bridge-only/material.mjs";import{videoDetailRecommendMaterial as T}from"./components/biz/business/detail/video-detail-recommend/material.mjs";import{videoDetailActionsMaterial as E}from"./components/biz/business/detail/video-detail-actions/material.mjs";import{headerAvatarIconMaterial as D}from"./components/biz/business/header-search/header-avatar-icon/material.mjs";import{headerAvatarLogoSearchMaterial as O}from"./components/biz/business/header-search/header-avatar-logo-search/material.mjs";import{headerAvatarLogoSearchIconMaterial as k}from"./components/biz/business/header-search/header-avatar-logo-search-icon/material.mjs";import{headerLogoSearchMaterial as A}from"./components/biz/business/header-search/header-logo-search/material.mjs";import{headerSearchMaterial as j}from"./components/biz/business/header-search/header-search/material.mjs";import{largeFeatureGridMaterial as M}from"./components/biz/business/large-feature-grid/material.mjs";import{shortcutGridMaterial as N}from"./components/biz/business/shortcut-grid/material.mjs";var P=e({BannerCarouselMaterial:()=>y,bannerAdMaterial:()=>t,channelListMaterial:()=>b,exampleButtonMaterial:()=>v,floatingAdMaterial:()=>n,floatingBallMaterial:()=>o,headerAvatarIconMaterial:()=>D,headerAvatarLogoSearchIconMaterial:()=>k,headerAvatarLogoSearchMaterial:()=>O,headerLogoSearchMaterial:()=>A,headerSearchMaterial:()=>j,homeRecommendGridMaterial:()=>s,homeRecommendWaterfallMaterial:()=>c,iconAdMaterial:()=>r,imageTextRecommendMaterial:()=>l,largeFeatureGridMaterial:()=>M,marqueeMaterial:()=>u,popupAdMaterial:()=>i,profileHeaderMaterial:()=>d,profileHeaderMaterialWithDisabledBackground:()=>f,profileMainMaterial:()=>p,searchHistoryMaterial:()=>m,searchInputMaterial:()=>h,shortcutGridMaterial:()=>N,tabBarMaterial:()=>g,textAdMaterial:()=>a,textRecommendMaterial:()=>_,videoDetailActionsMaterial:()=>E,videoDetailInfoMaterial:()=>x,videoDetailInfoTitleTagsEpisodesMaterial:()=>S,videoDetailPlayerBridgeOnlyMaterial:()=>w,videoDetailPlayerMaterial:()=>C,videoDetailRecommendMaterial:()=>T});export{y as BannerCarouselMaterial,t as bannerAdMaterial,b as channelListMaterial,v as exampleButtonMaterial,n as floatingAdMaterial,o as floatingBallMaterial,D as headerAvatarIconMaterial,k as headerAvatarLogoSearchIconMaterial,O as headerAvatarLogoSearchMaterial,A as headerLogoSearchMaterial,j as headerSearchMaterial,s as homeRecommendGridMaterial,c as homeRecommendWaterfallMaterial,r as iconAdMaterial,l as imageTextRecommendMaterial,M as largeFeatureGridMaterial,u as marqueeMaterial,P as materials_exports,i as popupAdMaterial,d as profileHeaderMaterial,f as profileHeaderMaterialWithDisabledBackground,p as profileMainMaterial,m as searchHistoryMaterial,h as searchInputMaterial,N as shortcutGridMaterial,g as tabBarMaterial,a as textAdMaterial,_ as textRecommendMaterial,E as videoDetailActionsMaterial,x as videoDetailInfoMaterial,S as videoDetailInfoTitleTagsEpisodesMaterial,w as videoDetailPlayerBridgeOnlyMaterial,C as videoDetailPlayerMaterial,T as videoDetailRecommendMaterial};
@@ -0,0 +1,176 @@
1
+
2
+ import { RequestConfig, ResponseData } from "../utils/http.mjs";
3
+
4
+ //#region service/advertisement.d.ts
5
+ type ExtraRequestConfig = Omit<RequestConfig, 'url' | 'method' | 'params' | 'data'>;
6
+ /**
7
+ * 广告匹配请求场景上下文。
8
+ */
9
+ interface AdsMatchSceneContext {
10
+ /**
11
+ * 开屏广告启动类型:cold | hot。
12
+ */
13
+ startupType?: 'cold' | 'hot';
14
+ /**
15
+ * 是否为热启动。
16
+ */
17
+ isStartupHot?: boolean;
18
+ /**
19
+ * 热启动距离上次退后台的分钟数。
20
+ */
21
+ backgroundDurationMin?: number;
22
+ /**
23
+ * 当前视频已播放秒数,盲点广告使用。
24
+ */
25
+ videoPlayedSeconds?: number;
26
+ }
27
+ /**
28
+ * 广告匹配请求类型。
29
+ */
30
+ type AdsMatchAdType = 'splash' | 'popup' | 'floating' | 'icon' | 'text' | 'banner' | 'preroll' | 'blind';
31
+ /**
32
+ * 广告匹配请求体。
33
+ */
34
+ interface AdsMatchRequest {
35
+ /**
36
+ * 广告类型。
37
+ */
38
+ adType: AdsMatchAdType;
39
+ /**
40
+ * 登录用户 ID,已登录时优先传。
41
+ */
42
+ userId?: string;
43
+ /**
44
+ * 设备 ID,游客场景建议传。
45
+ */
46
+ deviceId?: string;
47
+ /**
48
+ * 组件唯一标识。
49
+ */
50
+ componentId?: string;
51
+ /**
52
+ * 应用 code。
53
+ */
54
+ appCode: string;
55
+ /**
56
+ * 场景上下文。
57
+ */
58
+ sceneContext?: AdsMatchSceneContext;
59
+ }
60
+ /**
61
+ * 广告匹配返回配置。
62
+ */
63
+ interface AdsMatchConfig {
64
+ /**
65
+ * 跳过时间,开屏 / 贴片类广告使用。
66
+ */
67
+ skipSeconds?: number;
68
+ /**
69
+ * 弹窗广告连续展示条数。
70
+ */
71
+ popupCount?: number;
72
+ /**
73
+ * 单用户单日最大展示次数,-1 表示不限制。
74
+ */
75
+ dailyMaxShow?: number;
76
+ /**
77
+ * 盲点广告触发分钟数。
78
+ */
79
+ triggerVideoProgressMin?: number;
80
+ /**
81
+ * 轮播切换时间。
82
+ */
83
+ switchInterval?: number;
84
+ /**
85
+ * 组件展示数量。
86
+ */
87
+ displayCount?: number;
88
+ /**
89
+ * Banner 样式尺寸。
90
+ */
91
+ styleSize?: string;
92
+ }
93
+ /**
94
+ * 广告素材原始项。
95
+ */
96
+ interface AdsMatchMaterial {
97
+ /**
98
+ * 广告业务编码。
99
+ */
100
+ advertiseCode?: string;
101
+ /**
102
+ * 广告名称。
103
+ */
104
+ advertiseName?: string;
105
+ /**
106
+ * 跳转地址。
107
+ */
108
+ advertiseUrl?: string;
109
+ /**
110
+ * 图片素材地址。
111
+ */
112
+ advertiseIcon?: string;
113
+ /**
114
+ * PC 图片素材地址。
115
+ */
116
+ adPcAdvertiseIcon?: string;
117
+ /**
118
+ * 第三方广告类型枚举。
119
+ */
120
+ advertiseType?: number;
121
+ /**
122
+ * 广告文案描述。
123
+ */
124
+ advertiseDesc?: string;
125
+ /**
126
+ * 排序值。
127
+ */
128
+ sort?: number;
129
+ /**
130
+ * 投放开始时间。
131
+ */
132
+ startTimeStamp?: number;
133
+ /**
134
+ * 投放结束时间。
135
+ */
136
+ endTimeStamp?: number;
137
+ /**
138
+ * 扩展展示信息。
139
+ */
140
+ adExtData?: string;
141
+ }
142
+ /**
143
+ * 广告匹配响应 data。
144
+ */
145
+ interface AdsMatchResponseData {
146
+ /**
147
+ * 是否命中广告。
148
+ */
149
+ hit?: boolean;
150
+ /**
151
+ * 本次返回的广告类型。
152
+ */
153
+ adType?: AdsMatchAdType;
154
+ /**
155
+ * 命中的第三方广告位编码。
156
+ */
157
+ advertiseLocationCode?: string;
158
+ /**
159
+ * 服务端配置。
160
+ */
161
+ config?: AdsMatchConfig;
162
+ /**
163
+ * 广告素材列表。
164
+ */
165
+ materials?: AdsMatchMaterial[];
166
+ }
167
+ /**
168
+ * 广告匹配接口。
169
+ */
170
+ declare function pContentAdsMatch(data: AdsMatchRequest, config?: ExtraRequestConfig): Promise<ResponseData<AdsMatchResponseData>>;
171
+ /**
172
+ * 广告匹配接口缓存 key。
173
+ */
174
+ declare function pContentAdsMatchKey(data: Pick<AdsMatchRequest, 'adType' | 'appCode' | 'componentId' | 'sceneContext'>): (string | AdsMatchSceneContext)[];
175
+ //#endregion
176
+ export { AdsMatchAdType, AdsMatchConfig, AdsMatchMaterial, AdsMatchRequest, AdsMatchResponseData, AdsMatchSceneContext, pContentAdsMatch, pContentAdsMatchKey };
@@ -0,0 +1,2 @@
1
+
2
+ import e from"../utils/http.mjs";async function t(t,n){let a=await e.request({...n??{},url:`/api/content/matchAds`,method:`POST`,data:i(t)});return{...a,data:r(a.data)??{}}}function n(e){return[`content-ads-match`,e.adType,e.appCode,e.componentId??``,e.sceneContext??{}]}function r(e){if(e)return{hit:e.hit,adType:e.adType??e.ad_type,advertiseLocationCode:e.advertiseLocationCode??e.advertise_location_code,config:o(e.config),materials:e.materials?.map(s)??[]}}function i(e){return{ad_type:e.adType,user_id:e.userId??`69b268b9ba530cd3d98c8b7e`,device_id:e.deviceId,component_id:e.componentId??`111111`,app_code:e.appCode,scene_context:a(e.sceneContext)??{}}}function a(e){if(e)return{startup_type:e.startupType,is_startup_hot:e.isStartupHot,background_durationMin:e.backgroundDurationMin,video_played_seconds:e.videoPlayedSeconds}}function o(e){if(e)return{skipSeconds:e.skipSeconds??e.skip_seconds,popupCount:e.popupCount??e.popup_count,dailyMaxShow:e.dailyMaxShow??e.daily_max_show,triggerVideoProgressMin:e.triggerVideoProgressMin??e.trigger_video_progress_min,switchInterval:e.switchInterval??e.switch_interval,displayCount:e.displayCount??e.display_count,styleSize:e.styleSize??e.style_size}}function s(e){return{advertiseCode:e.advertiseCode??e.advertise_code,advertiseName:e.advertiseName??e.advertise_name,advertiseUrl:e.advertiseUrl??e.advertise_url,advertiseIcon:e.advertiseIcon??e.advertise_icon,adPcAdvertiseIcon:e.adPcAdvertiseIcon??e.pc_advertise_icon,advertiseType:e.advertiseType??e.advertise_type,advertiseDesc:e.advertiseDesc??e.advertise_desc,sort:e.sort,startTimeStamp:e.startTimeStamp??e.start_timestamp,endTimeStamp:e.endTimeStamp??e.end_timestamp,adExtData:e.adExtData??e.ad_ext_data}}export{t as pContentAdsMatch,n as pContentAdsMatchKey};
@@ -1,5 +1,6 @@
1
1
 
2
+ import { AdsMatchAdType, AdsMatchConfig, AdsMatchMaterial, AdsMatchRequest, AdsMatchResponseData, AdsMatchSceneContext, pContentAdsMatch, pContentAdsMatchKey } from "./service/advertisement.mjs";
2
3
  import { gCommunityGetCollectionInfo, gCommunityGetComments, gCommunityGetContentInfo, gCommunityGetContentList, gCommunityGetHotContentList, gCommunityGetSubscribedCollections, gCommunityGetUserCollections, gContentGetAdvertiseByCode, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannels, gContentGetAppComponent, gContentGetGuessYouLikeVideos, gContentGetHotVideoList, gContentGetRecommendSearchList, gContentGetRecommendVideoList, gContentGetVideoDetail, gContentGetVideoDetailByApi, gContentListVisibleFloatingBall, gContentProcessM3u8, gInteractionCheckMutualFollow, gInteractionGetBrowseList, gInteractionGetContentDislikeList, gInteractionGetContentLikeList, gInteractionGetDislikeList, gInteractionGetFolder, gInteractionGetFolderStats, gInteractionGetFollowStats, gInteractionGetFollowerList, gInteractionGetFollowingContentList, gInteractionGetFollowingList, gInteractionGetFollowingUserUpdates, gInteractionGetLikeList, gInteractionListCollects, gInteractionListFolders, gUserGetGuestIdentity, gUserGetUserEditInfo, gUserGetUserInfo, gUserGetUserPrivacySettings, gUserViewUserInfo, pCommunityAddContentToCollection, pCommunityCreateCollection, pCommunityCreateComment, pCommunityDeleteCollection, pCommunityDeleteComment, pCommunityDeleteContent, pCommunityDislikeComment, pCommunityGetUploadPresignedURL, pCommunityLikeComment, pCommunityMoveCollectionContent, pCommunityPublishContent, pCommunityRemoveContentFromCollection, pCommunitySearchCurAccountFollowingUsersInfo, pCommunityShareContent, pCommunitySubscribeCollection, pCommunityUpdateCollection, pCommunityUpdateContent, pCommunityUploadMedia, pContentBatchGetVideoDetail, pContentGetNewstVideoList, pContentGetPopularVideoList, pContentGetTopRatedVideoList, pInteractionAddCollect, pInteractionBatchClearBrowse, pInteractionBatchDeleteCollects, pInteractionBatchGetCommentLikeStatus, pInteractionBatchGetFollowStats, pInteractionBatchGetLikeStatus, pInteractionBatchQueryContentInteractions, pInteractionBrowse, pInteractionCancelDislike, pInteractionCancelLike, pInteractionCheckCollect, pInteractionCheckFollow, pInteractionClearBrowseHistory, pInteractionCreateFolder, pInteractionDeleteBrowseRecord, pInteractionDeleteFolder, pInteractionDislike, pInteractionDislikeComment, pInteractionFollow, pInteractionLike, pInteractionLikeComment, pInteractionMoveCollects, pInteractionRemoveCollect, pInteractionTrackEventsBatch, pInteractionUnfollow, pInteractionUnifiedBatchLikeDislike, pInteractionUpdateFolder, pInteractionUpdateFollowingContentUpdateTime, pUserEditUserInfo, pUserLogin, pUserRegister, pUserRegisterByVerifyEmailCode, pUserResetForgetPassword, pUserResetPassword, pUserSendEmailCode, pUserSendForgetEmailCode, pUserSendResetPasswordEmailCode, pUserUploadUserBgImage, pUserUserFeedback, pUserUserPrivacySettings, pUserVerifyEmailCode, pUserVerifyForgetEmailCode, pUserVerifyResetPasswordEmailCode } from "./service/generated/client.mjs";
3
4
  import { 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, pContentGetTopRatedVideoListKey, 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, pUserRegisterByVerifyEmailCodeKey, pUserRegisterKey, pUserResetForgetPasswordKey, pUserResetPasswordKey, pUserSendEmailCodeKey, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImageKey, pUserUserFeedbackKey, pUserUserPrivacySettingsKey, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCodeKey } from "./service/generated/tanstack.mjs";
4
5
  import { pUserRegisterByVerifyEmailCodeCompat } from "./service/register-by-verify-email-code.mjs";
5
- export { createQueryKey, gCommunityGetCollectionInfo, gCommunityGetCollectionInfoKey, gCommunityGetComments, gCommunityGetCommentsKey, gCommunityGetContentInfo, gCommunityGetContentInfoKey, gCommunityGetContentList, gCommunityGetContentListKey, gCommunityGetHotContentList, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollections, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollections, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCode, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannels, gContentGetAppChannelsKey, gContentGetAppComponent, gContentGetAppComponentKey, gContentGetGuessYouLikeVideos, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoList, gContentGetHotVideoListKey, gContentGetRecommendSearchList, gContentGetRecommendSearchListKey, gContentGetRecommendVideoList, gContentGetRecommendVideoListKey, gContentGetVideoDetail, gContentGetVideoDetailByApi, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBall, gContentListVisibleFloatingBallKey, gContentProcessM3u8, gContentProcessM3u8Key, gInteractionCheckMutualFollow, gInteractionCheckMutualFollowKey, gInteractionGetBrowseList, gInteractionGetBrowseListKey, gInteractionGetContentDislikeList, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeList, gInteractionGetContentLikeListKey, gInteractionGetDislikeList, gInteractionGetDislikeListKey, gInteractionGetFolder, gInteractionGetFolderKey, gInteractionGetFolderStats, gInteractionGetFolderStatsKey, gInteractionGetFollowStats, gInteractionGetFollowStatsKey, gInteractionGetFollowerList, gInteractionGetFollowerListKey, gInteractionGetFollowingContentList, gInteractionGetFollowingContentListKey, gInteractionGetFollowingList, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdates, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeList, gInteractionGetLikeListKey, gInteractionListCollects, gInteractionListCollectsKey, gInteractionListFolders, gInteractionListFoldersKey, gUserGetGuestIdentity, gUserGetGuestIdentityKey, gUserGetUserEditInfo, gUserGetUserEditInfoKey, gUserGetUserInfo, gUserGetUserInfoKey, gUserGetUserPrivacySettings, gUserGetUserPrivacySettingsKey, gUserViewUserInfo, gUserViewUserInfoKey, pCommunityAddContentToCollection, pCommunityAddContentToCollectionKey, pCommunityCreateCollection, pCommunityCreateCollectionKey, pCommunityCreateComment, pCommunityCreateCommentKey, pCommunityDeleteCollection, pCommunityDeleteCollectionKey, pCommunityDeleteComment, pCommunityDeleteCommentKey, pCommunityDeleteContent, pCommunityDeleteContentKey, pCommunityDislikeComment, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURL, pCommunityGetUploadPresignedURLKey, pCommunityLikeComment, pCommunityLikeCommentKey, pCommunityMoveCollectionContent, pCommunityMoveCollectionContentKey, pCommunityPublishContent, pCommunityPublishContentKey, pCommunityRemoveContentFromCollection, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfo, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContent, pCommunityShareContentKey, pCommunitySubscribeCollection, pCommunitySubscribeCollectionKey, pCommunityUpdateCollection, pCommunityUpdateCollectionKey, pCommunityUpdateContent, pCommunityUpdateContentKey, pCommunityUploadMedia, pCommunityUploadMediaKey, pContentBatchGetVideoDetail, pContentBatchGetVideoDetailKey, pContentGetNewstVideoList, pContentGetNewstVideoListKey, pContentGetPopularVideoList, pContentGetPopularVideoListKey, pContentGetTopRatedVideoList, pContentGetTopRatedVideoListKey, pInteractionAddCollect, pInteractionAddCollectKey, pInteractionBatchClearBrowse, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollects, pInteractionBatchDeleteCollectsKey, pInteractionBatchGetCommentLikeStatus, pInteractionBatchGetCommentLikeStatusKey, pInteractionBatchGetFollowStats, pInteractionBatchGetFollowStatsKey, pInteractionBatchGetLikeStatus, pInteractionBatchGetLikeStatusKey, pInteractionBatchQueryContentInteractions, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowse, pInteractionBrowseKey, pInteractionCancelDislike, pInteractionCancelDislikeKey, pInteractionCancelLike, pInteractionCancelLikeKey, pInteractionCheckCollect, pInteractionCheckCollectKey, pInteractionCheckFollow, pInteractionCheckFollowKey, pInteractionClearBrowseHistory, pInteractionClearBrowseHistoryKey, pInteractionCreateFolder, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecord, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolder, pInteractionDeleteFolderKey, pInteractionDislike, pInteractionDislikeComment, pInteractionDislikeCommentKey, pInteractionDislikeKey, pInteractionFollow, pInteractionFollowKey, pInteractionLike, pInteractionLikeComment, pInteractionLikeCommentKey, pInteractionLikeKey, pInteractionMoveCollects, pInteractionMoveCollectsKey, pInteractionRemoveCollect, pInteractionRemoveCollectKey, pInteractionTrackEventsBatch, pInteractionTrackEventsBatchKey, pInteractionUnfollow, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislike, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolder, pInteractionUpdateFolderKey, pInteractionUpdateFollowingContentUpdateTime, pInteractionUpdateFollowingContentUpdateTimeKey, pUserEditUserInfo, pUserEditUserInfoKey, pUserLogin, pUserLoginKey, pUserRegister, pUserRegisterByVerifyEmailCode, pUserRegisterByVerifyEmailCodeCompat, pUserRegisterByVerifyEmailCodeKey, pUserRegisterKey, pUserResetForgetPassword, pUserResetForgetPasswordKey, pUserResetPassword, pUserResetPasswordKey, pUserSendEmailCode, pUserSendEmailCodeKey, pUserSendForgetEmailCode, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCode, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImage, pUserUploadUserBgImageKey, pUserUserFeedback, pUserUserFeedbackKey, pUserUserPrivacySettings, pUserUserPrivacySettingsKey, pUserVerifyEmailCode, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCode, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCode, pUserVerifyResetPasswordEmailCodeKey };
6
+ export { AdsMatchAdType, AdsMatchConfig, AdsMatchMaterial, AdsMatchRequest, AdsMatchResponseData, AdsMatchSceneContext, createQueryKey, gCommunityGetCollectionInfo, gCommunityGetCollectionInfoKey, gCommunityGetComments, gCommunityGetCommentsKey, gCommunityGetContentInfo, gCommunityGetContentInfoKey, gCommunityGetContentList, gCommunityGetContentListKey, gCommunityGetHotContentList, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollections, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollections, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCode, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannels, gContentGetAppChannelsKey, gContentGetAppComponent, gContentGetAppComponentKey, gContentGetGuessYouLikeVideos, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoList, gContentGetHotVideoListKey, gContentGetRecommendSearchList, gContentGetRecommendSearchListKey, gContentGetRecommendVideoList, gContentGetRecommendVideoListKey, gContentGetVideoDetail, gContentGetVideoDetailByApi, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBall, gContentListVisibleFloatingBallKey, gContentProcessM3u8, gContentProcessM3u8Key, gInteractionCheckMutualFollow, gInteractionCheckMutualFollowKey, gInteractionGetBrowseList, gInteractionGetBrowseListKey, gInteractionGetContentDislikeList, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeList, gInteractionGetContentLikeListKey, gInteractionGetDislikeList, gInteractionGetDislikeListKey, gInteractionGetFolder, gInteractionGetFolderKey, gInteractionGetFolderStats, gInteractionGetFolderStatsKey, gInteractionGetFollowStats, gInteractionGetFollowStatsKey, gInteractionGetFollowerList, gInteractionGetFollowerListKey, gInteractionGetFollowingContentList, gInteractionGetFollowingContentListKey, gInteractionGetFollowingList, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdates, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeList, gInteractionGetLikeListKey, gInteractionListCollects, gInteractionListCollectsKey, gInteractionListFolders, gInteractionListFoldersKey, gUserGetGuestIdentity, gUserGetGuestIdentityKey, gUserGetUserEditInfo, gUserGetUserEditInfoKey, gUserGetUserInfo, gUserGetUserInfoKey, gUserGetUserPrivacySettings, gUserGetUserPrivacySettingsKey, gUserViewUserInfo, gUserViewUserInfoKey, pCommunityAddContentToCollection, pCommunityAddContentToCollectionKey, pCommunityCreateCollection, pCommunityCreateCollectionKey, pCommunityCreateComment, pCommunityCreateCommentKey, pCommunityDeleteCollection, pCommunityDeleteCollectionKey, pCommunityDeleteComment, pCommunityDeleteCommentKey, pCommunityDeleteContent, pCommunityDeleteContentKey, pCommunityDislikeComment, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURL, pCommunityGetUploadPresignedURLKey, pCommunityLikeComment, pCommunityLikeCommentKey, pCommunityMoveCollectionContent, pCommunityMoveCollectionContentKey, pCommunityPublishContent, pCommunityPublishContentKey, pCommunityRemoveContentFromCollection, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfo, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContent, pCommunityShareContentKey, pCommunitySubscribeCollection, pCommunitySubscribeCollectionKey, pCommunityUpdateCollection, pCommunityUpdateCollectionKey, pCommunityUpdateContent, pCommunityUpdateContentKey, pCommunityUploadMedia, pCommunityUploadMediaKey, pContentAdsMatch, pContentAdsMatchKey, pContentBatchGetVideoDetail, pContentBatchGetVideoDetailKey, pContentGetNewstVideoList, pContentGetNewstVideoListKey, pContentGetPopularVideoList, pContentGetPopularVideoListKey, pContentGetTopRatedVideoList, pContentGetTopRatedVideoListKey, pInteractionAddCollect, pInteractionAddCollectKey, pInteractionBatchClearBrowse, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollects, pInteractionBatchDeleteCollectsKey, pInteractionBatchGetCommentLikeStatus, pInteractionBatchGetCommentLikeStatusKey, pInteractionBatchGetFollowStats, pInteractionBatchGetFollowStatsKey, pInteractionBatchGetLikeStatus, pInteractionBatchGetLikeStatusKey, pInteractionBatchQueryContentInteractions, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowse, pInteractionBrowseKey, pInteractionCancelDislike, pInteractionCancelDislikeKey, pInteractionCancelLike, pInteractionCancelLikeKey, pInteractionCheckCollect, pInteractionCheckCollectKey, pInteractionCheckFollow, pInteractionCheckFollowKey, pInteractionClearBrowseHistory, pInteractionClearBrowseHistoryKey, pInteractionCreateFolder, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecord, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolder, pInteractionDeleteFolderKey, pInteractionDislike, pInteractionDislikeComment, pInteractionDislikeCommentKey, pInteractionDislikeKey, pInteractionFollow, pInteractionFollowKey, pInteractionLike, pInteractionLikeComment, pInteractionLikeCommentKey, pInteractionLikeKey, pInteractionMoveCollects, pInteractionMoveCollectsKey, pInteractionRemoveCollect, pInteractionRemoveCollectKey, pInteractionTrackEventsBatch, pInteractionTrackEventsBatchKey, pInteractionUnfollow, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislike, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolder, pInteractionUpdateFolderKey, pInteractionUpdateFollowingContentUpdateTime, pInteractionUpdateFollowingContentUpdateTimeKey, pUserEditUserInfo, pUserEditUserInfoKey, pUserLogin, pUserLoginKey, pUserRegister, pUserRegisterByVerifyEmailCode, pUserRegisterByVerifyEmailCodeCompat, pUserRegisterByVerifyEmailCodeKey, pUserRegisterKey, pUserResetForgetPassword, pUserResetForgetPasswordKey, pUserResetPassword, pUserResetPasswordKey, pUserSendEmailCode, pUserSendEmailCodeKey, pUserSendForgetEmailCode, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCode, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImage, pUserUploadUserBgImageKey, pUserUserFeedback, pUserUserFeedbackKey, pUserUserPrivacySettings, pUserUserPrivacySettingsKey, pUserVerifyEmailCode, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCode, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCode, pUserVerifyResetPasswordEmailCodeKey };
package/dist/service.mjs CHANGED
@@ -1,2 +1,2 @@
1
1
 
2
- import{gCommunityGetCollectionInfo as e,gCommunityGetComments as t,gCommunityGetContentInfo as n,gCommunityGetContentList as r,gCommunityGetHotContentList as i,gCommunityGetSubscribedCollections as a,gCommunityGetUserCollections as o,gContentGetAdvertiseByCode as s,gContentGetAppChannelBlock as c,gContentGetAppChannelBlockData as l,gContentGetAppChannels as u,gContentGetAppComponent as d,gContentGetGuessYouLikeVideos as f,gContentGetHotVideoList as p,gContentGetRecommendSearchList as m,gContentGetRecommendVideoList as h,gContentGetVideoDetail as g,gContentGetVideoDetailByApi as _,gContentListVisibleFloatingBall as v,gContentProcessM3u8 as y,gInteractionCheckMutualFollow as b,gInteractionGetBrowseList as x,gInteractionGetContentDislikeList as S,gInteractionGetContentLikeList as C,gInteractionGetDislikeList as w,gInteractionGetFolder as T,gInteractionGetFolderStats as E,gInteractionGetFollowStats as D,gInteractionGetFollowerList as O,gInteractionGetFollowingContentList as k,gInteractionGetFollowingList as A,gInteractionGetFollowingUserUpdates as j,gInteractionGetLikeList as M,gInteractionListCollects as N,gInteractionListFolders as P,gUserGetGuestIdentity as F,gUserGetUserEditInfo as I,gUserGetUserInfo as L,gUserGetUserPrivacySettings as R,gUserViewUserInfo as z,pCommunityAddContentToCollection as B,pCommunityCreateCollection as V,pCommunityCreateComment as H,pCommunityDeleteCollection as U,pCommunityDeleteComment as W,pCommunityDeleteContent as G,pCommunityDislikeComment as K,pCommunityGetUploadPresignedURL as q,pCommunityLikeComment as J,pCommunityMoveCollectionContent as Y,pCommunityPublishContent as X,pCommunityRemoveContentFromCollection as Z,pCommunitySearchCurAccountFollowingUsersInfo as Q,pCommunityShareContent as $,pCommunitySubscribeCollection as ee,pCommunityUpdateCollection as te,pCommunityUpdateContent as ne,pCommunityUploadMedia as re,pContentBatchGetVideoDetail as ie,pContentGetNewstVideoList as ae,pContentGetPopularVideoList as oe,pContentGetTopRatedVideoList as se,pInteractionAddCollect as ce,pInteractionBatchClearBrowse as le,pInteractionBatchDeleteCollects as ue,pInteractionBatchGetCommentLikeStatus as de,pInteractionBatchGetFollowStats as fe,pInteractionBatchGetLikeStatus as pe,pInteractionBatchQueryContentInteractions as me,pInteractionBrowse as he,pInteractionCancelDislike as ge,pInteractionCancelLike as _e,pInteractionCheckCollect as ve,pInteractionCheckFollow as ye,pInteractionClearBrowseHistory as be,pInteractionCreateFolder as xe,pInteractionDeleteBrowseRecord as Se,pInteractionDeleteFolder as Ce,pInteractionDislike as we,pInteractionDislikeComment as Te,pInteractionFollow as Ee,pInteractionLike as De,pInteractionLikeComment as Oe,pInteractionMoveCollects as ke,pInteractionRemoveCollect as Ae,pInteractionTrackEventsBatch as je,pInteractionUnfollow as Me,pInteractionUnifiedBatchLikeDislike as Ne,pInteractionUpdateFolder as Pe,pInteractionUpdateFollowingContentUpdateTime as Fe,pUserEditUserInfo as Ie,pUserLogin as Le,pUserRegister as Re,pUserRegisterByVerifyEmailCode as ze,pUserResetForgetPassword as Be,pUserResetPassword as Ve,pUserSendEmailCode as He,pUserSendForgetEmailCode as Ue,pUserSendResetPasswordEmailCode as We,pUserUploadUserBgImage as Ge,pUserUserFeedback as Ke,pUserUserPrivacySettings as qe,pUserVerifyEmailCode as Je,pUserVerifyForgetEmailCode as Ye,pUserVerifyResetPasswordEmailCode as Xe}from"./service/generated/client.mjs";import{createQueryKey as Ze,gCommunityGetCollectionInfoKey as Qe,gCommunityGetCommentsKey as $e,gCommunityGetContentInfoKey as et,gCommunityGetContentListKey as tt,gCommunityGetHotContentListKey as nt,gCommunityGetSubscribedCollectionsKey as rt,gCommunityGetUserCollectionsKey as it,gContentGetAdvertiseByCodeKey as at,gContentGetAppChannelBlockDataKey as ot,gContentGetAppChannelBlockKey as st,gContentGetAppChannelsKey as ct,gContentGetAppComponentKey as lt,gContentGetGuessYouLikeVideosKey as ut,gContentGetHotVideoListKey as dt,gContentGetRecommendSearchListKey as ft,gContentGetRecommendVideoListKey as pt,gContentGetVideoDetailByApiKey as mt,gContentGetVideoDetailKey as ht,gContentListVisibleFloatingBallKey as gt,gContentProcessM3u8Key as _t,gInteractionCheckMutualFollowKey as vt,gInteractionGetBrowseListKey as yt,gInteractionGetContentDislikeListKey as bt,gInteractionGetContentLikeListKey as xt,gInteractionGetDislikeListKey as St,gInteractionGetFolderKey as Ct,gInteractionGetFolderStatsKey as wt,gInteractionGetFollowStatsKey as Tt,gInteractionGetFollowerListKey as Et,gInteractionGetFollowingContentListKey as Dt,gInteractionGetFollowingListKey as Ot,gInteractionGetFollowingUserUpdatesKey as kt,gInteractionGetLikeListKey as At,gInteractionListCollectsKey as jt,gInteractionListFoldersKey as Mt,gUserGetGuestIdentityKey as Nt,gUserGetUserEditInfoKey as Pt,gUserGetUserInfoKey as Ft,gUserGetUserPrivacySettingsKey as It,gUserViewUserInfoKey as Lt,pCommunityAddContentToCollectionKey as Rt,pCommunityCreateCollectionKey as zt,pCommunityCreateCommentKey as Bt,pCommunityDeleteCollectionKey as Vt,pCommunityDeleteCommentKey as Ht,pCommunityDeleteContentKey as Ut,pCommunityDislikeCommentKey as Wt,pCommunityGetUploadPresignedURLKey as Gt,pCommunityLikeCommentKey as Kt,pCommunityMoveCollectionContentKey as qt,pCommunityPublishContentKey as Jt,pCommunityRemoveContentFromCollectionKey as Yt,pCommunitySearchCurAccountFollowingUsersInfoKey as Xt,pCommunityShareContentKey as Zt,pCommunitySubscribeCollectionKey as Qt,pCommunityUpdateCollectionKey as $t,pCommunityUpdateContentKey as en,pCommunityUploadMediaKey as tn,pContentBatchGetVideoDetailKey as nn,pContentGetNewstVideoListKey as rn,pContentGetPopularVideoListKey as an,pContentGetTopRatedVideoListKey as on,pInteractionAddCollectKey as sn,pInteractionBatchClearBrowseKey as cn,pInteractionBatchDeleteCollectsKey as ln,pInteractionBatchGetCommentLikeStatusKey as un,pInteractionBatchGetFollowStatsKey as dn,pInteractionBatchGetLikeStatusKey as fn,pInteractionBatchQueryContentInteractionsKey as pn,pInteractionBrowseKey as mn,pInteractionCancelDislikeKey as hn,pInteractionCancelLikeKey as gn,pInteractionCheckCollectKey as _n,pInteractionCheckFollowKey as vn,pInteractionClearBrowseHistoryKey as yn,pInteractionCreateFolderKey as bn,pInteractionDeleteBrowseRecordKey as xn,pInteractionDeleteFolderKey as Sn,pInteractionDislikeCommentKey as Cn,pInteractionDislikeKey as wn,pInteractionFollowKey as Tn,pInteractionLikeCommentKey as En,pInteractionLikeKey as Dn,pInteractionMoveCollectsKey as On,pInteractionRemoveCollectKey as kn,pInteractionTrackEventsBatchKey as An,pInteractionUnfollowKey as jn,pInteractionUnifiedBatchLikeDislikeKey as Mn,pInteractionUpdateFolderKey as Nn,pInteractionUpdateFollowingContentUpdateTimeKey as Pn,pUserEditUserInfoKey as Fn,pUserLoginKey as In,pUserRegisterByVerifyEmailCodeKey as Ln,pUserRegisterKey as Rn,pUserResetForgetPasswordKey as zn,pUserResetPasswordKey as Bn,pUserSendEmailCodeKey as Vn,pUserSendForgetEmailCodeKey as Hn,pUserSendResetPasswordEmailCodeKey as Un,pUserUploadUserBgImageKey as Wn,pUserUserFeedbackKey as Gn,pUserUserPrivacySettingsKey as Kn,pUserVerifyEmailCodeKey as qn,pUserVerifyForgetEmailCodeKey as Jn,pUserVerifyResetPasswordEmailCodeKey as Yn}from"./service/generated/tanstack.mjs";import{pUserRegisterByVerifyEmailCodeCompat as Xn}from"./service/register-by-verify-email-code.mjs";export{Ze as createQueryKey,e as gCommunityGetCollectionInfo,Qe as gCommunityGetCollectionInfoKey,t as gCommunityGetComments,$e as gCommunityGetCommentsKey,n as gCommunityGetContentInfo,et as gCommunityGetContentInfoKey,r as gCommunityGetContentList,tt as gCommunityGetContentListKey,i as gCommunityGetHotContentList,nt as gCommunityGetHotContentListKey,a as gCommunityGetSubscribedCollections,rt as gCommunityGetSubscribedCollectionsKey,o as gCommunityGetUserCollections,it as gCommunityGetUserCollectionsKey,s as gContentGetAdvertiseByCode,at as gContentGetAdvertiseByCodeKey,c as gContentGetAppChannelBlock,l as gContentGetAppChannelBlockData,ot as gContentGetAppChannelBlockDataKey,st as gContentGetAppChannelBlockKey,u as gContentGetAppChannels,ct as gContentGetAppChannelsKey,d as gContentGetAppComponent,lt as gContentGetAppComponentKey,f as gContentGetGuessYouLikeVideos,ut as gContentGetGuessYouLikeVideosKey,p as gContentGetHotVideoList,dt as gContentGetHotVideoListKey,m as gContentGetRecommendSearchList,ft as gContentGetRecommendSearchListKey,h as gContentGetRecommendVideoList,pt as gContentGetRecommendVideoListKey,g as gContentGetVideoDetail,_ as gContentGetVideoDetailByApi,mt as gContentGetVideoDetailByApiKey,ht as gContentGetVideoDetailKey,v as gContentListVisibleFloatingBall,gt as gContentListVisibleFloatingBallKey,y as gContentProcessM3u8,_t as gContentProcessM3u8Key,b as gInteractionCheckMutualFollow,vt as gInteractionCheckMutualFollowKey,x as gInteractionGetBrowseList,yt as gInteractionGetBrowseListKey,S as gInteractionGetContentDislikeList,bt as gInteractionGetContentDislikeListKey,C as gInteractionGetContentLikeList,xt as gInteractionGetContentLikeListKey,w as gInteractionGetDislikeList,St as gInteractionGetDislikeListKey,T as gInteractionGetFolder,Ct as gInteractionGetFolderKey,E as gInteractionGetFolderStats,wt as gInteractionGetFolderStatsKey,D as gInteractionGetFollowStats,Tt as gInteractionGetFollowStatsKey,O as gInteractionGetFollowerList,Et as gInteractionGetFollowerListKey,k as gInteractionGetFollowingContentList,Dt as gInteractionGetFollowingContentListKey,A as gInteractionGetFollowingList,Ot as gInteractionGetFollowingListKey,j as gInteractionGetFollowingUserUpdates,kt as gInteractionGetFollowingUserUpdatesKey,M as gInteractionGetLikeList,At as gInteractionGetLikeListKey,N as gInteractionListCollects,jt as gInteractionListCollectsKey,P as gInteractionListFolders,Mt as gInteractionListFoldersKey,F as gUserGetGuestIdentity,Nt as gUserGetGuestIdentityKey,I as gUserGetUserEditInfo,Pt as gUserGetUserEditInfoKey,L as gUserGetUserInfo,Ft as gUserGetUserInfoKey,R as gUserGetUserPrivacySettings,It as gUserGetUserPrivacySettingsKey,z as gUserViewUserInfo,Lt as gUserViewUserInfoKey,B as pCommunityAddContentToCollection,Rt as pCommunityAddContentToCollectionKey,V as pCommunityCreateCollection,zt as pCommunityCreateCollectionKey,H as pCommunityCreateComment,Bt as pCommunityCreateCommentKey,U as pCommunityDeleteCollection,Vt as pCommunityDeleteCollectionKey,W as pCommunityDeleteComment,Ht as pCommunityDeleteCommentKey,G as pCommunityDeleteContent,Ut as pCommunityDeleteContentKey,K as pCommunityDislikeComment,Wt as pCommunityDislikeCommentKey,q as pCommunityGetUploadPresignedURL,Gt as pCommunityGetUploadPresignedURLKey,J as pCommunityLikeComment,Kt as pCommunityLikeCommentKey,Y as pCommunityMoveCollectionContent,qt as pCommunityMoveCollectionContentKey,X as pCommunityPublishContent,Jt as pCommunityPublishContentKey,Z as pCommunityRemoveContentFromCollection,Yt as pCommunityRemoveContentFromCollectionKey,Q as pCommunitySearchCurAccountFollowingUsersInfo,Xt as pCommunitySearchCurAccountFollowingUsersInfoKey,$ as pCommunityShareContent,Zt as pCommunityShareContentKey,ee as pCommunitySubscribeCollection,Qt as pCommunitySubscribeCollectionKey,te as pCommunityUpdateCollection,$t as pCommunityUpdateCollectionKey,ne as pCommunityUpdateContent,en as pCommunityUpdateContentKey,re as pCommunityUploadMedia,tn as pCommunityUploadMediaKey,ie as pContentBatchGetVideoDetail,nn as pContentBatchGetVideoDetailKey,ae as pContentGetNewstVideoList,rn as pContentGetNewstVideoListKey,oe as pContentGetPopularVideoList,an as pContentGetPopularVideoListKey,se as pContentGetTopRatedVideoList,on as pContentGetTopRatedVideoListKey,ce as pInteractionAddCollect,sn as pInteractionAddCollectKey,le as pInteractionBatchClearBrowse,cn as pInteractionBatchClearBrowseKey,ue as pInteractionBatchDeleteCollects,ln as pInteractionBatchDeleteCollectsKey,de as pInteractionBatchGetCommentLikeStatus,un as pInteractionBatchGetCommentLikeStatusKey,fe as pInteractionBatchGetFollowStats,dn as pInteractionBatchGetFollowStatsKey,pe as pInteractionBatchGetLikeStatus,fn as pInteractionBatchGetLikeStatusKey,me as pInteractionBatchQueryContentInteractions,pn as pInteractionBatchQueryContentInteractionsKey,he as pInteractionBrowse,mn as pInteractionBrowseKey,ge as pInteractionCancelDislike,hn as pInteractionCancelDislikeKey,_e as pInteractionCancelLike,gn as pInteractionCancelLikeKey,ve as pInteractionCheckCollect,_n as pInteractionCheckCollectKey,ye as pInteractionCheckFollow,vn as pInteractionCheckFollowKey,be as pInteractionClearBrowseHistory,yn as pInteractionClearBrowseHistoryKey,xe as pInteractionCreateFolder,bn as pInteractionCreateFolderKey,Se as pInteractionDeleteBrowseRecord,xn as pInteractionDeleteBrowseRecordKey,Ce as pInteractionDeleteFolder,Sn as pInteractionDeleteFolderKey,we as pInteractionDislike,Te as pInteractionDislikeComment,Cn as pInteractionDislikeCommentKey,wn as pInteractionDislikeKey,Ee as pInteractionFollow,Tn as pInteractionFollowKey,De as pInteractionLike,Oe as pInteractionLikeComment,En as pInteractionLikeCommentKey,Dn as pInteractionLikeKey,ke as pInteractionMoveCollects,On as pInteractionMoveCollectsKey,Ae as pInteractionRemoveCollect,kn as pInteractionRemoveCollectKey,je as pInteractionTrackEventsBatch,An as pInteractionTrackEventsBatchKey,Me as pInteractionUnfollow,jn as pInteractionUnfollowKey,Ne as pInteractionUnifiedBatchLikeDislike,Mn as pInteractionUnifiedBatchLikeDislikeKey,Pe as pInteractionUpdateFolder,Nn as pInteractionUpdateFolderKey,Fe as pInteractionUpdateFollowingContentUpdateTime,Pn as pInteractionUpdateFollowingContentUpdateTimeKey,Ie as pUserEditUserInfo,Fn as pUserEditUserInfoKey,Le as pUserLogin,In as pUserLoginKey,Re as pUserRegister,ze as pUserRegisterByVerifyEmailCode,Xn as pUserRegisterByVerifyEmailCodeCompat,Ln as pUserRegisterByVerifyEmailCodeKey,Rn as pUserRegisterKey,Be as pUserResetForgetPassword,zn as pUserResetForgetPasswordKey,Ve as pUserResetPassword,Bn as pUserResetPasswordKey,He as pUserSendEmailCode,Vn as pUserSendEmailCodeKey,Ue as pUserSendForgetEmailCode,Hn as pUserSendForgetEmailCodeKey,We as pUserSendResetPasswordEmailCode,Un as pUserSendResetPasswordEmailCodeKey,Ge as pUserUploadUserBgImage,Wn as pUserUploadUserBgImageKey,Ke as pUserUserFeedback,Gn as pUserUserFeedbackKey,qe as pUserUserPrivacySettings,Kn as pUserUserPrivacySettingsKey,Je as pUserVerifyEmailCode,qn as pUserVerifyEmailCodeKey,Ye as pUserVerifyForgetEmailCode,Jn as pUserVerifyForgetEmailCodeKey,Xe as pUserVerifyResetPasswordEmailCode,Yn as pUserVerifyResetPasswordEmailCodeKey};
2
+ import{pContentAdsMatch as e,pContentAdsMatchKey as t}from"./service/advertisement.mjs";import{gCommunityGetCollectionInfo as n,gCommunityGetComments as r,gCommunityGetContentInfo as i,gCommunityGetContentList as a,gCommunityGetHotContentList as o,gCommunityGetSubscribedCollections as s,gCommunityGetUserCollections as c,gContentGetAdvertiseByCode as l,gContentGetAppChannelBlock as u,gContentGetAppChannelBlockData as d,gContentGetAppChannels as f,gContentGetAppComponent as p,gContentGetGuessYouLikeVideos as m,gContentGetHotVideoList as h,gContentGetRecommendSearchList as g,gContentGetRecommendVideoList as _,gContentGetVideoDetail as v,gContentGetVideoDetailByApi as y,gContentListVisibleFloatingBall as b,gContentProcessM3u8 as x,gInteractionCheckMutualFollow as S,gInteractionGetBrowseList as C,gInteractionGetContentDislikeList as w,gInteractionGetContentLikeList as T,gInteractionGetDislikeList as E,gInteractionGetFolder as D,gInteractionGetFolderStats as O,gInteractionGetFollowStats as k,gInteractionGetFollowerList as A,gInteractionGetFollowingContentList as j,gInteractionGetFollowingList as M,gInteractionGetFollowingUserUpdates as N,gInteractionGetLikeList as P,gInteractionListCollects as F,gInteractionListFolders as I,gUserGetGuestIdentity as L,gUserGetUserEditInfo as R,gUserGetUserInfo as z,gUserGetUserPrivacySettings as B,gUserViewUserInfo as V,pCommunityAddContentToCollection as H,pCommunityCreateCollection as U,pCommunityCreateComment as W,pCommunityDeleteCollection as G,pCommunityDeleteComment as K,pCommunityDeleteContent as q,pCommunityDislikeComment as J,pCommunityGetUploadPresignedURL as Y,pCommunityLikeComment as X,pCommunityMoveCollectionContent as Z,pCommunityPublishContent as Q,pCommunityRemoveContentFromCollection as $,pCommunitySearchCurAccountFollowingUsersInfo as ee,pCommunityShareContent as te,pCommunitySubscribeCollection as ne,pCommunityUpdateCollection as re,pCommunityUpdateContent as ie,pCommunityUploadMedia as ae,pContentBatchGetVideoDetail as oe,pContentGetNewstVideoList as se,pContentGetPopularVideoList as ce,pContentGetTopRatedVideoList as le,pInteractionAddCollect as ue,pInteractionBatchClearBrowse as de,pInteractionBatchDeleteCollects as fe,pInteractionBatchGetCommentLikeStatus as pe,pInteractionBatchGetFollowStats as me,pInteractionBatchGetLikeStatus as he,pInteractionBatchQueryContentInteractions as ge,pInteractionBrowse as _e,pInteractionCancelDislike as ve,pInteractionCancelLike as ye,pInteractionCheckCollect as be,pInteractionCheckFollow as xe,pInteractionClearBrowseHistory as Se,pInteractionCreateFolder as Ce,pInteractionDeleteBrowseRecord as we,pInteractionDeleteFolder as Te,pInteractionDislike as Ee,pInteractionDislikeComment as De,pInteractionFollow as Oe,pInteractionLike as ke,pInteractionLikeComment as Ae,pInteractionMoveCollects as je,pInteractionRemoveCollect as Me,pInteractionTrackEventsBatch as Ne,pInteractionUnfollow as Pe,pInteractionUnifiedBatchLikeDislike as Fe,pInteractionUpdateFolder as Ie,pInteractionUpdateFollowingContentUpdateTime as Le,pUserEditUserInfo as Re,pUserLogin as ze,pUserRegister as Be,pUserRegisterByVerifyEmailCode as Ve,pUserResetForgetPassword as He,pUserResetPassword as Ue,pUserSendEmailCode as We,pUserSendForgetEmailCode as Ge,pUserSendResetPasswordEmailCode as Ke,pUserUploadUserBgImage as qe,pUserUserFeedback as Je,pUserUserPrivacySettings as Ye,pUserVerifyEmailCode as Xe,pUserVerifyForgetEmailCode as Ze,pUserVerifyResetPasswordEmailCode as Qe}from"./service/generated/client.mjs";import{createQueryKey as $e,gCommunityGetCollectionInfoKey as et,gCommunityGetCommentsKey as tt,gCommunityGetContentInfoKey as nt,gCommunityGetContentListKey as rt,gCommunityGetHotContentListKey as it,gCommunityGetSubscribedCollectionsKey as at,gCommunityGetUserCollectionsKey as ot,gContentGetAdvertiseByCodeKey as st,gContentGetAppChannelBlockDataKey as ct,gContentGetAppChannelBlockKey as lt,gContentGetAppChannelsKey as ut,gContentGetAppComponentKey as dt,gContentGetGuessYouLikeVideosKey as ft,gContentGetHotVideoListKey as pt,gContentGetRecommendSearchListKey as mt,gContentGetRecommendVideoListKey as ht,gContentGetVideoDetailByApiKey as gt,gContentGetVideoDetailKey as _t,gContentListVisibleFloatingBallKey as vt,gContentProcessM3u8Key as yt,gInteractionCheckMutualFollowKey as bt,gInteractionGetBrowseListKey as xt,gInteractionGetContentDislikeListKey as St,gInteractionGetContentLikeListKey as Ct,gInteractionGetDislikeListKey as wt,gInteractionGetFolderKey as Tt,gInteractionGetFolderStatsKey as Et,gInteractionGetFollowStatsKey as Dt,gInteractionGetFollowerListKey as Ot,gInteractionGetFollowingContentListKey as kt,gInteractionGetFollowingListKey as At,gInteractionGetFollowingUserUpdatesKey as jt,gInteractionGetLikeListKey as Mt,gInteractionListCollectsKey as Nt,gInteractionListFoldersKey as Pt,gUserGetGuestIdentityKey as Ft,gUserGetUserEditInfoKey as It,gUserGetUserInfoKey as Lt,gUserGetUserPrivacySettingsKey as Rt,gUserViewUserInfoKey as zt,pCommunityAddContentToCollectionKey as Bt,pCommunityCreateCollectionKey as Vt,pCommunityCreateCommentKey as Ht,pCommunityDeleteCollectionKey as Ut,pCommunityDeleteCommentKey as Wt,pCommunityDeleteContentKey as Gt,pCommunityDislikeCommentKey as Kt,pCommunityGetUploadPresignedURLKey as qt,pCommunityLikeCommentKey as Jt,pCommunityMoveCollectionContentKey as Yt,pCommunityPublishContentKey as Xt,pCommunityRemoveContentFromCollectionKey as Zt,pCommunitySearchCurAccountFollowingUsersInfoKey as Qt,pCommunityShareContentKey as $t,pCommunitySubscribeCollectionKey as en,pCommunityUpdateCollectionKey as tn,pCommunityUpdateContentKey as nn,pCommunityUploadMediaKey as rn,pContentBatchGetVideoDetailKey as an,pContentGetNewstVideoListKey as on,pContentGetPopularVideoListKey as sn,pContentGetTopRatedVideoListKey as cn,pInteractionAddCollectKey as ln,pInteractionBatchClearBrowseKey as un,pInteractionBatchDeleteCollectsKey as dn,pInteractionBatchGetCommentLikeStatusKey as fn,pInteractionBatchGetFollowStatsKey as pn,pInteractionBatchGetLikeStatusKey as mn,pInteractionBatchQueryContentInteractionsKey as hn,pInteractionBrowseKey as gn,pInteractionCancelDislikeKey as _n,pInteractionCancelLikeKey as vn,pInteractionCheckCollectKey as yn,pInteractionCheckFollowKey as bn,pInteractionClearBrowseHistoryKey as xn,pInteractionCreateFolderKey as Sn,pInteractionDeleteBrowseRecordKey as Cn,pInteractionDeleteFolderKey as wn,pInteractionDislikeCommentKey as Tn,pInteractionDislikeKey as En,pInteractionFollowKey as Dn,pInteractionLikeCommentKey as On,pInteractionLikeKey as kn,pInteractionMoveCollectsKey as An,pInteractionRemoveCollectKey as jn,pInteractionTrackEventsBatchKey as Mn,pInteractionUnfollowKey as Nn,pInteractionUnifiedBatchLikeDislikeKey as Pn,pInteractionUpdateFolderKey as Fn,pInteractionUpdateFollowingContentUpdateTimeKey as In,pUserEditUserInfoKey as Ln,pUserLoginKey as Rn,pUserRegisterByVerifyEmailCodeKey as zn,pUserRegisterKey as Bn,pUserResetForgetPasswordKey as Vn,pUserResetPasswordKey as Hn,pUserSendEmailCodeKey as Un,pUserSendForgetEmailCodeKey as Wn,pUserSendResetPasswordEmailCodeKey as Gn,pUserUploadUserBgImageKey as Kn,pUserUserFeedbackKey as qn,pUserUserPrivacySettingsKey as Jn,pUserVerifyEmailCodeKey as Yn,pUserVerifyForgetEmailCodeKey as Xn,pUserVerifyResetPasswordEmailCodeKey as Zn}from"./service/generated/tanstack.mjs";import{pUserRegisterByVerifyEmailCodeCompat as Qn}from"./service/register-by-verify-email-code.mjs";export{$e as createQueryKey,n as gCommunityGetCollectionInfo,et as gCommunityGetCollectionInfoKey,r as gCommunityGetComments,tt as gCommunityGetCommentsKey,i as gCommunityGetContentInfo,nt as gCommunityGetContentInfoKey,a as gCommunityGetContentList,rt as gCommunityGetContentListKey,o as gCommunityGetHotContentList,it as gCommunityGetHotContentListKey,s as gCommunityGetSubscribedCollections,at as gCommunityGetSubscribedCollectionsKey,c as gCommunityGetUserCollections,ot as gCommunityGetUserCollectionsKey,l as gContentGetAdvertiseByCode,st as gContentGetAdvertiseByCodeKey,u as gContentGetAppChannelBlock,d as gContentGetAppChannelBlockData,ct as gContentGetAppChannelBlockDataKey,lt as gContentGetAppChannelBlockKey,f as gContentGetAppChannels,ut as gContentGetAppChannelsKey,p as gContentGetAppComponent,dt as gContentGetAppComponentKey,m as gContentGetGuessYouLikeVideos,ft as gContentGetGuessYouLikeVideosKey,h as gContentGetHotVideoList,pt as gContentGetHotVideoListKey,g as gContentGetRecommendSearchList,mt as gContentGetRecommendSearchListKey,_ as gContentGetRecommendVideoList,ht as gContentGetRecommendVideoListKey,v as gContentGetVideoDetail,y as gContentGetVideoDetailByApi,gt as gContentGetVideoDetailByApiKey,_t as gContentGetVideoDetailKey,b as gContentListVisibleFloatingBall,vt as gContentListVisibleFloatingBallKey,x as gContentProcessM3u8,yt as gContentProcessM3u8Key,S as gInteractionCheckMutualFollow,bt as gInteractionCheckMutualFollowKey,C as gInteractionGetBrowseList,xt as gInteractionGetBrowseListKey,w as gInteractionGetContentDislikeList,St as gInteractionGetContentDislikeListKey,T as gInteractionGetContentLikeList,Ct as gInteractionGetContentLikeListKey,E as gInteractionGetDislikeList,wt as gInteractionGetDislikeListKey,D as gInteractionGetFolder,Tt as gInteractionGetFolderKey,O as gInteractionGetFolderStats,Et as gInteractionGetFolderStatsKey,k as gInteractionGetFollowStats,Dt as gInteractionGetFollowStatsKey,A as gInteractionGetFollowerList,Ot as gInteractionGetFollowerListKey,j as gInteractionGetFollowingContentList,kt as gInteractionGetFollowingContentListKey,M as gInteractionGetFollowingList,At as gInteractionGetFollowingListKey,N as gInteractionGetFollowingUserUpdates,jt as gInteractionGetFollowingUserUpdatesKey,P as gInteractionGetLikeList,Mt as gInteractionGetLikeListKey,F as gInteractionListCollects,Nt as gInteractionListCollectsKey,I as gInteractionListFolders,Pt as gInteractionListFoldersKey,L as gUserGetGuestIdentity,Ft as gUserGetGuestIdentityKey,R as gUserGetUserEditInfo,It as gUserGetUserEditInfoKey,z as gUserGetUserInfo,Lt as gUserGetUserInfoKey,B as gUserGetUserPrivacySettings,Rt as gUserGetUserPrivacySettingsKey,V as gUserViewUserInfo,zt as gUserViewUserInfoKey,H as pCommunityAddContentToCollection,Bt as pCommunityAddContentToCollectionKey,U as pCommunityCreateCollection,Vt as pCommunityCreateCollectionKey,W as pCommunityCreateComment,Ht as pCommunityCreateCommentKey,G as pCommunityDeleteCollection,Ut as pCommunityDeleteCollectionKey,K as pCommunityDeleteComment,Wt as pCommunityDeleteCommentKey,q as pCommunityDeleteContent,Gt as pCommunityDeleteContentKey,J as pCommunityDislikeComment,Kt as pCommunityDislikeCommentKey,Y as pCommunityGetUploadPresignedURL,qt as pCommunityGetUploadPresignedURLKey,X as pCommunityLikeComment,Jt as pCommunityLikeCommentKey,Z as pCommunityMoveCollectionContent,Yt as pCommunityMoveCollectionContentKey,Q as pCommunityPublishContent,Xt as pCommunityPublishContentKey,$ as pCommunityRemoveContentFromCollection,Zt as pCommunityRemoveContentFromCollectionKey,ee as pCommunitySearchCurAccountFollowingUsersInfo,Qt as pCommunitySearchCurAccountFollowingUsersInfoKey,te as pCommunityShareContent,$t as pCommunityShareContentKey,ne as pCommunitySubscribeCollection,en as pCommunitySubscribeCollectionKey,re as pCommunityUpdateCollection,tn as pCommunityUpdateCollectionKey,ie as pCommunityUpdateContent,nn as pCommunityUpdateContentKey,ae as pCommunityUploadMedia,rn as pCommunityUploadMediaKey,e as pContentAdsMatch,t as pContentAdsMatchKey,oe as pContentBatchGetVideoDetail,an as pContentBatchGetVideoDetailKey,se as pContentGetNewstVideoList,on as pContentGetNewstVideoListKey,ce as pContentGetPopularVideoList,sn as pContentGetPopularVideoListKey,le as pContentGetTopRatedVideoList,cn as pContentGetTopRatedVideoListKey,ue as pInteractionAddCollect,ln as pInteractionAddCollectKey,de as pInteractionBatchClearBrowse,un as pInteractionBatchClearBrowseKey,fe as pInteractionBatchDeleteCollects,dn as pInteractionBatchDeleteCollectsKey,pe as pInteractionBatchGetCommentLikeStatus,fn as pInteractionBatchGetCommentLikeStatusKey,me as pInteractionBatchGetFollowStats,pn as pInteractionBatchGetFollowStatsKey,he as pInteractionBatchGetLikeStatus,mn as pInteractionBatchGetLikeStatusKey,ge as pInteractionBatchQueryContentInteractions,hn as pInteractionBatchQueryContentInteractionsKey,_e as pInteractionBrowse,gn as pInteractionBrowseKey,ve as pInteractionCancelDislike,_n as pInteractionCancelDislikeKey,ye as pInteractionCancelLike,vn as pInteractionCancelLikeKey,be as pInteractionCheckCollect,yn as pInteractionCheckCollectKey,xe as pInteractionCheckFollow,bn as pInteractionCheckFollowKey,Se as pInteractionClearBrowseHistory,xn as pInteractionClearBrowseHistoryKey,Ce as pInteractionCreateFolder,Sn as pInteractionCreateFolderKey,we as pInteractionDeleteBrowseRecord,Cn as pInteractionDeleteBrowseRecordKey,Te as pInteractionDeleteFolder,wn as pInteractionDeleteFolderKey,Ee as pInteractionDislike,De as pInteractionDislikeComment,Tn as pInteractionDislikeCommentKey,En as pInteractionDislikeKey,Oe as pInteractionFollow,Dn as pInteractionFollowKey,ke as pInteractionLike,Ae as pInteractionLikeComment,On as pInteractionLikeCommentKey,kn as pInteractionLikeKey,je as pInteractionMoveCollects,An as pInteractionMoveCollectsKey,Me as pInteractionRemoveCollect,jn as pInteractionRemoveCollectKey,Ne as pInteractionTrackEventsBatch,Mn as pInteractionTrackEventsBatchKey,Pe as pInteractionUnfollow,Nn as pInteractionUnfollowKey,Fe as pInteractionUnifiedBatchLikeDislike,Pn as pInteractionUnifiedBatchLikeDislikeKey,Ie as pInteractionUpdateFolder,Fn as pInteractionUpdateFolderKey,Le as pInteractionUpdateFollowingContentUpdateTime,In as pInteractionUpdateFollowingContentUpdateTimeKey,Re as pUserEditUserInfo,Ln as pUserEditUserInfoKey,ze as pUserLogin,Rn as pUserLoginKey,Be as pUserRegister,Ve as pUserRegisterByVerifyEmailCode,Qn as pUserRegisterByVerifyEmailCodeCompat,zn as pUserRegisterByVerifyEmailCodeKey,Bn as pUserRegisterKey,He as pUserResetForgetPassword,Vn as pUserResetForgetPasswordKey,Ue as pUserResetPassword,Hn as pUserResetPasswordKey,We as pUserSendEmailCode,Un as pUserSendEmailCodeKey,Ge as pUserSendForgetEmailCode,Wn as pUserSendForgetEmailCodeKey,Ke as pUserSendResetPasswordEmailCode,Gn as pUserSendResetPasswordEmailCodeKey,qe as pUserUploadUserBgImage,Kn as pUserUploadUserBgImageKey,Je as pUserUserFeedback,qn as pUserUserFeedbackKey,Ye as pUserUserPrivacySettings,Jn as pUserUserPrivacySettingsKey,Xe as pUserVerifyEmailCode,Yn as pUserVerifyEmailCodeKey,Ze as pUserVerifyForgetEmailCode,Xn as pUserVerifyForgetEmailCodeKey,Qe as pUserVerifyResetPasswordEmailCode,Zn as pUserVerifyResetPasswordEmailCodeKey};
@@ -8,6 +8,7 @@ import { z } from "zod";
8
8
  * 物料分类
9
9
  */
10
10
  declare const MATERIAL_CATEGORY: {
11
+ readonly 广告组件: "广告组件";
11
12
  readonly 内容组件: "内容组件";
12
13
  readonly 金刚组件: "金刚组件";
13
14
  readonly 大图宫格: "大图宫格";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@funhub/platform",
3
3
  "type": "module",
4
- "version": "0.1.162",
4
+ "version": "0.1.164-beta.0",
5
5
  "private": false,
6
6
  "sideEffects": [
7
7
  "**/*.css"