File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 border-radius : 5px ;
6161 margin-top : 30px ;
6262 }
63+ .nav {
64+ background-color : # 2c3e50 ;
65+ padding : 10px 0 ;
66+ margin-bottom : 20px ;
67+ }
68+ .nav ul {
69+ list-style-type : none;
70+ padding : 0 ;
71+ margin : 0 ;
72+ text-align : center;
73+ }
74+ .nav ul li {
75+ display : inline;
76+ margin : 0 10px ;
77+ }
78+ .nav ul li a {
79+ color : white;
80+ text-decoration : none;
81+ font-weight : bold;
82+ }
83+ .nav ul li a : hover {
84+ text-decoration : underline;
85+ }
6386 </ style >
6487</ head >
6588< body >
89+ < nav class ="nav ">
90+ < ul >
91+ < li > < a href ="https://demo.shellapi.ltd/ " target ="_blank "> ShellApi专业版演示站</ a > </ li >
92+ < li > < a href ="https://lite.shellapi.ltd/ " target ="_blank "> ShellApi青春版演示站</ a > </ li >
93+ < li > < a href ="https://github.com/akl7777777/ShellApiLogOptimizer " target ="_blank "> ShellApiLogOptimizer</ a > </ li >
94+ </ ul >
95+ </ nav >
96+
6697< h1 > ShellApiLogOptimizer</ h1 >
6798< p > ShellApiLogOptimizer 是一款专为 ShellApi 设计的日志优化插件,旨在显著提升日志查询和统计的速度。</ p >
6899
You can’t perform that action at this time.
0 commit comments