pake-cli 3.11.2 → 3.11.4
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 +4 -5
- package/dist/cli.js +480 -378
- package/package.json +5 -5
- package/src-tauri/Cargo.lock +1 -3
- package/src-tauri/Cargo.toml +3 -3
- package/src-tauri/pake.json +3 -3
- package/src-tauri/src/app/setup.rs +37 -29
- package/src-tauri/src/app/window.rs +32 -10
- package/src-tauri/src/inject/event.js +55 -7
- package/src-tauri/src/inject/style.js +31 -6
- package/src-tauri/src/lib.rs +11 -9
- package/src-tauri/src/util.rs +13 -5
- package/src-tauri/tauri.conf.json +1 -1
- package/dist/code-review-graph.js +0 -283
- package/dist/test-local.html +0 -1
- package/src-tauri/.cargo/config.toml +0 -10
- package/src-tauri/.pake/pake.json +0 -45
- package/src-tauri/.pake/tauri.conf.json +0 -46
- package/src-tauri/.pake/tauri.linux.conf.json +0 -12
- package/src-tauri/.pake/tauri.macos.conf.json +0 -32
- package/src-tauri/.pake/tauri.windows.conf.json +0 -15
- package/src-tauri/gen/schemas/acl-manifests.json +0 -1
- package/src-tauri/gen/schemas/capabilities.json +0 -1
- package/src-tauri/gen/schemas/desktop-schema.json +0 -3331
- package/src-tauri/gen/schemas/macOS-schema.json +0 -3331
package/README.md
CHANGED
|
@@ -202,9 +202,8 @@ Pake's development can not be without these Hackers. They contributed a lot of c
|
|
|
202
202
|
|
|
203
203
|
## Support
|
|
204
204
|
|
|
205
|
-
|
|
205
|
+
- If Pake helped you, [share it](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) with friends or give it a star.
|
|
206
|
+
- Got ideas or bugs? Open an issue or PR, feel free to contribute your best AI model.
|
|
207
|
+
- 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">canned food 🥩</a>.
|
|
206
208
|
|
|
207
|
-
|
|
208
|
-
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.
|
|
209
|
-
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.
|
|
210
|
-
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!
|
|
209
|
+
<a href="https://miaoyan.app/cats.html?name=Pake"><img src="https://cdn.jsdelivr.net/gh/tw93/MiaoYan@main/assets/sponsors.svg" width="1000" loading="lazy" /></a>
|