티스토리 수익 글 보기

티스토리 수익 글 보기

(()=>{var e={5897:function(e,t,n){“use strict”;Object.defineProperty(t,”__esModule”,{value:!0});var i={cleanupElement:function(){return g},createInstance:function(){return p},destroy:function(){return b},init:function(){return y},ready:function(){return v}};for(var r in i)Object.defineProperty(t,r,{enumerable:!0,get:i[r]});let a=n(7933),o=(e,t)=>e.Webflow.require(“lottie”)?.lottie.loadAnimation(t),s=e=>!!(e.Webflow.env(“design”)||e.Webflow.env(“preview”)),l={Playing:”playing”,Stopped:”stopped”},f=new class{_cache=[];set(e,t){let n=this._cache.findIndex(({wrapper:t})=>t===e);-1!==n&&this._cache.splice(n,1),this._cache.push({wrapper:e,instance:t})}delete(e){let t=this._cache.findIndex(({wrapper:t})=>t===e);-1!==t&&this._cache.splice(t,1)}get(e){let t=this._cache.findIndex(({wrapper:t})=>t===e);return -1===t?null:this._cache[t]?.instance??null}},u={},h=e=>{if(“string”!=typeof e)return NaN;let t=parseFloat(e);return Number.isNaN(t)?NaN:t};class c{config=null;currentState=l.Stopped;animationItem=null;_gsapFrame=null;handlers={enterFrame:[],complete:[],loop:[],dataReady:[],destroy:[],error:[]};load(e){let t=(e.dataset||u).src||””;t.endsWith(“.lottie”)?(0,a.fetchLottie)(t).then(t=>{this._loadAnimation(e,t)}):this._loadAnimation(e,void 0),f.set(e,this),this.container=e}_loadAnimation(e,t){let n=e.dataset||u,i=n.src||””,r=n.preserveAspectRatio||”xMidYMid meet”,a=n.renderer||”svg”,f=1===h(n.loop),c=-1===h(n.direction)?-1:1,d=!!n.wfTarget,m=!d&&1===h(n.autoplay),p=h(n.duration),g=Number.isNaN(p)?0:p,y=d||1===h(n.isIx2Target),b=h(n.ix2InitialState),v=Number.isNaN(b)?null:b,w={src:i,loop:f,autoplay:m,renderer:a,direction:c,duration:g,hasIx2:y,ix2InitialValue:v,preserveAspectRatio:r};if(this.animationItem&&this.config&&this.config.src===i&&a===this.config.renderer&&r===this.config.preserveAspectRatio){if(f!==this.config.loop&&this.setLooping(f),!y&&(c!==this.config.direction&&this.setDirection(c),g!==this.config.duration)){let e=this.duration;g>0&&g!==e?this.setSpeed(e/g):this.setSpeed(1)}m&&this.play(),null!=v&&v!==this.config.ix2InitialValue&&this.goToFrame(this.frames*(v/100)),this.config=w;return}let I=e.ownerDocument.defaultView;try{this.animationItem&&this.destroy(),this.animationItem=o(I,{container:e,loop:f,autoplay:m,renderer:a,rendererSettings:{preserveAspectRatio:r,progressiveLoad:!0,hideOnTransparent:!0},…t?{animationData:t}:{path:i}})}catch(e){this.handlers.error.forEach(e=>e());return}this.animationItem&&(s(I)&&(this.animationItem.addEventListener(“enterFrame”,()=>{if(!this.animationItem||!this.isPlaying)return;let{currentFrame:e,totalFrames:t,playDirection:n}=this.animationItem,i=e/t*100,r=Math.round(1===n?i:100-i);this.handlers.enterFrame.forEach(t=>t(r,e))}),this.animationItem.addEventListener(“complete”,()=>{if(this.animationItem){if(this.currentState!==l.Playing||!this.animationItem.loop)return void this.handlers.complete.forEach(e=>e());this.currentState=l.Stopped}}),this.animationItem.addEventListener(“loopComplete”,e=>{this.handlers.loop.forEach(t=>t(e))}),this.animationItem.addEventListener(“data_failed”,()=>{this.handlers.error.forEach(e=>e())}),this.animationItem.addEventListener(“error”,()=>{this.handlers.error.forEach(e=>e())})),this.isLoaded?(this.handlers.dataReady.forEach(e=>e()),m&&this.play()):this.animationItem.addEventListener(“data_ready”,()=>{if(this.handlers.dataReady.forEach(e=>e()),!y){this.setDirection(c);let e=this.duration;g>0&&g!==e&&this.setSpeed(e/g),m&&this.play()}null!=v&&this.goToFrame(this.frames*(v/100))}),this.config=w)}onFrameChange(e){-1===this.handlers.enterFrame.indexOf(e)&&this.handlers.enterFrame.push(e)}onPlaybackComplete(e){-1===this.handlers.complete.indexOf(e)&&this.handlers.complete.push(e)}onLoopComplete(e){-1===this.handlers.loop.indexOf(e)&&this.handlers.loop.push(e)}onDestroy(e){-1===this.handlers.destroy.indexOf(e)&&this.handlers.destroy.push(e)}onDataReady(e){-1===this.handlers.dataReady.indexOf(e)&&this.handlers.dataReady.push(e)}onError(e){-1===this.handlers.error.indexOf(e)&&this.handlers.error.push(e)}play(){if(!this.animationItem)return;let e=1===this.animationItem.playDirection?0:this.frames;this.animationItem.goToAndPlay(e,!0),this.currentState=l.Playing}stop(){if(this.animationItem){if(this.isPlaying){let{playDirection:e}=this.animationItem,t=1===e?0:this.frames;this.animationItem.goToAndStop(t,!0)}this.currentState=l.Stopped}}destroy(){this.animationItem&&(this.isPlaying&&this.stop(),this.handlers.destroy.forEach(e=>e()),this.container&&f.delete(this.container),this.animationItem.destroy(),Object.values(this.handlers).forEach(e=>{e.length=0}),this.animationItem=null,this.container=null,this.config=null)}get gsapFrame(){return this._gsapFrame}set gsapFrame(e){this._gsapFrame=e,null!=e&&this.goToFrameAndStop(e)}get isPlaying(){return!!this.animationItem&&!this.animationItem.isPaused}get isPaused(){return!!this.animationItem&&this.animationItem.isPaused}get duration(){return this.animationItem?this.animationItem.getDuration():0}get frames(){return this.animationItem?this.animationItem.totalFrames:0}get direction(){return this.animationItem?1===this.animationItem.playDirection?1:-1:1}get isLoaded(){return!!this.animationItem&&this.animationItem.isLoaded}get ix2InitialValue(){return this.config?this.config.ix2InitialValue:null}goToFrame(e){this.animationItem&&this.animationItem.setCurrentRawFrameValue(e)}goToFrameAndStop(e){this.animationItem&&this.animationItem.goToAndStop(e,!0)}setSubframe(e){this.animationItem&&this.animationItem.setSubframe(e)}setSpeed(e=1){this.animationItem&&(this.isPlaying&&this.stop(),this.animationItem.setSpeed(e))}setLooping(e){this.animationItem&&(this.isPlaying&&this.stop(),this.animationItem.loop=e)}setDirection(e){this.animationItem&&(this.isPlaying&&this.stop(),this.animationItem.setDirection(e),this.goToFrame(1===e?0:this.frames))}}let d=()=>Array.from(document.querySelectorAll(‘[data-animation-type=”lottie”]’)),m=e=>{let t=e.dataset,n=!!t.wfTarget,i=1===h(t.isIx2Target);return n||i},p=e=>{let t=f.get(e);return null==t&&(t=new c),t.load(e),t},g=e=>{let t=f.get(e);t&&t.destroy()},y=()=>{d().forEach(e=>{m(e)||g(e),p(e)})},b=()=>{d().forEach(g)},v=y},2444:function(e,t,n){“use strict”;var i=n(3949),r=n(5897),a=n(8724);i.define(“lottie”,e.exports=function(){return{lottie:a,createInstance:r.createInstance,cleanupElement:r.cleanupElement,init:r.init,destroy:r.destroy,ready:r.ready}})},3487:function(e,t){“use strict”;Object.defineProperty(t,”__esModule”,{value:!0});var n={strFromU8:function(){return J},unzip:function(){return G}};for(var i in n)Object.defineProperty(t,i,{enumerable:!0,get:n[i]});let r={},a=function(e,t,n,i,a){let o=new Worker(r[t]||(r[t]=URL.createObjectURL(new Blob([e+’;addEventListener(“error”,function(e){e=e.error;postMessage({$e$:[e.message,e.code,e.stack]})})’],{type:”text/javascript”}))));return o.onmessage=function(e){let t=e.data,n=t.$e$;if(n){let e=Error(n[0]);e.code=n[1],e.stack=n[2],a(e,null)}else a(null,t)},o.postMessage(n,i),o},o=Uint8Array,s=Uint16Array,l=Uint32Array,f=new o([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),u=new o([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),h=new o([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),c=function(e,t){let n=new s(31);for(var i=0;i<31;++i)n[i]=t+=1<>>1|(21845&b)<<1;e=(61680&(e=(52428&e)>>>2|(13107&e)<<2))>>>4|(3855&e)<<4,y[b]=((65280&e)>>>8|(255&e)<<8)>>>1}let v=function(e,t,n){let i,r=e.length,a=0,o=new s(t);for(;a>>n]=r}}else for(i=new s(r),a=0;a>>15-e[a]);return i},w=new o(288);for(b=0;b<144;++b)w[b]=8;for(b=144;b<256;++b)w[b]=9;for(b=256;b<280;++b)w[b]=7;for(b=280;b<288;++b)w[b]=8;let I=new o(32);for(b=0;b<32;++b)I[b]=5;let S=v(w,9,1),x=v(I,5,1),E=function(e){let t=e[0];for(let n=1;nt&&(t=e[n]);return t},O=function(e,t,n){let i=t/8|0;return(e[i]|e[i+1]<<8)>>(7&t)&n},P=function(e,t){let n=t/8|0;return(e[n]|e[n+1]<<8|e[n+2]<<16)>>(7&t)},T=function(e){return(e+7)/8|0},_=function(e,t,n){(null==t||t<0)&&(t=0),(null==n||n>e.length)&&(n=e.length);let i=new(2===e.BYTES_PER_ELEMENT?s:4===e.BYTES_PER_ELEMENT?l:o)(n-t);return i.set(e.subarray(t,n)),i},k=[“unexpected EOF”,”invalid block type”,”invalid length/literal”,”invalid distance”,”stream finished”,”no stream handler”,,”no callback”,”invalid UTF-8 data”,”extra field too long”,”date not in range 1980-2099″,”filename too long”,”stream finishing”,”invalid zip data”];var F=function(e,t,n){let i=Error(t||k[e]);if(i.code=e,Error.captureStackTrace&&Error.captureStackTrace(i,F),!n)throw i;return i};let j=function(e,t,n){let i=e.length;if(!i||n&&n.f&&!n.l)return t||new o(0);let r=!t||n,a=!n||n.i;n||(n={}),t||(t=new o(3*i));let s=function(e){let n=t.length;if(e>n){let i=new o(Math.max(2*n,e));i.set(t),t=i}},l=n.f||0,c=n.p||0,d=n.b||0,p=n.l,y=n.d,b=n.m,w=n.n,I=8*i;do{if(!p){l=O(e,c,1);let f=O(e,c+1,3);if(c+=3,!f){let o=e[(j=T(c)+4)-4]|e[j-3]<<8,f=j+o;if(f>i){a&&F(0);break}r&&s(d+o),t.set(e.subarray(j,f),d),n.b=d+=o,n.p=c=8*f,n.f=l;continue}if(1===f)p=S,y=x,b=9,w=5;else if(2===f){let t=O(e,c,31)+257,n=O(e,c+10,15)+4,i=t+O(e,c+5,31)+1;c+=14;let r=new o(i),a=new o(19);for(var k=0;k>>4)<16)r[k++]=j;else{var j,L=0;let t=0;for(16===j?(t=3+O(e,c,3),c+=2,L=r[k-1]):17===j?(t=3+O(e,c,7),c+=3):18===j&&(t=11+O(e,c,127),c+=7);t--;)r[k++]=L}}let u=r.subarray(0,t);var M=r.subarray(t);b=E(u),w=E(M),p=v(u,b,1),y=v(M,w,1)}else F(1);if(c>I){a&&F(0);break}}r&&s(d+131072);let _=(1<>>4;if((c+=15&L)>I){a&&F(0);break}if(L||F(2),n<256)t[d++]=n;else{if(256===n){C=c,p=null;break}{let i=n-254;if(n>264){var A=f[k=n-257];i=O(e,c,(1<>>4;if(o||F(3),c+=15&o,M=g[l],l>3&&(A=u[l],M+=P(e,c)&(1<I){a&&F(0);break}r&&s(d+131072);let h=d+i;for(;d>>0};function W(e,t){return j(e,t)}let V=”undefined”!=typeof TextDecoder&&new TextDecoder,q=function(e){for(let t=””,n=0;;){let i=e[n++],r=(i>127)+(i>223)+(i>239);if(n+r>e.length)return[t,_(e,n-1)];r?3===r?t+=String.fromCharCode(55296|(i=((15&i)<<18|(63&e[n++])<<12|(63&e[n++])<<6|63&e[n++])-65536)>>10,56320|1023&i):t+=1&r?String.fromCharCode((31&i)<<6|63&e[n++]):String.fromCharCode((15&i)<<12|(63&e[n++])<<6|63&e[n++]):t+=String.fromCharCode(i)}};function J(e,t){if(t){let t="";for(let n=0;n65558)return s(F(13,0,1),null),r;let f=$(e,l+8);if(f){let n=f,u=B(e,l+16),h=0xffffffff===u||65535===n;if(h){let t=B(e,l-12);(h=0x6064b50===B(e,t))&&(n=f=B(e,t+32),u=B(e,t+48))}let c=t&&t.filter;for(let t=0;te.arrayBuffer())}async function s(e){return(await new Promise(t=>{let n=new FileReader;n.readAsDataURL(new Blob([e])),n.onload=()=>t(n.result)})).split(“,”,2)[1]}async function l(e){let t=new Uint8Array(e),n=await new Promise((e,n)=>{(0,a.unzip)(t,(t,i)=>t?n(t):e(i))});return{read:e=>(0,a.strFromU8)(n[e]),readB64:async e=>await s(n[e])}}async function f(e,t){if(!(“assets”in e))return e;async function n(e){let{p:n}=e;if(null==n||null==t.read(`images/${n}`))return e;let i=n.split(“.”).pop(),r=await t.readB64(`images/${n}`);if(i?.startsWith(“data:”))return e.p=i,e.e=1,e;switch(i){case”svg”:case”svg+xml”:e.p=`data:image/svg+xml;base64,${r}`;break;case”png”:case”jpg”:case”jpeg”:case”gif”:case”webp”:e.p=`data:image/${i};base64,${r}`;break;default:e.p=`data:;base64,${r}`}return e.e=1,e}return(await Promise.all(e.assets.map(n))).map((t,n)=>{e.assets[n]=t}),e}async function u(e){let t=await l(e),n=function(e){let t=JSON.parse(e);if(!(“animations”in t))throw Error(“Manifest not found”);if(0===t.animations.length)throw Error(“No animations listed in the manifest”);return t}(t.read(“manifest.json”));return(await Promise.all(n.animations.map(e=>f(JSON.parse(t.read(`animations/${e.id}.json`)),t))))[0]}async function h(e){let t=await o(e);return!function(e){let t=new Uint8Array(e,0,32);return 80===t[0]&&75===t[1]&&3===t[2]&&4===t[3]}(t)?JSON.parse(new TextDecoder().decode(t)):await u(t)}},8320:function(e,t,n){n(9461),n(7624),n(286),n(8334),n(2338),n(3695),n(322),n(1655),n(9858),n(941),n(5134),n(7527),n(2444),n(4412)}},t={};function n(i){var r=t[i];if(void 0!==r)return r.exports;var a=t[i]={id:i,loaded:!1,exports:{}};return e[i].call(a.exports,a,a.exports,n),a.loaded=!0,a.exports}n.m=e,n.d=(e,t)=>{for(var i in t)n.o(t,i)&&!n.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},n.hmd=e=>((e=Object.create(e)).children||(e.children=[]),Object.defineProperty(e,”exports”,{enumerable:!0,set:()=>{throw Error(“ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: “+e.id)}}),e),n.g=(()=>{if(“object”==typeof globalThis)return globalThis;try{return this||Function(“return this”)()}catch(e){if(“object”==typeof window)return window}})(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{“undefined”!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:”Module”}),Object.defineProperty(e,”__esModule”,{value:!0})},n.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{var e=[];n.O=(t,i,r,a)=>{if(i){a=a||0;for(var o=e.length;o>0&&e[o-1][2]>a;o–)e[o]=e[o-1];e[o]=[i,r,a];return}for(var s=1/0,o=0;o=a)&&Object.keys(n.O).every(e=>n.O[e](i[f]))?i.splice(f–,1):(l=!1,a“1.3.9”,(()=>{var e={51:0};n.O.j=t=>0===e[t];var t=(t,i)=>{var r,a,[o,s,l]=i,f=0;if(o.some(t=>0!==e[t])){for(r in s)n.o(s,r)&&(n.m[r]=s[r]);if(l)var u=l(n)}for(t&&t(i);f