feat(web): 优化页面跳转和菜单展现
This commit is contained in:
@@ -1,16 +1,7 @@
|
||||
import {amisRender} from '../../util/amis.ts'
|
||||
|
||||
function Conversation() {
|
||||
return (
|
||||
<div className="conversation">
|
||||
{amisRender(
|
||||
{
|
||||
type: 'wrapper',
|
||||
body: [
|
||||
"逗你的,什么都没做,哎嘿!"
|
||||
],
|
||||
},
|
||||
)}
|
||||
Conversation
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user