update: 2.1.12-beta.0 cli

This commit is contained in:
jeasonnow
2023-07-14 14:51:25 +08:00
parent 363762b696
commit a597af490d
6 changed files with 736 additions and 703 deletions

View File

@@ -1,8 +1,8 @@
{
"windows": [
{
"url": "https://zbook.lol/",
"transparent": true,
"url": "https://weread.qq.com/",
"transparent": false,
"fullscreen": false,
"width": 1200,
"height": 780,
@@ -25,8 +25,5 @@
"linux": true,
"windows": true
},
"inject": [
"/Users/guyifeng/workspace/seeyon/pake-patch/index.js",
"/Users/guyifeng/workspace/seeyon/pake-patch/index.css"
]
"inject": []
}

View File

@@ -4,14 +4,7 @@
"csp": null,
"dangerousRemoteDomainIpcAccess": [
{
"domain": "zbook.lol",
"windows": [
"pake"
],
"enableTauriAPI": true
},
{
"domain": "zbook.eu.org",
"domain": "weread.qq.com",
"windows": [
"pake"
],
@@ -37,7 +30,7 @@
}
},
"package": {
"productName": "zBook",
"productName": "WeRead",
"version": "1.0.0"
},
"build": {

View File

@@ -1,23 +1,27 @@
{
"tauri": {
"bundle": {
"icon": ["icons/weread.icns"],
"identifier": "com.pake.weread",
"active": true,
"category": "DeveloperTool",
"copyright": "",
"externalBin": [],
"longDescription": "",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"targets": ["dmg"]
"tauri": {
"bundle": {
"icon": [
"icons/icon.icns"
],
"identifier": "com.pake.5b8ae9",
"active": true,
"category": "DeveloperTool",
"copyright": "",
"externalBin": [],
"longDescription": "",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"targets": [
"dmg"
]
}
}
}
}
}