mirror of
https://github.com/itorr/one-last-image.git
synced 2026-01-02 20:06:03 +08:00
调整线稿选项位置
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user