Results 5 issues of Lei Wang

For example: `@{/order/{id}/details(id=3,action=${action})}` when the variable `action` is null, the expression results to: `/order/3/details?action=` Can we lose the 'action=' part in this case? [Related stackoverflow question](https://stackoverflow.com/questions/32087808/optional-parameters-in-thymeleaf-url)

needs triage

Add "ddm_" prefix to res items; Change divider implementation; Change minSdkVersion to 14; Bump buildToolsVersion and gradle plugin version; Update .gitignore

## 遇到的问题 因为`bindsuccess`/`bindfail`回调只校验`models`中改变了的字段,而不是所有字段,组件外部需要知道校验的是哪些字段,用于显示相应字段的校验状态。 https://github.com/wechat-miniprogram/weui-miniprogram/blob/6cb2073e465b49a921fce73657be1faf165e8f6a/src/form/form.ts#L94 ## 特性方案 `bindsuccess`回调中带上参与校验的字段名称(`prop`)数组。

## Bug描述 WeUI Icon 高度不等于指定的size并且垂直不居中 ## 复现方式 1. 引入[mp-icon](https://developers.weixin.qq.com/miniprogram/dev/extended/weui/icon.html) 2. wxml中添加`` 3. 如以下截图所示,icon高度不等于指定的size并且垂直不居中。![屏幕截图 2021-07-18 173133](https://user-images.githubusercontent.com/5423309/126062538-cfee4531-846c-4a29-a853-d95278fdb7d7.png) ## 版本信息 - weui 版本 [useExtendedLib 引入则直接填写 useExtendedLib] : useExtendedLib (IDE 1.05.2107090)

[这一行](https://github.com/TencentCloudBase/cloudbase-cli/blob/19a8fab903a8bad8a4025980033802eae2c79663/src/commands/hosting/hosting.ts#L99)调用了`checkFullAccess`而不是`checkReadable`,为什么?