Hankz

Results 4 issues of Hankz

棋盘中心点检测需考虑小人比下一个棋盘要高的可能,所以 startX 应该在小人之后(下一个棋盘在右边),或者 startX 为 0(下一个棋盘在小人的左边)。代码未验证过,仅提供参考。 ![image](https://user-images.githubusercontent.com/2987435/34639946-6b5022a8-f324-11e7-9334-257aecf7254a.png)

1、棋盘表面非纯色或色彩复杂时不一定可以检测到底部顶点: ![table11](https://user-images.githubusercontent.com/2987435/34640008-f2bff276-f325-11e7-8367-0c05b07de99b.png) ![image](https://user-images.githubusercontent.com/2987435/34640018-265ea3ac-f326-11e7-8b40-82ca7c70aa7f.png) 2、其他地方出现了和棋盘一样的颜色可能会误导底部顶点位置的判断: ![image](https://user-images.githubusercontent.com/2987435/34640068-db38b13c-f326-11e7-89db-9bf6b45c856f.png) 也许后面微信会把棋盘表面弄个更加复杂,像素检测的方式基本行不通了。 3、对于已经出现中心点提示的,可以指定定位到这里,避免不必要的检测: ![image](https://user-images.githubusercontent.com/2987435/34640087-3cefd2ac-f327-11e7-95ed-a2e5a984fd28.png) ![image](https://user-images.githubusercontent.com/2987435/34640095-4fe408e2-f327-11e7-89a8-183647680e17.png)

``` sass @for $i from 1 to 7{ .life#{$i}{ z-index: 10 - $i; @include img-decoration-life(life#{$i}); background-image:none; } } ``` output: ``` sass @for $i from 1 to 7 { .life#...

### What problem will this feature address? Currently, multiple projects in one monorepo will all autodeploy after git push, however there's only one project need to be redeploy. ### Describe...

enhancement