diff --git a/docs/asset-manifest.json b/docs/asset-manifest.json index d3d9446..c0edda4 100644 --- a/docs/asset-manifest.json +++ b/docs/asset-manifest.json @@ -1,6 +1,6 @@ { - "index.css": "static/css/index.7bdb3b1e.chunk.css", - "index.js": "static/js/index.7bdb3b1e.chunk.js", + "index.css": "static/css/index.3607361f.chunk.css", + "index.js": "static/js/index.3607361f.chunk.js", "runtime-index.js": "static/js/runtime-index.70097ef2.js", "static/js/2.fa911bdb.chunk.js": "static/js/2.fa911bdb.chunk.js", "index.html": "index.html" diff --git a/docs/index.html b/docs/index.html index 77d69b7..2c92a15 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1 +1 @@ -popup
\ No newline at end of file +popup
\ No newline at end of file diff --git a/docs/static/css/index.7bdb3b1e.chunk.css b/docs/static/css/index.3607361f.chunk.css similarity index 100% rename from docs/static/css/index.7bdb3b1e.chunk.css rename to docs/static/css/index.3607361f.chunk.css diff --git a/docs/static/js/index.3607361f.chunk.js b/docs/static/js/index.3607361f.chunk.js new file mode 100644 index 0000000..16a1a68 --- /dev/null +++ b/docs/static/js/index.3607361f.chunk.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{123:function(e,t,n){},124:function(e,t,n){},125:function(e,t,n){},139:function(e,t,n){"use strict";n.r(t);var a=n(0),i=n.n(a),o=n(4),s=n.n(o),r=(n(123),n(124),n(125),n(20),n(127),n(21),n(22),n(23),n(1)),l=n.n(r),c=(n(8),n(3),n(9)),d=n.n(c),p=n(2),u=n.n(p),m=(n(77),n(82),n(84)),f=n.n(m),v=n(28),k=n.n(v),h=n(37),b=n.n(h),E=n(27),y=n(16),g=n(54);var C=function(e){d()(n,e);var t;t=n;function n(){for(var t,n=arguments.length,a=new Array(n),i=0;i { let rootComponentProps: {} = { ...rootProps, - className: classnames(rootClassName, rootProps!.className), + className: classnames(`${prefixCls}-root`, rootClassName, rootProps!.className), style: { ...rootStyle, ...rootProps!.style,