|
|
@@ -70,6 +70,11 @@ export default function Index({ agentId }: IProps) {
|
|
|
<NavBarNormal blur scrollFadeIn scrollFadeInDelta={240} leftColumn={Logo}></NavBarNormal>
|
|
|
{renderDefaultPlaceholder()}
|
|
|
<View className="blur-rounded-container">
|
|
|
+ <view className="bubble-wrapper">
|
|
|
+ <view className="bubble">
|
|
|
+ 这是一个带阴影的圆润气泡框
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
{(!!agent) ? <AgentActionBar isVisitor={false} agent={agent}></AgentActionBar> : <></>}
|
|
|
<View className={`flex flex-col gap-12 w-full p-16`}>
|
|
|
<ComponentList components={components}></ComponentList>
|