feat(web): 优化页面跳转和菜单展现

This commit is contained in:
v-zhangjc9
2025-05-12 15:59:46 +08:00
parent 1e7b195f9f
commit b0603d10bc
19 changed files with 336 additions and 209 deletions

View File

@@ -1,16 +1,7 @@
import {amisRender} from '../../util/amis.ts'
function Conversation() {
return (
<div className="conversation">
{amisRender(
{
type: 'wrapper',
body: [
"逗你的,什么都没做,哎嘿!"
],
},
)}
Conversation
</div>
)
}

View File

@@ -0,0 +1,9 @@
function Inspection() {
return (
<div className="inspection">
</div>
)
}
export default Inspection