Skip to content

Commit 27727c4

Browse files
committed
- remove pricing page
- update new feature list for preview
1 parent aae2ff7 commit 27727c4

File tree

3 files changed

+53
-15
lines changed

3 files changed

+53
-15
lines changed

source/docs/download.md

Lines changed: 43 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,57 @@ hide: [toc, navigation]
44

55
# Download
66

7-
Latest Version: 0.7.2.8
8-
9-
## Requirements
107

11-
- [Windows10 17763 and above](https://support.lenovo.com/us/en/solutions/ht502786)
12-
- [.NET 6 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0/runtime)
8+
<div class="class-none-zh-cn">
9+
<h2 id="make-1remote-stronger">Make 1Remote Stronger</h2>
10+
<p>If you like <b>1Remote</b>, help us make it stronger by doing any of the following:</p>
11+
<ol>
12+
<li><a href="https://github.com/1Remote/1Remote">Simply star the repository</a></li>
13+
<li><a href="https://1remote.github.io/usage/misc/help-translation/">Help translation</a></li>
14+
<li><a href="https://github.com/1Remote/1Remote/blob/main/DEVELOP.md">Join DE</a></li>
15+
<li><a href="https://ko-fi.com/VShawn">Buy me a coffee</a></li>
16+
</ol>
17+
</div>
1318

14-
!!! note
15-
You can clone and build with `ReleaseNet48` if you are likely to run this app on Windows 7.
19+
<div class="class-zh-cn" style="display: none">
20+
<h2 id="make-1remote-stronger">帮助改进项目</h2>
21+
<p>若你有意愿参与到 <b>1Remote</b>, 的改进,这些是你可以做的:</p>
22+
<ol>
23+
<li><a href="https://github.com/1Remote/1Remote">给个 star 让更多人看到这个项目</a></li>
24+
<li><a href="https://1remote.github.io/usage/misc/help-translation/">帮助翻译</a></li>
25+
<li><a href="https://github.com/1Remote/1Remote/blob/main/DEVELOP.md">参与开发</a></li>
26+
<li><a href="https://jq.qq.com/?_wv=1027&amp;k=iF8dguHU" rel="nofollow">加入 QQ 群讨论 (168542318)</a></li>
27+
<li>请我喝杯咖啡
28+
<p align="center">
29+
<img style="max-width: 500px;" src="https://raw.githubusercontent.com/1Remote/PRemoteM/Doc/DocPic/others/donate.jpg" />
30+
</p>
31+
</li>
32+
</ol>
33+
</div>
1634

1735
## Installation
1836

19-
!!! note
20-
- The exe version of {{appname}} on GitHub is **completely free** for personal use.
21-
- For Microsoft Store build, you may need to pay for a lifetime license.
37+
Latest Version: 0.7.2.8
2238

2339
| | {{appname}} <br/> Preview build | Old PRemoteM <br/> Stable EXE build | Old PRemoteM <br/> Microsoft Store build |
2440
| :------------- | :----------------------------------------------------------------------------: | :--------------------------------------------------------: | :-----------------------------------------------------------------------: |
25-
| Auto update ||<br/> You have to update it manually | ✅ <br/> You can update it from store or WinGet |
26-
| Other features | ✅ + 💥New Features |||
27-
| Price | Free | Free | About 💲1.99 (For store maintaining) |
41+
| Auto update | | | |
42+
| Other features | ✅ + 💥New Features | | |
43+
| Price | Free | Free | ~~💲1.99~~ Free |
2844
| 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) |
29-
| Installer | `choco install 1remote` | `choco install premotem` | `winget install premotem` |
45+
| Installer | `choco install 1remote` | `choco install premotem` | `winget install premotem` |
3046

3147
<!-- - Using [Winget](https://github.com/microsoft/winget-cli): `winget install premotem`
3248
- [Chocolatey](https://chocolatey.org/packages/premotem): `choco install premotem` -->
3349

50+
!!! warning
51+
- Require Windows10 17763 and above to run this app.
52+
- Windows7, Windows8, Windows Server 2008 and Windows Server 2012 are not supported to run this app.
53+
54+
<!-- !!! note
55+
- The exe version of {{appname}} on GitHub is **completely free** for personal use.
56+
- ~~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) -->
57+
3458
💥New Features in Preview:
3559

3660
- [x] [MySQL support](https://1remote.github.io/usage/database/data-synchronization/#by-using-mysql)
@@ -39,5 +63,10 @@ Latest Version: 0.7.2.8
3963
- [x] Multi-Address for RDP\VNC\SHH... (e.g. 192.168.0.100 for LAN, and xxx.xx.xxx.xx for WAN)
4064
- [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)
4165
- [x] [Servers sharing within team (e.g. share servers with your colleagues)](https://1remote.github.io/usage/team/team-sharing/)
66+
- [x] [Quick connect from launcher](https://1remote.org/usage/launcher/quick-connect/)
67+
- [x] [allow creating desktop shortcut for connections](https://1remote.org/usage/misc/desktop-shortcut-for-connection/#individual-servers)
68+
- [ ] Windows Hello verification before sensitive operations
69+
70+
4271

4372
{% include 'footer.md' %}

source/docs/extra/js/hide-something.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@
88
// $(".md-header .md-select").show();
99
// }
1010
// });
11+
12+
13+
browserLang = navigator.language ? navigator.language : navigator.browserLanguage;
14+
lang = browserLang.toLowerCase();
15+
if (lang.substr(0, 2) === "zh") {
16+
// 显示所有 class = "class-zh-cn" 的元素
17+
$(".class-zh-cn").show();
18+
$(".class-none-zh-cn").hide();
19+
}

source/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ nav:
189189
- Creating Desktop shortcut for connections: usage/misc/desktop-shortcut-for-connection.md
190190
- Help translation: usage/misc/help-translation.md
191191
# - Customized: usage/misc/customized.md
192-
- Pricing: pricing.md
192+
# - Pricing: pricing.md
193193
- Download: download.md
194194
- Privacy Policy: privacy-policy.md
195195
- About: about.md

0 commit comments

Comments
 (0)