(feature)(webapp) add show case and support multiple selection and deletion of filter conditions (#251)

This commit is contained in:
williamhliu
2023-10-18 09:56:35 +08:00
committed by GitHub
parent 8d81f63e08
commit 36052cb4f2
36 changed files with 492 additions and 134 deletions

View File

@@ -5,7 +5,7 @@ import './styles/index.less';
// import ChatDemo from './demo/ChatDemo';
// import CopilotDemo from './demo/CopilotDemo';
// const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement);
// root.render(<Chat />);
// root.render(<ChatDemo />);
export { default as Chat } from './Chat';
@@ -15,6 +15,8 @@ export { default as ChatMsg } from './components/ChatMsg';
export { default as ChatItem } from './components/ChatItem';
export { default as ShowCase } from './ShowCase';
export type {
SearchRecommendItem,
FieldType,