<cn>
#### 半星
支持选中半星。
</cn>

<us>
#### Half star
Support select half star.
</us>

```vue
<template>
  <a-rate :default-value="2.5" allow-half />
</template>
```
