--固定html标题

This commit is contained in:
2026-01-23 10:10:52 +08:00
parent 7b03e5a710
commit 9ff6a88374
4 changed files with 8 additions and 7 deletions

View File

@ -58,7 +58,7 @@
//设置Tab标题
setTitle(desktopSchema.name);
//设置浏览器标题
useTitle(` ${desktopSchema.name} - ${title} `);
//useTitle(` ${desktopSchema.name} - ${title} `);
desktop.hasCustomDesktop = true;
}
}