feat: tab 的点击交互

This commit is contained in:
2026-05-14 14:43:23 +08:00
parent 199c418225
commit 83d4066f72
5 changed files with 61 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ import SpriteAnimator from "@/components/Sprite/SpriteAnimator.vue";
import NoticeMessage from "../NoticeMessage/index.vue";
import { getLocalWeather } from "@/request/api/MainPageDataApi";
const weatherText = ref("26°C ☀️");
const weatherText = ref('');
const props = defineProps({
mainPageDataModel: {