yoyo
This commit is contained in:
parent
b3981dfd35
commit
f684307330
1 changed files with 16 additions and 0 deletions
|
|
@ -535,9 +535,25 @@ class WorkflowTab(QWidget):
|
|||
" { \"code\": 101, \"parameters\": [\"face_alice\", 0, 0, 2, \"\"] }\n"
|
||||
"→ Set FACENAME101 = True\n"
|
||||
"\n"
|
||||
"### Format E — Color-wrapped speaker (NO FLAG NEEDED, handled automatically)\n"
|
||||
"A 401 line consists solely of a color-code-wrapped name: \\\\c[N]Name\\\\c[0].\n"
|
||||
"Example:\n"
|
||||
" { \"code\": 401, \"parameters\": [\"\\\\c[2]アリス\\\\c[0]\"] }\n"
|
||||
" { \"code\": 401, \"parameters\": [\"「こんにちは。\"] }\n"
|
||||
"→ No flag needed. Do not set anything.\n"
|
||||
"\n"
|
||||
"### Format F — Full-width colon (NO FLAG NEEDED, handled automatically)\n"
|
||||
"A 401 line ends with a full-width colon : marking it as a speaker line.\n"
|
||||
"Example:\n"
|
||||
" { \"code\": 401, \"parameters\": [\"アリス:\"] }\n"
|
||||
" { \"code\": 401, \"parameters\": [\"「こんにちは。\"] }\n"
|
||||
"→ No flag needed. Do not set anything.\n"
|
||||
"\n"
|
||||
"### Always-on (NO FLAG NEEDED, handled automatically)\n"
|
||||
" - \\\\n<Name> or \\\\k<Name> codes embedded in 401 text\n"
|
||||
" - 【Name】 alone on a line or 【Name】dialogue on the same line\n"
|
||||
" - \\\\c[N]Name\\\\c[0] color-wrapped name on its own 401 line\n"
|
||||
" - Name: line ending with a full-width colon\n"
|
||||
"\n"
|
||||
"---\n"
|
||||
"\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue