mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
1 line
1.9 KiB
JavaScript
1 line
1.9 KiB
JavaScript
"use strict";var __defProp=Object.defineProperty,__getOwnPropDesc=Object.getOwnPropertyDescriptor,__getOwnPropNames=Object.getOwnPropertyNames,__hasOwnProp=Object.prototype.hasOwnProperty,__name=(e,t)=>__defProp(e,"name",{value:t,configurable:!0}),__export=(e,t)=>{for(var r in t)__defProp(e,r,{get:t[r],enumerable:!0})},__copyProps=(e,t,r,s)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let o of __getOwnPropNames(t))__hasOwnProp.call(e,o)||o===r||__defProp(e,o,{get:()=>t[o],enumerable:!(s=__getOwnPropDesc(t,o))||s.enumerable});return e},__toCommonJS=e=>__copyProps(__defProp({},"__esModule",{value:!0}),e),__async=(e,t,r)=>new Promise((s,o)=>{var a=e=>{try{i(r.next(e))}catch(e){o(e)}},n=e=>{try{i(r.throw(e))}catch(e){o(e)}},i=e=>e.done?s(e.value):Promise.resolve(e.value).then(a,n);i((r=r.apply(e,t)).next())}),posts_exports={};__export(posts_exports,{getPosts:()=>getPosts,getSearchPosts:()=>getSearchPosts});var getPosts=__name(function(e){return __async(this,arguments,function*({filter:e,signal:t,providerContext:r}){var s;const{getBaseUrl:o,axios:a}=r,n=yield o("kissKh"),i=`${n+e}&type=0`;try{const e=null==(s=(yield a.get(i,{signal:t})).data)?void 0:s.data,r=[];return null==e||e.map(e=>{const t=e.title,s=n+`/api/DramaList/Drama/${null==e?void 0:e.id}?isq=false`,o=e.thumbnail;t&&s&&o&&r.push({title:t,link:s,image:o})}),r}catch(e){return[]}})},"getPosts"),getSearchPosts=__name(function(e){return __async(this,arguments,function*({searchQuery:e,signal:t,providerContext:r}){const{getBaseUrl:s,axios:o}=r,a=yield s("kissKh"),n=`${a}/api/DramaList/Search?q=${e}&type=0`;try{const e=(yield o.get(n,{signal:t})).data,r=[];return null==e||e.map(e=>{const t=e.title,s=a+`/api/DramaList/Drama/${null==e?void 0:e.id}?isq=false`,o=e.thumbnail;t&&s&&o&&r.push({title:t,link:s,image:o})}),r}catch(e){return[]}})},"getSearchPosts");exports.getPosts=getPosts,exports.getSearchPosts=getSearchPosts; |