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

@@ -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;
}