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

BIN
public/doc/01/cover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
public/doc/02/cover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
public/doc/03/cover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
public/doc/04/cover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
public/doc/05/cover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
public/doc/06/cover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

BIN
public/doc/11/cover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

BIN
public/doc/13/cover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 KiB

View File

@ -115,7 +115,7 @@ onMounted(async () => {
// doc.md // doc.md
let title = `例程 ${id}`; let title = `例程 ${id}`;
let description = "点击加载此例程"; let description = "点击加载此例程";
let thumbnail = `/doc/${id}/images/1.png`; // 使 let thumbnail = `/doc/${id}/cover.png`; // 使
try { try {
// //