Skip to content

Commit

Permalink
🔖 2.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Apr 18, 2023
1 parent 3014d60 commit 2575414
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ rustup target add x86_64-apple-darwin

```shell
--targets xxx
```
```
4 changes: 0 additions & 4 deletions bin/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ Whether to enable the immersive header. The default is `false`. Use the command

```shell
--transparent
# or
-t
```

#### [fullscreen]
Expand All @@ -115,8 +113,6 @@ Use the command below to enable this feature.

```shell
--fullscreen
# or
-f
```

#### [resize]
Expand Down
16 changes: 8 additions & 8 deletions dist/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -2090,7 +2090,7 @@ var tauri$3 = {
active: false
},
systemTray: {
iconPath: "png/icon_512.png",
iconPath: "png/weread_512.png",
iconAsTemplate: true
},
allowlist: {
Expand All @@ -2106,7 +2106,7 @@ var build = {
};
var CommonConf = {
"package": {
productName: "baidu",
productName: "WeRead",
version: "1.0.0"
},
tauri: tauri$3,
Expand All @@ -2115,8 +2115,8 @@ var CommonConf = {

var windows = [
{
url: "https://www.baidu.com",
transparent: false,
url: "https://weread.qq.com/",
transparent: true,
fullscreen: false,
width: 1200,
height: 780,
Expand All @@ -2130,7 +2130,7 @@ var user_agent = {
windows: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36"
};
var menu = {
macos: false,
macos: true,
linux: false,
windows: false
};
Expand Down Expand Up @@ -2186,9 +2186,9 @@ var WinConf = {
var tauri$1 = {
bundle: {
icon: [
"/Users/hfy/Documents/electron_s/Pake/src-tauri/icons/icon.icns"
"icons/weread.icns"
],
identifier: "pake-f9751d",
identifier: "com.tw93.weread",
active: true,
category: "DeveloperTool",
copyright: "",
Expand Down Expand Up @@ -2493,7 +2493,7 @@ class BuilderFactory {
}

var name = "pake-cli";
var version = "2.0.0-alpha5";
var version = "2.0.0-alpha6";
var description = "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App。";
var engines = {
node: ">=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pake-cli",
"version": "2.0.0-alpha5",
"version": "2.0.0-alpha6",
"description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App。",
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit 2575414

Please sign in to comment.