Skip to content

Commit 3464aad

Browse files
committed
chore: move _extra to extra
1 parent b282f31 commit 3464aad

File tree

13 files changed

+47
-44
lines changed

13 files changed

+47
-44
lines changed

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

Lines changed: 0 additions & 10 deletions
This file was deleted.

source/docs/about.md

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

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

source/docs/download.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Latest Version: 0.7.2.8
2020
- The exe version of 1Remote 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+
| | 1Remote <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 |
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 premotem` | `winget install 9PNMNF92JNFP` |
3030

3131
<!-- - Using [Winget](https://github.com/microsoft/winget-cli): `winget install premotem`
3232
- [Chocolatey](https://chocolatey.org/packages/premotem): `choco install premotem` -->
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 {
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+
// });

0 commit comments

Comments
 (0)