asemxin2000's picture
Deploy wechat-article-exporter to Space
6e41657 verified
Raw
History Blame Contribute Delete
352 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>