refactor: 优化控制台、博客、资源语义化

This commit is contained in:
2025-12-20 23:08:30 +08:00
parent 5d62fd89b9
commit fbc12f97db
3 changed files with 16 additions and 2 deletions

View File

@@ -24,6 +24,12 @@ const getBlogDetailUrl = (id: string): string => {
return `/blog/${encoded}`;
};
export const metadata = {
title: '日志 - 特恩的日志',
description: '我随便发点,你也随便看看~',
};
export default async function Blog() {
let errorMsg = '';
const blogs = await BlogAPI.list().catch(e => {