This commit is contained in:
dekun
2026-05-30 16:01:46 +08:00
parent 1993c7b4b1
commit e96a386d35
5 changed files with 240 additions and 8 deletions
+2
View File
@@ -50,6 +50,8 @@ class ServiceForm(FlaskForm):
choices=[
("", "普通(直接打开路径)"),
("hub", "复盘中控(云端 hub,需 embed-auth 登录)"),
("gate_scout", "Gate 扫描端(iframe 代登录)"),
("gate_exec", "Gate 执行器(iframe 代登录)"),
],
default="",
validators=[Optional()],