调整线稿选项位置

This commit is contained in:
itorr
2023-07-15 06:51:02 +08:00
parent 93774d9a2c
commit 918fccdbfa

View File

@@ -97,7 +97,6 @@ const Convolutes = {
// 0, -1, 0 // 0, -1, 0
// ], // ],
// '极细': creatConvoluteAverage(3), // '极细': creatConvoluteAverage(3),
'线稿': null,
'精细': creatConvoluteAverage(5), '精细': creatConvoluteAverage(5),
'一般': creatConvoluteAverage(7), '一般': creatConvoluteAverage(7),
'稍粗': creatConvoluteAverage(9), '稍粗': creatConvoluteAverage(9),
@@ -133,7 +132,8 @@ const Convolutes = {
1, 1, 1, 1, 1, 1,
1, 1, -1, 1, 1, -1,
-1, -1, -1 -1, -1, -1
] ],
'线稿': null,
} }
const style = { const style = {