Antigravity
Initialize wechat-article without git history and binary assets
70e483f
Raw
History Blame Contribute Delete
340 Bytes
<template>
<UCard class="mx-4 mt-10 flex-1">
<template #header>
<h3 class="text-2xl font-semibold">显示</h3>
<p class="text-sm text-slate-10 font-serif">配置文章下载页面的显示选项</p>
</template>
<div class="flex flex-col space-y-5"></div>
</UCard>
</template>
<script setup lang="ts"></script>