Skip to content

Commit 641965b

Browse files
authored
fix: cover image is not clear
1 parent 151b8bc commit 641965b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function getCoverUrl(data: PProjects): string {
3939
const url = `/@static/experiments/images/${data.ID.slice(0, 4)}/${data.ID.slice(
4040
4,
4141
6,
42-
)}/${data.ID.slice(6, 8)}/${data.ID.slice(8, 24)}/${data.Image || 0}.jpg!block`;
42+
)}/${data.ID.slice(6, 8)}/${data.ID.slice(8, 24)}/${data.Image || 0}.jpg`;
4343
return window.$getPath(url);
4444
}
4545

0 commit comments

Comments
 (0)