pake-cli 2.1.11 → 2.2.0
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 +15 -8
- package/dist/cli.dev.js +1055 -0
- package/dist/cli.dev.js.map +1 -0
- package/dist/cli.js +2 -2
- package/dist/dev.js +871 -0
- package/dist/dev.js.map +1 -0
- package/package.json +1 -1
- package/src-tauri/.cargo/config +14 -0
- package/src-tauri/Cargo.lock +384 -736
- package/src-tauri/Cargo.toml +1 -2
- package/src-tauri/icons/wechat.icns +0 -0
- package/src-tauri/src/app/invoke.rs +22 -7
- package/src-tauri/src/app/menu.rs +0 -1
- package/src-tauri/src/inject/component.js +7 -38
- package/src-tauri/src/inject/event.js +68 -114
- package/src-tauri/src/inject/style.js +1 -0
- package/src-tauri/src/main.rs +0 -1
- package/src-tauri/src/util.rs +30 -6
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
</tr>
|
|
60
60
|
<tr>
|
|
61
61
|
<td><img src=https://cdn.fliggy.com/upic/Ld5ZCJ.png width=600/></td>
|
|
62
|
-
<td><img src=https://
|
|
62
|
+
<td><img src=https://gw.alipayobjects.com/zos/k/95/bcGBut.png width=600/></td>
|
|
63
63
|
</tr>
|
|
64
64
|
<tr>
|
|
65
65
|
<td>YouTube Music
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
</tr>
|
|
76
76
|
<tr>
|
|
77
77
|
<td><img src=https://cdn.fliggy.com/upic/iz3mtQ.png width=600/></td>
|
|
78
|
-
<td><img src=https://
|
|
78
|
+
<td><img src=https://gw.alipayobjects.com/zos/k/pn/1.jpg width=600/></td>
|
|
79
79
|
</tr>
|
|
80
80
|
<tr>
|
|
81
81
|
<td>LiZhi
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
</tr>
|
|
92
92
|
<tr>
|
|
93
93
|
<td><img src=https://cdn.fliggy.com/upic/nYEKqN.jpg width=600/></td>
|
|
94
|
-
<td><img src=https://
|
|
94
|
+
<td><img src=https://gw.alipayobjects.com/zos/k/r7/0C9lju.jpg width=600/></td>
|
|
95
95
|
</tr>
|
|
96
96
|
<tr>
|
|
97
97
|
<td>Qwerty
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
</tr>
|
|
124
124
|
<tr>
|
|
125
125
|
<td><img src=https://gw.alipayobjects.com/zos/k/30/RoUSUf.png width=600/></td>
|
|
126
|
-
<td><img src=https://
|
|
126
|
+
<td><img src=https://gw.alipayobjects.com/zos/k/89/yJVwyi.png width=600/></td>
|
|
127
127
|
</tr>
|
|
128
128
|
</table>
|
|
129
129
|
|
|
@@ -198,7 +198,7 @@ npm run build
|
|
|
198
198
|
3. For configurations on window properties, you can modify the `pake.json` file to change the value of `width`, `height`, `fullscreen` (or not), `resizable` (or not) of the `windows` property. To adapt to the immersive header on Mac, change `transparent` to `true`, look for the `Header` element, and add the `padding-top` property.
|
|
199
199
|
4. For advanced usages such as style rewriting, advertisement removal, JS injection, container message communication, and user-defined shortcut keys, see [Advanced Usage of Pake](https://github.com/tw93/Pake/wiki/Advanced-Usage-of-Pake).
|
|
200
200
|
|
|
201
|
-
##
|
|
201
|
+
## Developers
|
|
202
202
|
|
|
203
203
|
Pake's development can not be without these Hackers. They contributed a lot of capabilities for Pake. Also, welcome to follow them! ❤️
|
|
204
204
|
|
|
@@ -326,6 +326,13 @@ Pake's development can not be without these Hackers. They contributed a lot of c
|
|
|
326
326
|
<sub><b>Fechin</b></sub>
|
|
327
327
|
</a>
|
|
328
328
|
</td>
|
|
329
|
+
<td align="center">
|
|
330
|
+
<a href="https://github.com/Milo123459">
|
|
331
|
+
<img src="https://avatars.githubusercontent.com/u/50248166?v=4" width="90;" alt="Milo123459"/>
|
|
332
|
+
<br />
|
|
333
|
+
<sub><b>Milo</b></sub>
|
|
334
|
+
</a>
|
|
335
|
+
</td>
|
|
329
336
|
<td align="center">
|
|
330
337
|
<a href="https://github.com/princemaple">
|
|
331
338
|
<img src="https://avatars.githubusercontent.com/u/1329716?v=4" width="90;" alt="princemaple"/>
|
|
@@ -346,15 +353,15 @@ Pake's development can not be without these Hackers. They contributed a lot of c
|
|
|
346
353
|
<br />
|
|
347
354
|
<sub><b>Null</b></sub>
|
|
348
355
|
</a>
|
|
349
|
-
</td>
|
|
356
|
+
</td></tr>
|
|
357
|
+
<tr>
|
|
350
358
|
<td align="center">
|
|
351
359
|
<a href="https://github.com/liusishan">
|
|
352
360
|
<img src="https://avatars.githubusercontent.com/u/33129823?v=4" width="90;" alt="liusishan"/>
|
|
353
361
|
<br />
|
|
354
362
|
<sub><b>Liusishan</b></sub>
|
|
355
363
|
</a>
|
|
356
|
-
</td
|
|
357
|
-
<tr>
|
|
364
|
+
</td>
|
|
358
365
|
<td align="center">
|
|
359
366
|
<a href="https://github.com/piaoyidage">
|
|
360
367
|
<img src="https://avatars.githubusercontent.com/u/5135405?v=4" width="90;" alt="piaoyidage"/>
|