feat: 提示词优化
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
<view class="flex flex-col flex-full min-width-0 mr-12">
|
||||
<view class="flex flex-row flex-items-center flex-justify-between min-width-0">
|
||||
<text class="flex-full min-width-0 font-size-20 font-600 color-white ellipsis-1">{{ mainPageDataModel.welcomeContent }}</text>
|
||||
<text class="flex-shrink-0 font-size-20 font-500 color-white mt-4"> {{ weatherText }} </text>
|
||||
<text class="flex-shrink-0 font-size-20 font-600 color-white mt-4"> {{ weatherText }} </text>
|
||||
</view>
|
||||
|
||||
<NoticeMessage :sceneName="props.mainPageDataModel.sceneName" />
|
||||
<NoticeMessage :tipsMessage="props.mainPageDataModel.tipsMessage" />
|
||||
</view>
|
||||
|
||||
<SpriteAnimator :src="spriteStyle.ipLargeImage" :frameWidth="spriteStyle.frameWidth"
|
||||
|
||||
Reference in New Issue
Block a user