feat: Add the `GGEditor` demo (#3810)
* feat: Add the `GGEditor` demo * style: Update the size of the card * feat: Extract the `MenuItem` and `ToolbarButton` components * feat: Add the shape type of the line * feat: Extract the `DetailForm` components * feat: add PageHeader * fix: add all local laug * fix: Fix the height of the editor
Showing
... | @@ -39,6 +39,7 @@ | ... | @@ -39,6 +39,7 @@ |
"classnames": "^2.2.6", | "classnames": "^2.2.6", | ||
"dva": "^2.4.1", | "dva": "^2.4.1", | ||
"enquire-js": "^0.2.1", | "enquire-js": "^0.2.1", | ||
"gg-editor": "^2.0.2", | |||
"hash.js": "^1.1.7", | "hash.js": "^1.1.7", | ||
"lodash": "^4.17.11", | "lodash": "^4.17.11", | ||
"lodash-decorators": "^6.0.1", | "lodash-decorators": "^6.0.1", | ||
... | ... |
src/locales/en-US/editor.js
0 → 100644
src/locales/pt-BR/editor.js
0 → 100644
src/locales/zh-CN/editor.js
0 → 100644
src/locales/zh-TW/editor.js
0 → 100644
Please register or sign in to comment