feat(web): 更换页面框架为pro-layout
This commit is contained in:
18
service-web/client/src/pages/ai/Conversation.tsx
Normal file
18
service-web/client/src/pages/ai/Conversation.tsx
Normal file
@@ -0,0 +1,18 @@
|
||||
import {amisRender} from '../../util/amis.ts'
|
||||
|
||||
function Conversation() {
|
||||
return (
|
||||
<div className="conversation">
|
||||
{amisRender(
|
||||
{
|
||||
type: 'wrapper',
|
||||
body: [
|
||||
"逗你的,什么都没做,哎嘿!"
|
||||
],
|
||||
},
|
||||
)}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Conversation
|
||||
Reference in New Issue
Block a user