fix #122218

上级 54106372
......@@ -442,7 +442,7 @@ export class GettingStartedPage extends EditorPane {
private updateMediaSourceForColorMode(element: HTMLImageElement, sources: { hc: URI, dark: URI, light: URI }) {
const themeType = this.themeService.getColorTheme().type;
element.srcset = sources[themeType].toString() + ' 1.5x';
element.srcset = sources[themeType].toString().replace(/ /g, '%20') + ' 1.5x';
}
private async renderMarkdown(path: URI, base: URI): Promise<string> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册