新增witeboard

This commit is contained in:
Tw93
2022-10-16 22:23:03 +08:00
parent 182a647c94
commit 1b31dcb63a
4 changed files with 13 additions and 8 deletions

Binary file not shown.

View File

@@ -43,10 +43,10 @@ fn main() -> wry::Result<()> {
top: 154px !important;
}
.drawing-board .toolbar .toolbar-action,
.c-swiper-container,
.download_entry,
.lang,
.copyright {
.lang, .copyright {
display: none !important;
}
@@ -119,7 +119,7 @@ fn main() -> wry::Result<()> {
};
let _webview = WebViewBuilder::new(window)?
.with_url("https://vercel.com/")?
.with_url("https://witeboard.com/")?
// .with_devtools(true)
.with_initialization_script(script)
.with_ipc_handler(handler)

View File

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