Linux webm017.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid x86_64
PHP/7.4.33
服务器IP :
10.130.20.17
& 您的IP :
216.73.216.193
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
www
/
wordpress
/
wpn_budomat
/
wp-content
/
plugins
/
counter-block
/
build
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
index.asset.php
182.00 B
-rw-r--r--
2021-04-01 23:43
index.css
128.00 B
-rw-r--r--
2021-04-01 23:43
index.js
8.76 KB
-rw-r--r--
2021-04-01 23:43
style-index.css
100.00 B
-rw-r--r--
2021-04-01 23:43
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
index.js
(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{6:function(e,t,n){}}]),function(e){function t(t){for(var r,a,l=t[0],c=t[1],u=t[2],s=0,m=[];s<l.length;s++)a=l[s],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&m.push(o[a][0]),o[a]=0;for(r in c)Object.prototype.hasOwnProperty.call(c,r)&&(e[r]=c[r]);for(b&&b(t);m.length;)m.shift()();return i.push.apply(i,u||[]),n()}function n(){for(var e,t=0;t<i.length;t++){for(var n=i[t],r=!0,l=1;l<n.length;l++){var c=n[l];0!==o[c]&&(r=!1)}r&&(i.splice(t--,1),e=a(a.s=n[0]))}return e}var r={},o={0:0},i=[];function a(t){if(r[t])return r[t].exports;var n=r[t]={i:t,l:!1,exports:{}};return e[t].call(n.exports,n,n.exports,a),n.l=!0,n.exports}a.m=e,a.c=r,a.d=function(e,t,n){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(a.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)a.d(n,r,function(t){return e[t]}.bind(null,r));return n},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="";var l=window.webpackJsonp=window.webpackJsonp||[],c=l.push.bind(l);l.push=t,l=l.slice();for(var u=0;u<l.length;u++)t(l[u]);var b=c;i.push([8,1]),n()}([function(e,t){!function(){e.exports=this.wp.element}()},function(e,t){!function(){e.exports=this.wp.i18n}()},function(e,t){!function(){e.exports=this.wp.components}()},function(e,t){!function(){e.exports=this.wp.blockEditor}()},function(e){e.exports=JSON.parse('{"name":"ideabox/counter","title":"Counter","category":"widgets","icon":"chart-bar","description":"Show off numbers or stats on your website using animated Counter block for Gutenberg.","textdomain":"ib-counter","keywords":["facts","stats","numbers","figures"],"supports":{"html":false,"align":false},"editorScript":"file:./build/index.js","editorStyle":"file:./build/index.css","style":"file:./build/style-index.css"}')},function(e,t){!function(){e.exports=this.wp.blocks}()},,function(e,t,n){},function(e,t,n){"use strict";n.r(t);var r=n(0),o=n(5),i=n(1),a={blockId:{type:"string",default:void 0},startingNumber:{type:"number",default:0},endingNumber:{type:"number",default:100},numberPrefix:{type:"string",default:""},numberSuffix:{type:"string",default:""},title:{type:"string",default:Object(i.__)("Counter Title","ib-counter")},delimiter:{type:"string",default:"none"},titleColor:{type:"string"},titleFontSize:{type:"number"},speed:{type:"number",default:2e3},alignment:{type:"string",default:"center"},numberColor:{type:"string"},numberFontSize:{type:"number",default:40},spacing:{type:"number"}},l=n(3),c=n(2),u=function(e){var t=e.attributes,n=e.setAttributes,o=t.startingNumber,a=t.endingNumber,u=t.numberPrefix,b=t.numberSuffix,s=t.delimiter,m=t.titleColor,f=t.titleFontSize,d=t.speed,p=t.numberColor,g=t.numberFontSize,O=t.spacing,j=function(e){return isNaN(Number(e))?0:Number(e)};return Object(r.createElement)(l.InspectorControls,null,Object(r.createElement)(c.PanelBody,{title:Object(i.__)("Content","ib-counter")},Object(r.createElement)(c.TextControl,{label:Object(i.__)("Starting Number","ib-counter"),value:o,onChange:function(e){e=j(e),n({startingNumber:e})}}),Object(r.createElement)(c.TextControl,{label:Object(i.__)("Ending Number","ib-counter"),value:a,onChange:function(e){e=j(e),n({endingNumber:e})}}),Object(r.createElement)(c.TextControl,{label:Object(i.__)("Prefix Text","ib-counter"),value:u,onChange:function(e){n({numberPrefix:e})}}),Object(r.createElement)(c.TextControl,{label:Object(i.__)("Suffix Text","ib-counter"),value:b,onChange:function(e){n({numberSuffix:e})}}),Object(r.createElement)(c.TextControl,{label:Object(i.__)("Speed","ib-counter"),value:d,onChange:function(e){e=j(e),n({speed:e})}}),Object(r.createElement)(c.SelectControl,{label:Object(i.__)("Thousand Separator","ib-counter"),value:s,options:[{value:",",label:Object(i.__)("Comma","ib-counter")},{value:".",label:Object(i.__)("Dot","ib-counter")},{value:"none",label:Object(i.__)("None","ib-counter")}],onChange:function(e){return n({delimiter:e})}})),Object(r.createElement)(c.PanelBody,{title:Object(i.__)("Style","ib-counter"),initialOpen:!1},Object(r.createElement)(c.BaseControl,{label:Object(i.__)("Number Color","ib-counter")},Object(r.createElement)(l.ColorPalette,{value:p,onChange:function(e){return n({numberColor:e})}})),Object(r.createElement)(c.RangeControl,{label:Object(i.__)("Number Font Size","ib-counter"),value:g,onChange:function(e){return n({numberFontSize:e})},min:1,max:100,allowReset:!0}),Object(r.createElement)("hr",null),Object(r.createElement)(c.BaseControl,{label:Object(i.__)("Title Color","ib-counter")},Object(r.createElement)(l.ColorPalette,{value:m,onChange:function(e){return n({titleColor:e})}})),Object(r.createElement)(c.RangeControl,{label:Object(i.__)("Title Font Size","ib-counter"),value:f,onChange:function(e){n({titleFontSize:e})},min:1,max:100,allowReset:!0}),Object(r.createElement)("hr",null),Object(r.createElement)(c.RangeControl,{label:Object(i.__)("Spacing","ib-counter"),value:O,onChange:function(e){n({spacing:e})},min:-100,max:100,allowReset:!0})))},b=function(e){var t,n=e.attributes,o=e.setAttributes,a=n.alignment,c=n.startingNumber,b=n.endingNumber,s=n.numberPrefix,m=n.numberSuffix,f=n.title,d=n.delimiter,p=n.speed,g=n.titleFontSize,O=n.titleColor,j=n.numberFontSize,h=n.numberColor,v=n.spacing;return setTimeout((function(){"undefined"!=typeof ibCounter&&ibCounter()}),500),[Object(r.createElement)(r.Fragment,null,Object(r.createElement)(l.BlockControls,null,Object(r.createElement)(l.AlignmentToolbar,{value:a,onChange:function(e){o({alignment:e})}})),Object(r.createElement)(u,{attributes:n,setAttributes:o}),Object(r.createElement)("div",{className:(t=e.className,e.isSelected?t+" is-selected":t)},Object(r.createElement)("div",{className:"ib-counter-container",style:{textAlign:a}},Object(r.createElement)("div",{className:"ib-counter",style:{fontSize:j,color:h,marginBottom:v}},s&&Object(r.createElement)("span",{className:"ib-counter-number-prefix"},s),Object(r.createElement)("span",{className:"ib-counter-number","data-from-value":c,"data-to-value":b,"data-delimiter":d,"data-duration":p},c||"0"),m&&Object(r.createElement)("span",{className:"ib-counter-number-suffix"},m)),f&&Object(r.createElement)(l.RichText,{tagName:"div",className:"ib-counter-title",value:f,onChange:function(e){return o({title:e})},placeholder:Object(i.__)("Title","ib-counter"),allowedFormats:["core/bold","core/italic"],disableLineBreaks:!0,keepPlaceholderOnFocus:!0,style:{fontSize:g,color:O}}))))]},s=function(e){var t=e.attributes,n=t.alignment,o=t.startingNumber,i=t.endingNumber,a=t.numberPrefix,c=t.numberSuffix,u=t.title,b=t.delimiter,s=t.speed,m=t.titleFontSize,f=t.titleColor,d=t.numberFontSize,p=t.numberColor,g=t.spacing;return Object(r.createElement)("div",null,Object(r.createElement)("div",{className:"ib-counter-container",style:{textAlign:n}},Object(r.createElement)("div",{className:"ib-counter",style:{fontSize:d,color:p,marginBottom:g}},a&&Object(r.createElement)("span",{className:"ib-counter-number-prefix"},a),Object(r.createElement)("span",{className:"ib-counter-number","data-from-value":o,"data-to-value":i,"data-delimiter":b,"data-duration":s},o||"0"),c&&Object(r.createElement)("span",{className:"ib-counter-number-suffix"},c)),!l.RichText.isEmpty(u)&&Object(r.createElement)(l.RichText.Content,{tagName:"div",className:"ib-counter-title",value:u,style:{fontSize:m,color:f}})))},m={attributes:{}},f=n(4),d=(n(6),n(7),f.name),p=f.category,g=f.keywords,O=f.supports;Object(o.registerBlockType)(d,{title:Object(i.__)("Counter","ib-counter"),description:Object(i.__)("Show off numbers or stats on your website using animated Counter block for Gutenberg.","ib-counter"),icon:Object(r.createElement)((function(){return Object(r.createElement)(c.SVG,{"aria-hidden":!0,height:"24",width:"24",viewBox:"0 0 448 512"},Object(r.createElement)(c.Path,{d:"M424 192h-40V48a16 16 0 0 0-16-16h-12a16 16 0 0 0-13.57 7.52l-20 32A16 16 0 0 0 336 96h16v96h-40a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h112a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8zm-79.51 65.48a72 72 0 1 0 52.16 132c-8.84 31.22-35.92 54.86-69.08 58a8.07 8.07 0 0 0-7.57 7.92v16.07a8 8 0 0 0 8.38 8.05A112.15 112.15 0 0 0 432 367.86v-40a72.13 72.13 0 0 0-87.51-70.38zM360 367.86a40 40 0 1 1 40-40 40 40 0 0 1-40 40zM120.44 35.51a11.94 11.94 0 0 0-16.87 0l-84 82.32a12 12 0 0 0-.09 17l5.61 5.68a11.93 11.93 0 0 0 16.91.09l54-52.74V472a8 8 0 0 0 8 8h16a8 8 0 0 0 8-8V88.08l53.94 52.35a12 12 0 0 0 16.92 0l5.64-5.66a12 12 0 0 0 0-17z"}))}),null),category:p,keywords:g,supports:O,attributes:a,edit:b,save:s,example:m})}]);
关闭
保存