fix: 解决全局滤镜导致TS打包报错问题,修改壁纸不更随滤镜变换的问题

This commit is contained in:
奔跑的面条
2022-05-04 13:21:27 +08:00
parent 3d1ed95bed
commit b402969a44
4 changed files with 37 additions and 2 deletions
@@ -82,6 +82,12 @@ export const useChartEditStore = defineStore({
brightness: 1,
// 透明度
opacity: 1,
// 变换(暂不更改)
rotateZ: 0,
rotateX: 0,
rotateY: 0,
skewX: 0,
skewY: 0,
// 默认背景色
background: undefined,
backgroundImage: undefined,