modify readme

This commit is contained in:
sun-guannan
2025-07-20 14:35:06 +08:00
parent 4d5012d653
commit e6f3da7c5c

View File

@@ -96,7 +96,7 @@ response = requests.post("http://localhost:9001/add_text", json={
"text": "Hello, World!",
"start": 0,
"end": 3,
"font": "Source Han Sans",
"font": "ZY_Courage",
"font_color": "#FF0000",
"font_size": 30.0
})