Skip to content

Commit 0bb46ae

Browse files
committed
Add files via upload
1 parent 27d9610 commit 0bb46ae

8 files changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function solve(e, depth) {
1313
}
1414
if (e.type == "directory") {
1515
for (let i = 0; i < depth; ++i) s += "#";
16-
res.push(`${s} ${e.name}`);
16+
res.push(`${s} [${e.name}](${prefix + encodeURIComponent(e.path)})`);
1717
} else if (e.type == "file") {
1818
res.push(`[${e.name}](${prefix + encodeURIComponent(e.path)})`);
1919
}

公选课/.gitkeep

Whitespace-only changes.
-4.29 MB
Binary file not shown.
-9.07 MB
Binary file not shown.
-5.39 MB
Binary file not shown.
-1.55 MB
Binary file not shown.
-1.62 MB
Binary file not shown.
-3.93 MB
Binary file not shown.

0 commit comments

Comments
 (0)