update: 2.1.12-beta.0 cli
This commit is contained in:
0
dist/.gitkeep
vendored
0
dist/.gitkeep
vendored
16
dist/about_pake.html
vendored
16
dist/about_pake.html
vendored
@@ -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
1357
dist/cli.js
vendored
File diff suppressed because it is too large
Load Diff
@@ -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": []
|
||||
}
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user