mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 12:37:20 +08:00
chore: hide mock data
This commit is contained in:
parent
559d014b29
commit
64897bc6fe
@ -53,13 +53,13 @@ const Right = ({
|
|||||||
const bottomPanelWidth = useStore(s => s.bottomPanelWidth)
|
const bottomPanelWidth = useStore(s => s.bottomPanelWidth)
|
||||||
const setShowVariableInspectPanel = useStore(s => s.setShowVariableInspectPanel)
|
const setShowVariableInspectPanel = useStore(s => s.setShowVariableInspectPanel)
|
||||||
const setCurrentFocusNodeId = useStore(s => s.setCurrentFocusNodeId)
|
const setCurrentFocusNodeId = useStore(s => s.setCurrentFocusNodeId)
|
||||||
// const isTruncated = currentNodeVar?.var.is_truncated
|
const isTruncated = currentNodeVar?.var.is_truncated
|
||||||
// const fullContent = currentNodeVar?.var.full_content
|
const fullContent = currentNodeVar?.var.full_content
|
||||||
const isTruncated = true
|
// const isTruncated = true
|
||||||
const fullContent = {
|
// const fullContent = {
|
||||||
size_bytes: 11289600,
|
// size_bytes: 11289600,
|
||||||
download_url: 'https://upload.dify.ai/files/222bc6e7-40bd-4433-9ba8-4b9ecda88b14/file-preview?timestamp=1754976824&nonce=d970eb39b119f76ec94a9b026f2825b3&sign=ltJO4vS0jrwxuBl4GU74E1Sg_Tia2Y4g2LoBoPh3970=&as_attachment=true',
|
// download_url: 'https://upload.dify.ai/files/222bc6e7-40bd-4433-9ba8-4b9ecda88b14/file-preview?timestamp=1754976824&nonce=d970eb39b119f76ec94a9b026f2825b3&sign=ltJO4vS0jrwxuBl4GU74E1Sg_Tia2Y4g2LoBoPh3970=&as_attachment=true',
|
||||||
}
|
// }
|
||||||
|
|
||||||
const {
|
const {
|
||||||
resetConversationVar,
|
resetConversationVar,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user