1
0
forked from x/icebergs
This commit is contained in:
harveyshao 2022-12-15 11:15:22 +08:00
parent 43fe4a588c
commit 48de925bb3

View File

@ -18,7 +18,6 @@ type server struct {
darwin string `data:"https://github.com/coder/code-server/releases/download/v4.4.0/code-server-4.4.0-macos-amd64.tar.gz"`
source string `data:"https://github.com/coder/code-server/archive/refs/tags/v4.4.0.tar.gz"`
password string `data:"1234"`
start string `name:"start port host password" help:"启动"`
list string `name:"list port path auto start install" help:"编辑器"`
}