feat: 一些调整

This commit is contained in:
2026-05-14 11:23:03 +08:00
parent 2b908436fd
commit b48426fc84
12 changed files with 20 additions and 15 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -1,11 +1,15 @@
<template>
<view class="module-header mb-4">
<text class="module-title">{{ title }}</text>
<image class="underline" src="./images/wave_icon.png" mode="aspectFill" />
<image class="underline" :src="isZhiNian ? indicatorSrcB : indicatorSrc" mode="aspectFill" />
</view>
</template>
<script setup>
import { isZhiNian } from "@/constant/base";
import indicatorSrc from "./images/wave_icon.png";
import indicatorSrcB from "./images/wave_icon_b.png";
defineProps({
title: {
type: String,