delen

Results 6 issues of delen

``` // src/scripts/core/constants.js export const WallTypes = Enum('STRAIGHT', 'CURVED'); ``` I saw wallType can be CURVED, but i can't find how to draw a curved wall, This function is a...

![image](https://user-images.githubusercontent.com/19562658/135409553-2bba3530-9c26-4476-bb27-267e576307f0.png) Added body painting to make it more three-dimensional when the character is sideways, thanks

新增q-learning算法

二维码一共有40个尺寸。官方叫版本Version。Version 1是21 x 21的矩阵,Version 2是 25 x 25的矩阵,Version 3是29的尺寸,每增加一个version,就会增加4的尺寸,公式是:(V-1)*4 + 21(V是版本号) 最高Version 40,(40-1)*4+21 = 177,所以最高是177 x 177 的正方形。 typeNumber 不易于理解表示为二维码的version,故改为version

### 这个功能解决了什么问题 https://codesandbox.io/s/fftm3y?file=/src/demo.vue 不支持键盘操作 1. form 组件的 formItem 组件 如 checkbox switch datepick 如果 没有用input 或者 button 这些语意化的标签, 键盘 tab 或者 enter 操作无法控制,而antdv 和 element 都是支持 tab切换,enter选择,上下左右选择内容的 2. select 需要打开之后才能支持,如果只是聚焦上去,是无法展开select的,如果点击enter就变成...

💪🏻 enhancement
keyboard