crazypeace / huashengdun-webssh

增加生成sshlink功能,方便收藏,下次使用不需要输入密码。
https://ssh-crazypeace.koyeb.app/
MIT License
140 stars 198 forks source link

Init Command (execute the command after login) #6

Closed crazypeace closed 1 week ago

crazypeace commented 1 week ago
var initcmdstr = document.getElementById("initcmd").value;
var initcmdstrAfterURI = encodeURIComponent(initcmdstr);