pake-cli 3.11.3 → 3.11.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 +3 -3
- package/dist/cli.js +372 -238
- package/package.json +3 -3
- package/src-tauri/Cargo.lock +1 -1
- package/src-tauri/Cargo.toml +1 -1
- package/src-tauri/src/app/setup.rs +39 -34
- package/src-tauri/src/app/window.rs +63 -17
- package/src-tauri/src/inject/{component.js → fullscreen.js} +7 -41
- package/src-tauri/src/inject/toast.js +22 -0
- package/src-tauri/src/lib.rs +8 -2
- package/src-tauri/src/util.rs +144 -29
- package/src-tauri/tauri.conf.json +1 -1
- package/dist/test-local.html +0 -1
- package/src-tauri/.cargo/config.toml +0 -10
package/README.md
CHANGED
|
@@ -177,7 +177,7 @@ First-time packaging requires environment setup and may be slower, subsequent bu
|
|
|
177
177
|
|
|
178
178
|
## Development
|
|
179
179
|
|
|
180
|
-
Requires Rust `>=1.85` and Node `>=22
|
|
180
|
+
Requires Rust `>=1.85` and Node `>=22` (recommended LTS; `>=18` also works). For detailed installation guide, see [Tauri documentation](https://v2.tauri.app/start/prerequisites/). If unfamiliar with development environment, use the CLI tool instead.
|
|
181
181
|
|
|
182
182
|
```bash
|
|
183
183
|
# Install dependencies
|
|
@@ -204,6 +204,6 @@ Pake's development can not be without these Hackers. They contributed a lot of c
|
|
|
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
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://
|
|
207
|
+
- I have two cats, TangYuan and Coke. If you think Pake delights your life, you can feed them <a href="https://cats.tw93.fun?name=Pake" target="_blank">canned food 🥩</a>.
|
|
208
208
|
|
|
209
|
-
<a href="https://
|
|
209
|
+
<a href="https://cats.tw93.fun?name=Pake"><img src="https://cdn.jsdelivr.net/gh/tw93/sponsors@main/assets/sponsors.svg" width="1000" loading="lazy" /></a>
|