瀏覽代碼

修复丢失JS文件的BUG

master
youseries 6 年之前
父節點
當前提交
5f0ff06f3b
  1. 117
      ureport2-console/src/main/resources/ureport-asserts/js/designer.bundle.js
  2. 11
      ureport2-console/src/main/resources/ureport-asserts/js/searchform.bundle.js
  3. 10
      ureport2-js/css/iconfont.css
  4. 二進制
      ureport2-js/css/iconfont.eot
  5. 二進制
      ureport2-js/css/iconfont.ttf
  6. 1
      ureport2-js/webpack.config.js
  7. 1
      ureport2-js/webpack.config.min.js

117
ureport2-console/src/main/resources/ureport-asserts/js/designer.bundle.js

File diff suppressed because one or more lines are too long

11
ureport2-console/src/main/resources/ureport-asserts/js/searchform.bundle.js

File diff suppressed because one or more lines are too long

10
ureport2-js/css/iconfont.css

@ -24,6 +24,8 @@
.ureport-crosstab:before { content: "\e60b"; }
.ureport-subreport:before { content: "\e64f"; }
.ureport-barcode:before { content: "\e6f8"; }
.ureport-underline:before { content: "\e8ab"; }
@ -60,6 +62,8 @@
.ureport-x-xlsx:before { content: "\e690"; }
.ureport-copy:before { content: "\e62f"; }
.ureport-pie:before { content: "\e602"; }
.ureport-save:before { content: "\e86f"; }
@ -108,12 +112,16 @@
.ureport-undo:before { content: "\e74a"; }
.ureport-title:before { content: "\e712"; }
.ureport-no-border:before { content: "\e600"; }
.ureport-aligncenter:before { content: "\e888"; }
.ureport-word:before { content: "\e605"; }
.ureport-summary:before { content: "\e749"; }
.ureport-doughnut:before { content: "\e88c"; }
.ureport-preview:before { content: "\e60f"; }
@ -160,3 +168,5 @@
.ureport-header-repeat:before { content: "\e696"; }
.ureport-paste:before { content: "\e612"; }

二進制
ureport2-js/css/iconfont.eot

Binary file not shown.

二進制
ureport2-js/css/iconfont.ttf

Binary file not shown.

1
ureport2-js/webpack.config.js

@ -5,6 +5,7 @@ var webpack = require('webpack');
module.exports = {
entry: {
designer:'./src/index.js',
searchform:'./src/form/index.js',
preview:'./src/preview.js'
},
output: {

1
ureport2-js/webpack.config.min.js

@ -6,6 +6,7 @@ var WebpackCleanupPlugin = require('webpack-cleanup-plugin');
module.exports = {
entry: {
designer:'./src/index.js',
searchform:'./src/form/index.js',
preview:'./src/preview.js'
},
output: {

Loading…
取消
儲存