Skip to content

Commit

Permalink
refactor(属性面板): 拆分单个属性组件
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaojob committed May 21, 2024
1 parent 0a8fb97 commit 62858a8
Show file tree
Hide file tree
Showing 37 changed files with 3,339 additions and 1,042 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"@kuaitu/core": "workspace:^",
"@vueuse/core": "^10.1.0",
"axios": "^1.3.4",
"color-gradient-picker-vue3": "^2.0.7",
"dayjs": "^1.11.11",
"events": "^3.3.0",
"fabric": "^5.3.0",
Expand Down Expand Up @@ -76,4 +75,4 @@
"prettier --write"
]
}
}
}
4 changes: 2 additions & 2 deletions packages/core/plugin/ControlsPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: 秦少卫
* @Date: 2023-06-13 23:00:43
* @LastEditors: 秦少卫
* @LastEditTime: 2024-04-10 17:32:54
* @LastEditTime: 2024-05-21 15:07:27
* @Description: 控制条插件
*/

Expand Down Expand Up @@ -231,7 +231,7 @@ class ControlsPlugin {
}
init() {
// 删除图标
deleteControl(this.canvas);
// deleteControl(this.canvas);
// 顶点图标
peakControl();
// 中间横杠图标
Expand Down
346 changes: 177 additions & 169 deletions src/components/align.vue

Large diffs are not rendered by default.

Loading

0 comments on commit 62858a8

Please sign in to comment.