mirror of
https://github.com/itorr/one-last-image.git
synced 2026-01-02 11:56:02 +08:00
改了下默认参数
This commit is contained in:
@@ -138,7 +138,7 @@ const Convolutes = {
|
||||
const style = {
|
||||
zoom:1,
|
||||
light:0,
|
||||
shadeLimit: 80,
|
||||
shadeLimit: 108,
|
||||
shadeLight: 40,
|
||||
// s:80,
|
||||
// l:50,
|
||||
|
||||
@@ -26,7 +26,8 @@
|
||||
@touchstart.prevent="toDiff()"
|
||||
@touchend.prevent="diff = false"
|
||||
@mousedown.prevent="toDiff()"
|
||||
@mouseup.prevent="diff = false">
|
||||
@mouseup.prevent="diff = false"
|
||||
@mouseout.prevent="diff = false">
|
||||
<img ref="img"
|
||||
src="images/asuka-8.jpg"
|
||||
:src="src"
|
||||
|
||||
Reference in New Issue
Block a user