feat(web): share chat & app chat support files

This commit is contained in:
zhaoying
2026-02-06 21:11:51 +08:00
parent 2db583d62d
commit 6849c620b8
34 changed files with 1571 additions and 251 deletions

View File

@@ -140,6 +140,8 @@ const Agent = forwardRef<AgentRef>((_props, ref) => {
const values = Form.useWatch<Config>([], form)
const [isSave, setIsSave] = useState(false)
const initialized = useRef(false)
console.log('chatList', chatList)
// Initialization flag
useEffect(() => {