1. record news in rc; 2. add msg sent to; 3. qa_engineer restructure

This commit is contained in:
yzlin 2023-07-31 02:12:34 +08:00
parent 9ba18672c6
commit 6bf527d31e
9 changed files with 330 additions and 63 deletions

View file

@ -1,4 +1,4 @@
# token to separate different code messages in a WriteCode Message content
WRITECODE_MSG_SEP = "#*000*#"
MSG_SEP = "#*000*#"
# token to seperate file name and the actual code text in a code message
FILENAME_CODE_SEP = "#*001*#"
FILENAME_CODE_SEP = "#*001*#"