File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 33
44## 使用
55``` bash
6- key-gin 5000
6+ git clone https://github.com/woytu/key-gin.git
7+ cd key-gin
8+
9+ # Windows
10+ # 双击key-gin-windows.exe根据默认端口8000运行
11+ # 或者在cmd、power shell中
12+ key-gin-windows.exe
13+
14+ # Linux
15+ nohup ./key-gin-linux -p 5000 > /dev/null 2> index.log &
716```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ function selectCompany() {
33 if ( company == "netsarang" ) {
44 $ ( "#app" ) . empty ( ) ;
55 //为Select追加一个Option(下拉项)
6- $ ( "#app" ) . append ( '<option value="Xmanager Power Suite ">Xmanager Power Suite</option>' ) ;
6+ $ ( "#app" ) . append ( '<option value="Xmanager">Xmanager Power Suite</option>' ) ;
77 $ ( "#app" ) . append ( '<option value="Xshell">Xshell</option>' ) ;
88 $ ( "#app" ) . append ( '<option value="Xlpd">Xlpd</option>' ) ;
99 $ ( "#app" ) . append ( '<option value="Xftp">Xftp</option>' ) ;
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ <h2>支持Xshell、Xftp、Xshell Plus、Xmanager Power Suite各版本激活</h2>
6161 </ select >
6262 < label for ="app "> < b > 产品:</ b > </ label >
6363 < select class ="pure-input-1 " id ="app ">
64- < option value ="Xmanager Power Suite "> Xmanager Power Suite</ option >
64+ < option value ="Xmanager "> Xmanager Power Suite</ option >
6565 < option value ="Xshell "> Xshell</ option >
6666 < option value ="Xlpd "> Xlpd</ option >
6767 < option value ="Xftp "> Xftp</ option >
You can’t perform that action at this time.
0 commit comments