pake-cli 3.3.3 โ†’ 3.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -22,7 +22,7 @@
22
22
  - ๐ŸŽ **Lightweight**: Nearly 20 times smaller than Electron packages, typically around 5M
23
23
  - ๐Ÿš€ **Fast**: Built with Rust Tauri, much faster than traditional JS frameworks with lower memory usage
24
24
  - โšก **Easy to use**: One-command packaging via CLI or online building, no complex configuration needed
25
- - ๐Ÿ“ฆ **Feature-rich**: Supports shortcut pass-through, immersive windows, drag & drop, style customization, ad removal
25
+ - ๐Ÿ“ฆ **Feature-rich**: Supports shortcuts, immersive windows, drag & drop, style customization, ad removal
26
26
 
27
27
  ## Getting Started
28
28
 
@@ -529,7 +529,7 @@ Pake's development can not be without these Hackers. They contributed a lot of c
529
529
 
530
530
  ## Support
531
531
 
532
- 1. I have two cats, TangYuan and Coke. If you think Pake delights your life, you can feed them <a href="https://miaoyan.app/cats.html?name=Pake" target="_blank">some canned food ๐Ÿฅฉ</a>.
532
+ 1. I have two cats, TangYuan and Coke. If you think Pake delights your life, you can feed them <a href="https://miaoyan.app/cats.html?name=Pake" target="_blank">food ๐Ÿฅฉ</a>.
533
533
  2. If you like Pake, you can star it on GitHub. Also, welcome to [recommend Pake](https://twitter.com/intent/tweet?url=https://github.com/tw93/Pake&text=Pake%20-%20Turn%20any%20webpage%20into%20a%20desktop%20app%20with%20one%20command.%20Nearly%2020x%20smaller%20than%20Electron%20packages,%20supports%20macOS%20Windows%20Linux) to your friends.
534
534
  3. You can follow my [Twitter](https://twitter.com/HiTw93) to get the latest news of Pake or join our [Telegram](https://t.me/+GclQS9ZnxyI2ODQ1) chat group.
535
535
  4. I hope that you enjoy playing with it. Let us know if you find a website that would be great for a Mac App!
package/dist/cli.js CHANGED
@@ -22,7 +22,7 @@ import sharp from 'sharp';
22
22
  import * as psl from 'psl';
23
23
 
24
24
  var name = "pake-cli";
25
- var version = "3.3.3";
25
+ var version = "3.3.5";
26
26
  var description = "๐Ÿคฑ๐Ÿป Turn any webpage into a desktop app with one command. ๐Ÿคฑ๐Ÿป ไธ€้”ฎๆ‰“ๅŒ…็ฝ‘้กต็”Ÿๆˆ่ฝป้‡ๆกŒ้ขๅบ”็”จใ€‚";
27
27
  var engines = {
28
28
  node: ">=18.0.0"
@@ -1674,7 +1674,7 @@ program
1674
1674
  if (option.flags === '-v, --version')
1675
1675
  return '';
1676
1676
  return option.description;
1677
- }
1677
+ },
1678
1678
  })
1679
1679
  .action(async (url, options) => {
1680
1680
  await checkUpdateTips();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pake-cli",
3
- "version": "3.3.3",
3
+ "version": "3.3.5",
4
4
  "description": "๐Ÿคฑ๐Ÿป Turn any webpage into a desktop app with one command. ๐Ÿคฑ๐Ÿป ไธ€้”ฎๆ‰“ๅŒ…็ฝ‘้กต็”Ÿๆˆ่ฝป้‡ๆกŒ้ขๅบ”็”จใ€‚",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "windows": [
3
3
  {
4
- "url": "https://github.com",
4
+ "url": "https://weekly.tw93.fun",
5
5
  "url_type": "web",
6
6
  "hide_title_bar": false,
7
7
  "fullscreen": false,
@@ -1,6 +1,6 @@
1
1
  {
2
- "productName": "GitHubAutoIconTest",
3
- "identifier": "com.pake.3097fc",
2
+ "productName": "TestWorkflow",
3
+ "identifier": "com.pake.33f03a",
4
4
  "version": "1.0.0",
5
5
  "app": {
6
6
  "withGlobalTauri": true,
@@ -13,14 +13,14 @@
13
13
  },
14
14
  "bundle": {
15
15
  "icon": [
16
- "icons/githubautoicontest.icns"
16
+ "icons/testworkflow.icns"
17
17
  ],
18
18
  "active": true,
19
19
  "targets": [
20
- "app"
20
+ "dmg"
21
21
  ],
22
22
  "resources": [
23
- "icons/githubautoicontest.icns"
23
+ "icons/testworkflow.icns"
24
24
  ]
25
25
  }
26
26
  }
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "bundle": {
3
3
  "icon": [
4
- "icons/githubautoicontest.icns"
4
+ "icons/testworkflow.icns"
5
5
  ],
6
6
  "active": true,
7
7
  "targets": [
8
- "app"
8
+ "dmg"
9
9
  ],
10
10
  "resources": [
11
- "icons/githubautoicontest.icns"
11
+ "icons/testworkflow.icns"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,7 +6,7 @@ authors = ["Tw93"]
6
6
  license = "MIT"
7
7
  repository = "https://github.com/tw93/Pake"
8
8
  edition = "2021"
9
- rust-version = "1.78.0"
9
+ rust-version = "1.85.0"
10
10
 
11
11
  [lib]
12
12
  name = "app_lib"
@@ -16,7 +16,6 @@ window.addEventListener("DOMContentLoaded", (_event) => {
16
16
  #masthead-ad,
17
17
  #app > header > div > div.menu,
18
18
  #root > div > div.fixed.top-0.left-0.w-64.h-screen.p-10.pb-0.flex.flex-col.justify-between > div > div.space-y-4 > a:nth-child(3),
19
- #app > div.layout > div.main-container > div.side-bar > div,
20
19
  #app > div.layout > div.main-container > div.side-bar > li.divider,
21
20
  #Rightbar > div:nth-child(6) > div.sidebar_compliance,
22
21
  #__next > div.PageWithSidebarLayout_centeringDiv___L9br > aside > div > div > a.ChatPageFollowTwitterLink_followLink__Gl2tt,