🎨 一些代码调整

This commit is contained in:
目棃
2024-12-06 14:36:30 +08:00
parent f4678be198
commit dd65bb565d
32 changed files with 401 additions and 589 deletions

View File

@@ -12,10 +12,7 @@
</div>
</template>
<script lang="ts" setup>
interface THomeCardProps {
append?: boolean;
}
type THomeCardProps = { append?: boolean };
const props = defineProps<THomeCardProps>();
</script>
<style lang="css" scoped>