yt-chat-components 1.9.5 → 1.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -626,7 +626,7 @@ export class ToolDialogV2 extends React.Component {
|
|
|
626
626
|
}
|
|
627
627
|
</div>
|
|
628
628
|
</div>
|
|
629
|
-
<div className={'p_footer'}><span style={{ fontSize: 16,...footerStyle }}>{footerContent}
|
|
629
|
+
<div className={'p_footer'}><span style={{ fontSize: 16,...footerStyle }}>{footerContent||'技术支持:北京云图科技有限公司'}</span></div>
|
|
630
630
|
</div>
|
|
631
631
|
</div>
|
|
632
632
|
);
|