1
0

feat: 添加文章标签和更新日期信息显示

This commit is contained in:
2025-10-08 19:00:41 +08:00
parent 0a9d6b4622
commit fc400bca79
4 changed files with 92 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
import DefaultTheme from 'vitepress/theme';
import CustomLayout from './layout/CustomLayout.vue';
import './style/custom.less';
export default DefaultTheme;
export default {
extends: DefaultTheme,
Layout: CustomLayout,
};