mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Opt: Disallow modifying emotion record time on GUI, they can be auto updated now
This commit is contained in:
@@ -412,7 +412,13 @@ def get_output(
|
||||
return put_textarea_(name, title, arg_help, value, **other_html_attrs)
|
||||
elif arg_type == "checkbox":
|
||||
return put_checkbox_(name, title, arg_help, value, **other_html_attrs)
|
||||
elif arg_type == "lock":
|
||||
return put_input_(
|
||||
name, title, arg_help, value, readonly=True, **other_html_attrs
|
||||
)
|
||||
elif arg_type == "disable":
|
||||
return put_input_(
|
||||
name, title, arg_help, value, readonly=True, **other_html_attrs
|
||||
)
|
||||
elif arg_type == "hide":
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user