add: more exp markdown

This commit is contained in:
alivender
2025-05-20 10:51:38 +08:00
parent cc83133a6c
commit 09b8f676ba
40 changed files with 2398 additions and 489 deletions

View File

@@ -104,7 +104,10 @@ onMounted(async () => {
// 如果API调用失败或返回空列表使用默认值
if (tutorialIds.length === 0) {
tutorialIds = ['01', '02', '11']; // 默认例程
console.log('使用默认教程列表');
tutorialIds = ['01', '02', '03', '04', '05', '06', '11', '12', '13']; // 默认例程
} else {
console.log('使用API获取的教程列表:', tutorialIds);
}
// 为每个例程创建对象并尝试获取文档标题