Skip to content

Commit

Permalink
依赖优化
Browse files Browse the repository at this point in the history
  • Loading branch information
zdhxiong committed Jul 23, 2020
1 parent f075446 commit e84a7a4
Show file tree
Hide file tree
Showing 13 changed files with 1,919 additions and 15 deletions.
1,501 changes: 1,499 additions & 2 deletions dist/css/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/editor.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/editor.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/editor.min.css.map

Large diffs are not rendered by default.

393 changes: 393 additions & 0 deletions dist/icons/material-icons/LICENSE.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/icons/material-icons/MaterialIcons-Regular.ijmap

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/js/editor.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/editor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/editor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no">
<meta http-equiv="Cache-Control" content="no-siteapp"/>
<title>mdui-editor 示例</title>
<link rel="stylesheet" href="../node_modules/mdui/dist/css/mdui.css"/>
<link rel="stylesheet" href="../dist/css/editor.css"/>
<style>
.editor {
Expand Down
24 changes: 19 additions & 5 deletions src/index.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
//@import '~mdui/src/components/button/index';
//@import '~mdui/src/components/textfield/index';
//@import '~mdui/src/components/dialog/alert';
//@import '~mdui/src/components/dialog/prompt';
//@import '~mdui/src/styles/typo';
@globalPrimaryColors: null;
@globalPrimaryColorDegrees: null;
@globalAccentColors: null;
@globalAccentColorDegrees: null;
@globalLayoutDark: false;
@globalLayoutAuto: false;
@import './node_modules/mdui/src/styles/mixin.less';
@import './node_modules/mdui/src/styles/variable.less';
@import (inline) './node_modules/normalize.css/normalize.css';
@import './node_modules/mdui/src/styles/global.less';
@import './node_modules/mdui/src/components/button/index.less';
@import './node_modules/mdui/src/components/textfield/index.less';
@import './node_modules/mdui/src/components/dialog/alert.less';
@import './node_modules/mdui/src/components/dialog/confirm.less';
@import './node_modules/mdui/src/components/dialog/prompt.less';
@import './node_modules/mdui/src/components/toolbar/index.less';
@import './node_modules/mdui/src/styles/icon.less';
@import './node_modules/mdui/src/styles/material-icons.less';
@import './node_modules/mdui/src/styles/typo.less';

.mdui_editor-toolbar {
display: flex;
Expand Down

0 comments on commit e84a7a4

Please sign in to comment.