🐛 支持flomo
This commit is contained in:
BIN
src-tauri/icons/flomo.icns
Normal file
BIN
src-tauri/icons/flomo.icns
Normal file
Binary file not shown.
@@ -107,7 +107,7 @@ fn main() -> wry::Result<()> {
|
||||
};
|
||||
|
||||
let _webview = WebViewBuilder::new(window)?
|
||||
.with_url("https://weread.qq.com/")?
|
||||
.with_url("https://v.flomoapp.com/mine")?
|
||||
// .with_devtools(true)
|
||||
.with_initialization_script(script)
|
||||
.with_ipc_handler(handler)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"package": {
|
||||
"productName": "WeRead",
|
||||
"productName": "Flomo",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"build": {
|
||||
@@ -14,7 +14,7 @@
|
||||
"all": true
|
||||
},
|
||||
"bundle": {
|
||||
"icon": ["icons/weRead.icns"],
|
||||
"icon": ["icons/flomo.icns"],
|
||||
"active": true,
|
||||
"category": "DeveloperTool",
|
||||
"copyright": "",
|
||||
@@ -22,7 +22,7 @@
|
||||
"depends": []
|
||||
},
|
||||
"externalBin": [],
|
||||
"identifier": "com.tw93.weRead",
|
||||
"identifier": "com.tw93.flomo",
|
||||
"longDescription": "",
|
||||
"macOS": {
|
||||
"entitlements": null,
|
||||
@@ -51,7 +51,7 @@
|
||||
"fullscreen": false,
|
||||
"height": 728,
|
||||
"resizable": true,
|
||||
"title": "WeRead",
|
||||
"title": "Flomo",
|
||||
"width": 1200
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user