add:clean all func

This commit is contained in:
2026-04-06 03:26:02 +09:00
parent e39ee1694d
commit 83aab9d943
7 changed files with 138 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
package pages
type CleanAllPageMsg struct {
ServerName string
}