Files
AcgStyleBlog/frontend/src/views/admin/PostManage.vue

9 lines
253 B
Vue

<template>
<div class="post-manage">
<h1 class="text-2xl font-bold mb-6">文章管理</h1>
<div class="glass rounded-xl p-6">
<p class="text-gray-600 dark:text-gray-400">文章管理功能开发中...</p>
</div>
</div>
</template>