Spaces:
Sleeping
Sleeping
File size: 352 Bytes
6e41657 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | <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>
|