✨ 复原一下
This commit is contained in:
@@ -119,7 +119,7 @@ fn main() -> wry::Result<()> {
|
|||||||
};
|
};
|
||||||
|
|
||||||
let _webview = WebViewBuilder::new(window)?
|
let _webview = WebViewBuilder::new(window)?
|
||||||
.with_url("https://witeboard.com/")?
|
.with_url("https://weread.qq.com/")?
|
||||||
// .with_devtools(true)
|
// .with_devtools(true)
|
||||||
.with_initialization_script(script)
|
.with_initialization_script(script)
|
||||||
.with_ipc_handler(handler)
|
.with_ipc_handler(handler)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "Witeboard",
|
"productName": "WeRead",
|
||||||
"version": "0.1.0"
|
"version": "0.1.0"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
"all": true
|
"all": true
|
||||||
},
|
},
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["icons/witeboard.icns"],
|
"icon": ["icons/weRead.icns"],
|
||||||
"active": true,
|
"active": true,
|
||||||
"category": "DeveloperTool",
|
"category": "DeveloperTool",
|
||||||
"copyright": "",
|
"copyright": "",
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
"depends": []
|
"depends": []
|
||||||
},
|
},
|
||||||
"externalBin": [],
|
"externalBin": [],
|
||||||
"identifier": "com.tw93.witeboard",
|
"identifier": "com.tw93.weRead",
|
||||||
"longDescription": "",
|
"longDescription": "",
|
||||||
"macOS": {
|
"macOS": {
|
||||||
"entitlements": null,
|
"entitlements": null,
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
"fullscreen": false,
|
"fullscreen": false,
|
||||||
"height": 728,
|
"height": 728,
|
||||||
"resizable": true,
|
"resizable": true,
|
||||||
"title": "Witeboard",
|
"title": "WeRead",
|
||||||
"width": 1200
|
"width": 1200
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user