UNPKG

bilibili-bangumi-component

Version:

展示 bilibili 与 Bangumi 追番列表的 WebComponent 组件

24 lines (18 loc) 1.24 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-b78452e6.js'); /* Stencil Client Patch Browser v4.11.0 | MIT Licensed | https://stenciljs.com */ const patchBrowser = () => { const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('bilibili-bangumi-component.cjs.js', document.baseURI).href)); const opts = {}; if (importMeta !== '') { opts.resourcesUrl = new URL('.', importMeta).href; } return index.promiseResolve(opts); }; patchBrowser().then(options => { return index.bootstrapLazy([["bilibili-bangumi.cjs",[[1,"bilibili-bangumi",{"api":[1],"bilibiliUid":[1,"bilibili-uid"],"bgmUid":[1,"bgm-uid"],"bilibiliEnabled":[4,"bilibili-enabled"],"bgmEnabled":[4,"bgm-enabled"],"pageSize":[2,"page-size"],"customEnabled":[4,"custom-enabled"],"customLabel":[1,"custom-label"],"loading":[32],"error":[32],"pageNumber":[32],"responseData":[32],"activePlatform":[32],"activeSubject":[32],"collectionLabels":[32],"activeCollection":[32],"containerRef":[32],"containerState":[32]}]]]], options); }); exports.setNonce = index.setNonce;