Kairee Wu
Kairee Wu
### Demo code: ```php public function index(Validation\ValidationInterface $validation) { $validator = $validation->validate( $this->request->data->all(), [ 'name' => 'string', 'age' => 'int', 'birthday' => 'datetime::valid', 'subscribe' => 'bool', "balance" => 'double' ]...
I build a [new skin](/krwu/ServerStatus-web) for this project with typescript, react and Ant Design. **Features** - better responsive web design - multiple language support (built-in English, Simplified Chinese, Traditional Chinese]...
### tdesign-vue-next 版本 1.11.5 ### 重现链接 https://stackblitz.com/edit/tdesign-alert-issue?file=src%2FApp.vue ### 重现步骤 ```vue import { ref } from 'vue'; const message = ref(''); const onClose = () => { message.value = ''; };...