debug
All checks were successful
Release / deploy (push) Successful in 2m3s

This commit is contained in:
2024-03-24 20:10:21 +08:00
parent 24a5d2f2d2
commit ada7782a19
2 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,6 @@ hide_title: true
sidebar_position: 1
---
# BLOG
好记性不如烂笔头,自从工作以后写得越来越少了,在大学时还时不时的写点,现在回顾起来,感觉不到工作后的任何积累,写作水平也比以前差了不少,实在惭愧。
自前段时间看了大佬们的博客,下定决心重新开写,重新整理了一下过往的文章,~~黑历史去掉~~,然后重新挑选了一个博客程序,你感兴趣的话可以看看[blog](https://github.com/codfrm/blog)仓库,这个仓库之前也有一些代码记录,已经移动到了[archive](https://github.com/CodFrm/blog/tree/main/archive)目录下。

View File

@ -61,6 +61,7 @@ export default async function pluginContentDocs(
// 非生产、非debug模式 直接生产假数据
detail.create_date = new Date();
detail.update_date = new Date();
detail.reading_time.text = "debug time";
doc.detail = detail;
return;
}