Skip to content

Commit 2aca232

Browse files
committed
2 parents 2d460ec + 48e40fc commit 2aca232

29 files changed

+620
-225
lines changed

docs.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#>
44
param (
55
# Version/tag of the mm-docs image to use
6-
[string] $aVersion = (property MM_DOCS_VERSION '0.7.6'),
6+
[string] $aVersion = (property MM_DOCS_VERSION '0.8'),
77

88
# Registry and name to use to get mm-docs image
99
[string] $aImageName = (property MM_DOCS_IMAGE_NAME 'majkinetor/mm-docs'),

source/docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1remote.org

source/docs/about.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
1+
---
2+
hide: [navigation]
3+
---
24
## About me
35

46
![avatar](./img/author_avatar.jpg)
57

68
Hi there,
79

8-
I’m Shawn. the author of 1Remote. I’m a software developer from China, a big fan of remote desktop software, user of C++/C/C#/Python/Pytorch/Go/typescript. I’m also a big fan of open source software. I hope that 1Remote can help you manage your remote connections well and find this app useful. If you would like to support my work, you can buy me a coffee or give a nice review. Thanks!
10+
I’m Shawn. the author of {{appname}}. I’m a software developer from China, a big fan of remote desktop software, user of C++/C/C#/Python/Pytorch/Go/typescript. I’m also a big fan of open source software. I hope that 1Remote can help you manage your remote connections well and find this app useful. If you would like to support my work, you can buy me a coffee or give a nice review. Thanks!
911

1012
- [Buy a coffee](https://ko-fi.com/VShawn)
1113
- [Buy a copy on Microsoft Store](https://www.microsoft.com/store/productId/9PNMNF92JNFP)
1214
- [请杯咖啡](https://raw.githubusercontent.com/1Remote/PRemoteM/Doc/DocPic/others/donate.jpg)
1315

1416
If you have any questions/suggestions please feel free to let me know. [[email protected]](mailto:[email protected]) is my email in case you want to contact me.
1517

16-
17-
## Make 1Remote Stronger
18+
## Make {{appname}} Stronger
1819

1920
If you like this app, please help us make it stronger by doing any of the following:
2021

source/docs/download.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ Latest Version: 0.7.2.8
1717
## Installation
1818

1919
!!! note
20-
- The exe version of 1Remote on GitHub is **completely free** for personal use.
20+
- The exe version of {{appname}} on GitHub is **completely free** for personal use.
2121
- For Microsoft Store build, you may need to pay for a lifetime license.
2222

23-
| features | EXE build | Microsoft Store build | Preview build |
24-
| :------------- | :--------------------------------------------------------: | :-----------------------------------------------------------------------: | :----------------------------------------------------------------------------: |
25-
| Auto update | ⛔ <br/> You have to update it manually | ✅ <br/> You can update it from store or WinGet | |
26-
| Other features | | | ✅ + Preview💥 |
27-
| Price | Free | About 💲1.99 | Free |
28-
| Download | [From GitHub](https://github.com/1Remote/1Remote/releases) | [Microsoft Store](https://www.microsoft.com/store/productId/9PNMNF92JNFP) | [From GitHub Nightly](https://github.com/1Remote/1Remote/releases/tag/Nightly) |
29-
| Installer | `choco install premotem` | `winget install 9PNMNF92JNFP` | |
23+
| | {{appname}} <br/> Preview build | Old PRemoteM <br/> Stable EXE build | Old PRemoteM <br/> Microsoft Store build |
24+
| :------------- | :----------------------------------------------------------------------------: | :--------------------------------------------------------: | :-----------------------------------------------------------------------: |
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) |
28+
| 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` |
3030

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

source/docs/_extra/css/extra.css renamed to source/docs/extra/css/extra.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.md-typeset__table {
2-
min-width: 100%;
2+
min-width: 100% !important;
33
}
44

55
@media only screen and (min-width: 768px) {
@@ -9,30 +9,30 @@
99
}
1010

1111
* {
12-
--md-primary-fg-color: #2875be;
13-
--md-primary-fg-color--light: #1684eb;
14-
--md-primary-fg-color--dark: #163d63;
12+
--md-primary-fg-color: #2875be !important;
13+
--md-primary-fg-color--light: #080808 !important;
14+
--md-primary-fg-color--dark: #163d63 !important;
1515
--md-typeset-color: var(--md-default-fg-color);
16-
--md-typeset-a-color: var(--md-primary-fg-color--light);
16+
--md-typeset-a-color: var(--md-primary-fg-color);
1717
}
1818

1919
:root {
20-
--md-primary-fg-color: #1684eb;
21-
--md-primary-fg-color--light: #77addf;
22-
--md-primary-fg-color--dark: #163d63;
20+
--md-primary-fg-color: #1684eb!important;
21+
--md-primary-fg-color--light: #77addf!important;
22+
--md-primary-fg-color--dark: #163d63!important;
2323
}
2424

2525
:root>* {
2626
--md-typeset-color: var(--md-default-fg-color);
27-
--md-typeset-a-color: var(--md-primary-fg-color--light);
27+
--md-typeset-a-color: var(--md-primary-fg-color);
2828
}
2929

3030
/*
3131
markdown and image alignment
3232
ALT tag and a CSS selector on the alt tag
3333
*/
3434
img[src*='#left'] {
35-
float: left;
35+
float: left
3636
}
3737

3838
img[src*='#right'] {
@@ -48,11 +48,11 @@ img[src*='#center'] {
4848
Tables set to 100% width
4949
*/
5050
.md-typeset__table {
51-
min-width: 100%;
51+
min-width: 100% !important;
5252
}
5353

5454
.md-typeset table:not([class]) {
55-
display: table;
55+
display: table !important;
5656
}
5757

5858
img {
File renamed without changes.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
// $(".md-header .md-select").hide();
3+
// $(document).ready(function () {
4+
// // 查找是否存在 .hero-image
5+
// if ($(".hero-image").length == 0) {
6+
// $(".md-header .md-select").hide();
7+
// } else {
8+
// $(".md-header .md-select").show();
9+
// }
10+
// });
File renamed without changes.

0 commit comments

Comments
 (0)