mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Add: Error notify
This commit is contained in:
@@ -349,7 +349,8 @@ def put_arg_select(kwargs: T_Output_Kwargs) -> Output:
|
||||
|
||||
def put_arg_textarea(kwargs: T_Output_Kwargs) -> Output:
|
||||
name: str = kwargs["name"]
|
||||
kwargs.setdefault("code", {"lineWrapping": True, "lineNumbers": False})
|
||||
mode: str = kwargs.pop("mode", None)
|
||||
kwargs.setdefault("code", {"lineWrapping": True, "lineNumbers": False, "mode": mode})
|
||||
|
||||
return put_scope(
|
||||
f"arg_contianer-textarea-{name}",
|
||||
|
||||
Reference in New Issue
Block a user