diff --git a/README.md b/README.md index 19e9f01..b766de6 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # 🧸「One Last Image」One Last Kiss 风格封面生成器 + + \ No newline at end of file diff --git a/html/document.js b/html/document.js index 8daec37..2666891 100644 --- a/html/document.js +++ b/html/document.js @@ -104,11 +104,12 @@ const Convolutes = { // 3, 2, -2, // 0, -1, 0 // ], - '极精细': creatConvoluteAverage(3), + '极细': creatConvoluteAverage(3), '精细': creatConvoluteAverage(5), '一般': creatConvoluteAverage(7), - '粗线条': creatConvoluteAverage(9), + '稍粗': creatConvoluteAverage(9), '超粗': creatConvoluteAverage(11), + '极粗': creatConvoluteAverage(13), // '12421': [ // -3,2,-3, // 2,4, 2, @@ -119,7 +120,7 @@ const Convolutes = { // -1 , 9 ,-1 , // -1 ,-1 ,-1 , // ], - '25,-1,24':creatConvoluteCenterHigh(5,24), + // '25,-1,24':creatConvoluteCenterHigh(5,24), // '25,-1,25': creatConvoluteCenterHigh(5,25), // '25,-1,26': [ // -1 , -1 , -1 , -1 , -1 , @@ -135,7 +136,7 @@ const Convolutes = { // -1 , 0 , 0 , 0 , -1 , // -1 , -1 , -1 , -1 , -1 , // ], - '浮雕': [ + '雕刻': [ 1, 1, 1, 1, 1, -1, -1, -1, -1 diff --git a/html/index.html b/html/index.html index 010f3d4..9b82950 100644 --- a/html/index.html +++ b/html/index.html @@ -95,7 +95,7 @@ canvas{