script generation improvement (#3216)

This commit is contained in:
Shuchang Zheng
2025-08-16 17:48:10 -07:00
committed by GitHub
parent 82f0b98fca
commit b9b7591079
14 changed files with 841 additions and 279 deletions

View File

@@ -40,3 +40,6 @@ SCROLL_AMOUNT_MULTIPLIER = 100
# Text input constants
TEXT_INPUT_DELAY = 10 # 10ms between each character input
TEXT_PRESS_MAX_LENGTH = 20
# Script generation constants
DEFAULT_SCRIPT_RUN_ID = "default"