feat: Refactor input handling and feedback messages across multiple adapters

This commit is contained in:
fdc310
2026-07-11 19:23:42 +08:00
parent 183fb87649
commit 6cae954a67
12 changed files with 77 additions and 95 deletions
@@ -93,7 +93,7 @@ def test_dingtalk_completed_input_lines_include_text_and_select_values():
}
)
assert lines == [' 已填写 commentlooks good', ' 已选择 choiceB']
assert lines == ['✅ commentlooks good', '✅ choiceB']
def test_dingtalk_clean_form_content_uses_all_input_defs():