去除默认Title文字

This commit is contained in:
DevWiki 2024-04-02 15:14:19 +08:00
parent 99aaff6876
commit 4d58059063

View File

@ -68,7 +68,7 @@ class IndexWebViewController extends WebViewController {
class IndexViewModel { class IndexViewModel {
webUrl: string = "https://devwiki.net"; webUrl: string = "https://devwiki.net";
pageTitle: ResourceStr = "ViewModel Title"; pageTitle: ResourceStr = "";
constructor() { constructor() {
} }