-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
403e06b
commit e4bf008
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule gods-pen
updated
22 files
+13 −3 | README.md | |
+2 −1 | package.json | |
+48 −40 | src/Editor.vue | |
+12 −0 | src/assets/image/bgblank.svg | |
+85 −28 | src/assets/js/common.js | |
+294 −0 | src/assets/style/cropper.css | |
+11 −8 | src/components/Node.vue | |
+75 −32 | src/components/Selecter.vue | |
+18 −11 | src/components/UploadImage.vue | |
+49 −20 | src/components/attr/Resource.vue | |
+48 −25 | src/components/style/Advanced.vue | |
+161 −61 | src/components/style/Base.vue | |
+9 −3 | src/components/style/Num.vue | |
+364 −25 | src/components/style/Position.vue | |
+9 −9 | src/config/local.js | |
+221 −0 | src/dialog/d-crop.vue | |
+2 −0 | src/dialog/d-saveCombinedComponent.vue | |
+0 −171 | src/dialog/d-savePageOrTemplate.vue | |
+12 −9 | src/extend/UploadImg.js | |
+7 −2 | src/extend/client/mixin.js | |
+25 −18 | src/store/metadata.js | |
+5 −0 | yarn.lock |