复原一下

This commit is contained in:
Tw93
2022-10-16 22:29:38 +08:00
parent 3a03bade39
commit 808a9dc480
2 changed files with 5 additions and 5 deletions

View File

@@ -119,7 +119,7 @@ fn main() -> wry::Result<()> {
};
let _webview = WebViewBuilder::new(window)?
.with_url("https://witeboard.com/")?
.with_url("https://weread.qq.com/")?
// .with_devtools(true)
.with_initialization_script(script)
.with_ipc_handler(handler)

View File

@@ -1,6 +1,6 @@
{
"package": {
"productName": "Witeboard",
"productName": "WeRead",
"version": "0.1.0"
},
"build": {
@@ -14,7 +14,7 @@
"all": true
},
"bundle": {
"icon": ["icons/witeboard.icns"],
"icon": ["icons/weRead.icns"],
"active": true,
"category": "DeveloperTool",
"copyright": "",
@@ -22,7 +22,7 @@
"depends": []
},
"externalBin": [],
"identifier": "com.tw93.witeboard",
"identifier": "com.tw93.weRead",
"longDescription": "",
"macOS": {
"entitlements": null,
@@ -51,7 +51,7 @@
"fullscreen": false,
"height": 728,
"resizable": true,
"title": "Witeboard",
"title": "WeRead",
"width": 1200
}
]