deploy: auto commit repo-root changes 2026-07-05 00:04:07

This commit is contained in:
hajimi
2026-07-05 00:04:07 +08:00
parent 354b100558
commit 9f85b559b0
@@ -7,9 +7,6 @@
<text class="community-header__search-icon">🔍</text> <text class="community-header__search-icon">🔍</text>
<text class="community-header__search-text">搜索世博头条</text> <text class="community-header__search-text">搜索世博头条</text>
</view> </view>
<view class="community-header__publish" @tap="goPublish">
<text class="community-header__publish-icon">+</text>
</view>
</view> </view>
</view> </view>
@@ -397,23 +394,6 @@ const handleAiAnalysis = (post: any) => {
color: #808080; 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 { .community-tags {