perf: 优化滤镜模糊问题,默认不开启

This commit is contained in:
奔跑的面条
2022-09-19 17:51:12 +08:00
8 changed files with 26 additions and 4 deletions
+2
View File
@@ -93,6 +93,8 @@ export type EditCanvasConfigType = {
[EditCanvasConfigEnum.PROJECT_NAME]: string,
// 项目描述
[EditCanvasConfigEnum.REMARKS]: string,
// 滤镜-启用
[FilterEnum.FILTERS_SHOW]: boolean
// 滤镜-色相
[FilterEnum.HUE_ROTATE]: number
// 滤镜-饱和度
@@ -97,6 +97,8 @@ export const useChartEditStore = defineStore({
width: 1920,
// 默认高度
height: 1080,
// 启用滤镜
filterShow: false,
// 色相
hueRotate: 0,
// 饱和度