fixed: custom模式下,关于窗口显示的信息有误.

This commit is contained in:
chriswang521 2024-07-24 16:54:26 +08:00 committed by wangpenglong
parent 7ec4295687
commit 61e1774ad6
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ export class BrowserDialogHandler extends AbstractDialogHandler {
this.productService.IDEVersion || 'Unknown',
this.productService.commit || 'Unknown',
this.productService.date ? `${this.productService.date}${useAgo ? ' (' + fromNow(new Date(this.productService.date), true) + ')' : ''}` : 'Unknown',
navigator.userAgent
navigator.userAgent.replace(this.productService.version, this.productService.IDEVersion)
);
};