调整默认参数

This commit is contained in:
itorr
2022-08-15 21:37:17 +08:00
parent e86472f0b4
commit c27d600f79
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ html/images/*
参考/* 参考/*
note.md note.md
演示用截图/* 演示用截图/*
vue.2.6.11.min.js

View File

@@ -139,7 +139,7 @@ const style = {
zoom:1, zoom:1,
light:0, light:0,
shadeLimit: 108, shadeLimit: 108,
shadeLight: 120, shadeLight: 80,
// s:80, // s:80,
// l:50, // l:50,
shade: true, shade: true,

View File

@@ -235,7 +235,7 @@
</div> </div>
</div> </div>
<script src="https://lab.magiconch.com/vue.2.6.11.min.js"></script> <script src="/vue.2.6.11.min.js"></script>
<script src="color.js"></script> <script src="color.js"></script>
<script src="lyric.js"></script> <script src="lyric.js"></script>
<!-- <script src="bezier-easing.js"></script> --> <!-- <script src="bezier-easing.js"></script> -->