complete task query interface

This commit is contained in:
harry
2024-04-01 20:12:14 +08:00
parent 95bc24453f
commit 9283787681
10 changed files with 139 additions and 23 deletions

View File

@@ -1,4 +1,8 @@
punctuations = [
PUNCTUATIONS = [
"?", ",", ".", "", ";", ":",
"", "", "", "", "", "",
]
TASK_STATE_FAILED = -1
TASK_STATE_COMPLETE = 1
TASK_STATE_PROCESSING = 4