|
7 | 7 | <meta name="keywords" content="java, framework, lightweight, command-line, web, applications, tinystruct"> |
8 | 8 | <meta name="author" content="James ZHOU"> |
9 | 9 | <meta name="favicon" content="https://avatars.githubusercontent.com/u/3723144?s=48&v=4"> |
10 | | - <title>tinystruct framework - v1.7.0</title> |
| 10 | + <title>tinystruct framework - v1.7.1</title> |
11 | 11 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css" integrity="sha512-tN7Ec6zAFaVSG3TpNAKtk4DOHNpSwKHxxrsiw4GHKESGPs5njn/0sMCUMl2svV4wo4BK/rCP7juYz+zx+l6oeQ==" crossorigin="anonymous" referrerpolicy="no-referrer" /> |
12 | 12 | <style> |
13 | 13 | :root { |
|
29 | 29 | nav { |
30 | 30 | position: sticky; |
31 | 31 | top: 0; |
32 | | - background-color: #986ce8; |
33 | | - color: #fff; |
| 32 | + background-color: #fff; |
| 33 | + /* color: #fff; */ |
34 | 34 | padding: 1rem; |
35 | 35 | display: flex; |
36 | 36 | justify-content: space-between; |
|
43 | 43 | font-size: 1.5rem; |
44 | 44 | display: flex; |
45 | 45 | align-items: center; |
46 | | - color: #f5f5f5; |
47 | 46 | } |
48 | 47 |
|
49 | 48 | nav img { |
|
58 | 57 | } |
59 | 58 |
|
60 | 59 | nav a { |
61 | | - color: #fff; |
62 | 60 | text-decoration: none; |
63 | 61 | margin-left: 1.5rem; |
64 | 62 | font-size: 1rem; |
@@ -444,7 +442,7 @@ <h2 id="installation" class="lang" data-en="Installation and Getting Started" da |
444 | 442 | <pre class="language-xml"><code><dependency> |
445 | 443 | <groupId>org.tinystruct</groupId> |
446 | 444 | <artifactId>tinystruct</artifactId> |
447 | | - <version>1.7.0</version> |
| 445 | + <version>1.7.1</version> |
448 | 446 | <classifier>jar-with-dependencies</classifier> |
449 | 447 | </dependency></code><button class="copy-btn" onclick="copyCode(this)">Copy</button> |
450 | 448 | </pre> |
@@ -690,7 +688,7 @@ <h2 class="projects lang" data-en="Projects" data-fr="Projets" data-de="Projekte |
690 | 688 | const mainCommands = [ |
691 | 689 | "$ bin/dispatcher --version", |
692 | 690 | " _/ ' _ _/ _ _ _/", |
693 | | - " / / /) (/ _) / / (/ ( / 1.7.0", |
| 691 | + " / / /) (/ _) / / (/ ( / 1.7.1", |
694 | 692 | " /", |
695 | 693 | " ", |
696 | 694 | "$ bin/dispatcher --help", |
@@ -726,7 +724,7 @@ <h2 class="projects lang" data-en="Projects" data-fr="Projets" data-de="Projekte |
726 | 724 | "# bin/dispatcher start --import org.tinystruct.system.NettyHttpServer --server-port 777", |
727 | 725 | " ", |
728 | 726 | " _/ ' _ _/ _ _ _/", |
729 | | - " / / /) (/ _) / / (/ ( / 1.7.0", |
| 727 | + " / / /) (/ _) / / (/ ( / 1.7.1", |
730 | 728 | " /", |
731 | 729 | " ", |
732 | 730 | `${new Date().toLocaleString()} org.tinystruct.system.NettyHttpServer start`, |
|
0 commit comments