zhong.shizeng

Results 14 issues of zhong.shizeng

qwen-vl model need message below: `[ { "role": "system", "content": [{"type": "text", "text": "You are a helpful assistant."}], }, { "role": "user", "content": [ { "type": "image_url", "image_url": { "url":...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 表单提交,期望如果是单选的时候,通过 transform 也能返回 items[0].answerData.keys 是一个字符串数组 但是 transform 没调用 ### 📷 复现步骤 ` import { ProForm, ProFormSelect, ProFormList, ProFormText, } from '@ant-design/pro-components'; // 假设 isMultiple...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 transform 中如何返回 新的namepath ,比如: ` { console.log("-------->ProFormDatePicker transform value:", value) const namePat2 = ['items', itemIdx, 'answerData', 'keys']; return { ['items', itemIdx, 'answerData', 'keys']: value };...