feat: 提示词优化

This commit is contained in:
2026-05-14 15:54:03 +08:00
parent 48517a36c6
commit 29338ec706
2 changed files with 6 additions and 6 deletions

View File

@@ -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"