deploy: auto commit uniapp changes 2026-07-04 23:59:31

This commit is contained in:
hajimi
2026-07-04 23:59:31 +08:00
parent 6081254d63
commit 675246cde2
2 changed files with 28 additions and 44 deletions
-20
View File
@@ -8,9 +8,6 @@
<text class="community-header__search-text">搜索世博头条</text>
</view>
<AiAssistantEntry size="large" />
<view class="community-header__publish" @tap="goPublish">
<text class="community-header__publish-icon">+</text>
</view>
</view>
</view>
@@ -399,23 +396,6 @@ const handleAiAnalysis = (post: any) => {
color: #808080;
}
&__publish {
width: 68rpx;
height: 68rpx;
display: flex;
align-items: center;
justify-content: center;
background: #E5EDFF;
border-radius: 12rpx;
flex-shrink: 0;
}
&__publish-icon {
font-size: 40rpx;
color: #185dff;
font-weight: 300;
line-height: 1;
}
}
.community-tags {