feat: update prompt

This commit is contained in:
clean99 2023-11-24 11:08:27 +08:00
parent a4c2bfa97e
commit ef6bd4d00f

View File

@ -47,7 +47,7 @@ Return only the JSON array in this format:
{ {
"element": "name, text, etc.", "element": "name, text, etc.",
"mistake": "wrong color, wrong size, etc.(strictly use css properties to describe)", "mistake": "wrong color, wrong size, etc.(strictly use css properties to describe)",
"improvement": "use #xxx color, use width: xxx px, etc.", "improvement": "use correct color, use width: correct px, etc.",
"location": "header" "location": "header"
}, },
] ]