deploy: auto commit repo-root changes 2026-06-24 00:25:10

This commit is contained in:
hajimi
2026-06-24 00:25:10 +08:00
parent 2ec3b2dab5
commit 0d985506ba
84 changed files with 81 additions and 79 deletions
@@ -403,7 +403,7 @@ watch(effectivePath, () => {
}
.global-popup__btn {
margin: 0 40rpx 32rpx;
margin: 32rpx 40rpx 32rpx;
background: #0b55eb;
border-radius: 40rpx;
padding: 24rpx 0;
+2
View File
@@ -57,6 +57,7 @@
<MpPrivacyPopup></MpPrivacyPopup>
<!-- #endif -->
<GlobalPopup />
</view>
</template>
@@ -70,6 +71,7 @@ import AiAssistantEntry from '@/components/ai-assistant-entry/ai-assistant-entry
import FeedCard from '@/components/feed-card/feed-card.vue'
import FeedTranslateCard from '@/components/feed-translate-card/feed-translate-card.vue'
import FeedVideoCard from '@/components/feed-video-card/feed-video-card.vue'
import GlobalPopup from '@/components/global-popup/global-popup.vue'
import UIcon from '@/uni_modules/vk-uview-ui/components/u-icon/u-icon.vue'
import ULoading from '@/uni_modules/vk-uview-ui/components/u-loading/u-loading.vue'