diff --git a/source/docs/download.md b/source/docs/download.md index 3ab6800..2b67a21 100644 --- a/source/docs/download.md +++ b/source/docs/download.md @@ -11,22 +11,22 @@ Latest Version: 0.7.2.8 - [Windows10 17763 and above](https://support.lenovo.com/us/en/solutions/ht502786) - [.NET 6 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0/runtime) -!!! note - You can clone and build with `ReleaseNet48` if you are likely to run this app on Windows 7. +!!! warning + Windows7, Windows8, Windows Server 2008 and Windows Server 2012 are not supported to run this app. ## Installation !!! note - The exe version of {{appname}} on GitHub is **completely free** for personal use. - - For Microsoft Store build, you may need to pay for a lifetime license. + - ~~For Microsoft Store build, you may need to pay for a lifetime license.~~ (As our previous income is now able to cover the recent maintenance costs(server\domain name\ etc.), this app will resume free downloads now) | | {{appname}}
Preview build | Old PRemoteM
Stable EXE build | Old PRemoteM
Microsoft Store build | | :------------- | :----------------------------------------------------------------------------: | :--------------------------------------------------------: | :-----------------------------------------------------------------------: | -| Auto update | β›” | β›”
You have to update it manually | βœ…
You can update it from store or WinGet | -| Other features | βœ… + πŸ’₯New Features | βœ… | βœ… | -| Price | Free | Free | About πŸ’²1.99 (For store maintaining) | +| Auto update | β›” | β›”
You have to update it manually | βœ…
You can update it from store or WinGet | +| Other features | βœ… + πŸ’₯New Features | βœ… | βœ… | +| Price | Free | Free | ~~πŸ’²1.99~~ Free
| | Download | [From GitHub Nightly](https://github.com/1Remote/1Remote/releases/tag/Nightly) | [From GitHub](https://github.com/1Remote/1Remote/releases) | [Microsoft Store](https://www.microsoft.com/store/productId/9PNMNF92JNFP) | -| Installer | `choco install 1remote` | `choco install premotem` | `winget install premotem` | +| Installer | `choco install 1remote` | `choco install premotem` | `winget install premotem` | @@ -39,5 +39,22 @@ Latest Version: 0.7.2.8 - [x] Multi-Address for RDP\VNC\SHH... (e.g. 192.168.0.100 for LAN, and xxx.xx.xxx.xx for WAN) - [x] [Auto switching between multi-addresses (you don't have to select the address manually)](https://1remote.github.io/usage/alternative-credential/#auto-switching-address) - [x] [Servers sharing within team (e.g. share servers with your colleagues)](https://1remote.github.io/usage/team/team-sharing/) +- [x] [Quick connect from launcher](https://1remote.org/usage/launcher/quick-connect/) +- [x] [allow creating desktop shortcut for connections](https://1remote.org/usage/misc/desktop-shortcut-for-connection/#individual-servers) +- [ ] Windows Hello verification before sensitive operations + + +## Make 1Remote Stronger + +If you like **1Remote**, help us make it stronger by doing any of the following: + +1. Simply star the repository +2. [Help translation](https://1remote.github.io/usage/misc/help-translation/) +3. [Join DEV](DEVELOP.md) +4. [Buy a coffee](https://ko-fi.com/VShawn) + + {% include 'footer.md' %} diff --git a/source/docs/extra/js/hide-something.js b/source/docs/extra/js/hide-something.js index 727dbfe..a458b8a 100644 --- a/source/docs/extra/js/hide-something.js +++ b/source/docs/extra/js/hide-something.js @@ -8,3 +8,11 @@ // $(".md-header .md-select").show(); // } // }); + + +let browserLang = navigator.language ? navigator.language : navigator.browserLanguage; +var lang = lang.toLowerCase(); +if (lang.substr(0, 2) === "zh") { + // ζ˜Ύη€Ίζ‰€ζœ‰ class = "class-zh-cn" ηš„ε…ƒη΄  + $(".class-zh-cn").show(); +} \ No newline at end of file diff --git a/source/mkdocs.yml b/source/mkdocs.yml index 2ce9c16..bfa966c 100644 --- a/source/mkdocs.yml +++ b/source/mkdocs.yml @@ -189,7 +189,7 @@ nav: - Creating Desktop shortcut for connections: usage/misc/desktop-shortcut-for-connection.md - Help translation: usage/misc/help-translation.md # - Customized: usage/misc/customized.md - - Pricing: pricing.md + # - Pricing: pricing.md - Download: download.md - Privacy Policy: privacy-policy.md - About: about.md