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

0
dist/.gitkeep vendored
View File

16
dist/about_pake.html vendored
View File

@@ -1,16 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<h5>Welcome from Pake!</h5>
<p>version: 1.0.9</p>
<a href="https://github.com/tw93/Pake">Project link</a><br>
<a href="https://github.com/tw93/Pake/discussions">Discussions</a><br>
<a href="https://github.com/tw93/Pake/issues" >Issues</a><br>
<p>LICENSE: MIT</p>
</body>
</html>

1357
dist/cli.js vendored

File diff suppressed because it is too large Load Diff

View File

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

View File

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

View File

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