add:edit server config func

This commit is contained in:
2026-04-06 03:39:51 +09:00
parent 9e9134f659
commit a4289ad172
6 changed files with 179 additions and 2 deletions

View File

@@ -19,6 +19,8 @@ const (
pageSend
pageCleanAll
pageRemoveServer
pageSelectEditServer
pageEditServer
)
type TUIInterface struct {
@@ -49,6 +51,8 @@ type TUIInterface struct {
FileOpLoading bool
FileOpErr error
FileOpSuccess string
// edit server page
EditingServer string // original name of server being edited
// clean all confirmation page
CleanInput textinput.Model
CleanOpLoading bool