1
0
web/static/bitcoin/app.js
2024-04-05 17:44:02 +09:00

2 lines
2.3 KiB
JavaScript

(function(t){function e(e){for(var n,i,u=e[0],s=e[1],c=e[2],p=0,d=[];p<u.length;p++)i=u[p],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&d.push(o[i][0]),o[i]=0;for(n in s)Object.prototype.hasOwnProperty.call(s,n)&&(t[n]=s[n]);l&&l(e);while(d.length)d.shift()();return a.push.apply(a,c||[]),r()}function r(){for(var t,e=0;e<a.length;e++){for(var r=a[e],n=!0,u=1;u<r.length;u++){var s=r[u];0!==o[s]&&(n=!1)}n&&(a.splice(e--,1),t=i(i.s=r[0]))}return t}var n={},o={app:0},a=[];function i(e){if(n[e])return n[e].exports;var r=n[e]={i:e,l:!1,exports:{}};return t[e].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.m=t,i.c=n,i.d=function(t,e,r){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},i.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(i.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)i.d(r,n,function(e){return t[e]}.bind(null,n));return r},i.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="";var u=window["webpackJsonp"]=window["webpackJsonp"]||[],s=u.push.bind(u);u.push=e,u=u.slice();for(var c=0;c<u.length;c++)e(u[c]);var l=s;a.push([0,"chunk-vendors"]),r()})({0:function(t,e,r){t.exports=r("56d7")},"56d7":function(t,e,r){"use strict";r.r(e);var n=r("2b0e"),o=function(){var t=this,e=t._self._c;return e("div",{attrs:{id:"app"}},[e("div",{staticClass:"bitcoin"},[e("i",{staticClass:"fa-brands fa-bitcoin"}),t._v(" "+t._s(t.record.data[0].amount)+" / "),e("i",{staticClass:"fa-solid fa-yen-sign"}),t._v(" "+t._s(t.record.data[1].jpy)),e("p",[e("code",{staticClass:"bitcoin"},[t._v(t._s(t.address))])])])])},a=[],i=r("cee4"),u={data(){return{address:"3BqHXxraZyBapyNpJmniJDh9zqzuB8aoRr",record:null}},mounted(){i["a"].get("https://aisyui.github.io/coin/btc.json").then(t=>this.record=t)}},s=u,c=r("2877"),l=Object(c["a"])(s,o,a,!1,null,null,null),p=l.exports;new n["a"]({render:t=>t(p)}).$mount("#app")}});
//# sourceMappingURL=app.js.map