feat: change title
change title when changing applications
This commit is contained in:
@@ -376,7 +376,7 @@ function changeApp() {
|
||||
return;
|
||||
}
|
||||
console.log(global.currentContract);
|
||||
document.title = `数瑞浏览器(${global.currentContract} - ${$("#urlInput")[0].value})`
|
||||
document.title = `数瑞浏览器(${global.currentContract.name} - ${$("#urlInput")[0].value})`
|
||||
changeAppInternal(needRender(global.currentContract));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user