diff --git a/docz/docs/03-demos/06-desktop/03-wails.md b/docz/docs/03-demos/06-desktop/03-wails.md index 3840e58..3ef22bc 100644 --- a/docz/docs/03-demos/06-desktop/03-wails.md +++ b/docz/docs/03-demos/06-desktop/03-wails.md @@ -16,10 +16,15 @@ from JavaScript code. The "Complete Example" creates an app that looks like the screenshot: +
Win10 macOS Linux
+![Win10 screenshot](pathname:///wails/win10.png) + + + ![macOS screenshot](pathname:///wails/macos.png) @@ -227,7 +232,7 @@ async function exportFile(wb) { :::note -This demo was tested against Wails `v2.3.1` on 2023 January 08 using +This demo was tested against Wails `v2.4.0` on 2023 March 18 using the Svelte TypeScript starter. ::: diff --git a/docz/docs/03-demos/06-desktop/04-tauri.md b/docz/docs/03-demos/06-desktop/04-tauri.md index 669764f..5028dd6 100644 --- a/docz/docs/03-demos/06-desktop/04-tauri.md +++ b/docz/docs/03-demos/06-desktop/04-tauri.md @@ -16,10 +16,15 @@ from JavaScript code. The "Complete Example" creates an app that looks like the screenshot: +
Win10 macOS Linux
+![Win10 screenshot](pathname:///tauri/win10.png) + + + ![macOS screenshot](pathname:///tauri/macos.png) @@ -125,7 +130,7 @@ async function saveFile(wb) { :::note -This demo was tested against Tauri `v1.2.3` on 2023 February 12. +This demo was tested against Tauri `v1.2.3` on 2023 March 18. ::: @@ -140,8 +145,10 @@ npm create tauri-app When prompted: - Project Name: `SheetJSTauri` -- Package Manager: `npm` -- UI template: `vue-ts` +- Choose which language to use for your frontend: `TypeScript / JavaScript` +- Choose your package manager: `npm` +- Choose your UI template: `Vue` +- Choose your UI flavor: `TypeScript` 2) Enter the directory and install dependencies: diff --git a/docz/docs/03-demos/06-desktop/05-neutralino.md b/docz/docs/03-demos/06-desktop/05-neutralino.md index dace6c4..167a8f7 100644 --- a/docz/docs/03-demos/06-desktop/05-neutralino.md +++ b/docz/docs/03-demos/06-desktop/05-neutralino.md @@ -16,10 +16,15 @@ to the entry `index.html` The "Complete Example" creates an app that looks like the screenshot: +
Win10 macOS Linux
+![Win10 screenshot](pathname:///neu/win10.png) + + + ![macOS screenshot](pathname:///neu/macos.png) @@ -115,7 +120,7 @@ async function saveFile(wb) { :::note -This demo was tested on 2023 February 12 with "binaries" `4.7.0` and "client" `3.6.0` +This demo was tested on 2023 March 19 with "binaries" `4.7.0` and "client" `3.6.0` ::: diff --git a/docz/static/neu/win10.png b/docz/static/neu/win10.png new file mode 100644 index 0000000..d61c7e3 Binary files /dev/null and b/docz/static/neu/win10.png differ diff --git a/docz/static/tauri/win10.png b/docz/static/tauri/win10.png new file mode 100644 index 0000000..f1c40f6 Binary files /dev/null and b/docz/static/tauri/win10.png differ diff --git a/docz/static/wails/win10.png b/docz/static/wails/win10.png new file mode 100644 index 0000000..c559b87 Binary files /dev/null and b/docz/static/wails/win10.png differ