refactor(home): merge content of index.html into webview and enable configuring devstar home url in package.json

This commit is contained in:
Levi Yan
2024-11-12 19:01:40 +08:00
parent 270b36c464
commit 97a22b4deb
2 changed files with 110 additions and 8 deletions

View File

@@ -85,6 +85,11 @@
"type": "boolean",
"default": false,
"description": "Disable showing DevStar Home at startup"
},
"devstar.devstarHomePage": {
"type": "string",
"default": "https://devstar.cn/devstar-home",
"description": "DevStar Home Page"
}
}
}