add: more exp

This commit is contained in:
alivender
2025-05-20 18:04:25 +08:00
parent b6d8612e8c
commit ea7c2d425a
9 changed files with 1 additions and 1 deletions

View File

@@ -115,7 +115,7 @@ onMounted(async () => {
// 尝试读取doc.md获取标题
let title = `例程 ${id}`;
let description = "点击加载此例程";
let thumbnail = `/doc/${id}/images/1.png`; // 默认使用第一张图片作为缩略图
let thumbnail = `/doc/${id}/cover.png`; // 默认使用第一张图片作为缩略图
try {
// 尝试读取文档内容获取标题