@@ -50,6 +50,8 @@ class ServiceForm(FlaskForm):
choices=[
("", "普通(直接打开路径)"),
("hub", "复盘中控(云端 hub,需 embed-auth 登录)"),
("gate_scout", "Gate 扫描端(iframe 代登录)"),
("gate_exec", "Gate 执行器(iframe 代登录)"),
],
default="",
validators=[Optional()],
The note is not visible to the blocked user.