试试这个,我觉得跟你的风格很像
{
"task": "hand_drawn_travel_route_map",
"language": "zh-CN",
"style": {
"theme": "xiaohongshu_handbook_travel_map",
"medium": ["hand-drawn marker", "light watercolor texture"],
"line_quality": "natural irregular hand sketch",
"readability": "high",
"resolution": "high"
},
"canvas": {
"aspect_ratio": "4:5",
"background": {
"type": "grid_paper",
"color": "white",
"grid_color": "light_gray",
"grid_density": "notebook_small_grid"
}
},
"color_palette": {
"main_text": "black",
"highlight_text": "blue",
"route_lines": "gray",
"node_frames": "red",
"highlight_block": "yellow_highlighter"
},
"typography": {
"font_style": "handwritten_chinese",
"no_print_font": true,
"text_crisp": true
},
"layout": {
"header": {
"title_text": " [XX 省] 本地导游手绘的旅游地图",
"title_emphasis": [
{ "text": " [XX 省] 本地", "color": "red" },
{ "text": "导游手绘", "color": "blue" }
],
"underline": { "color": "red", "thickness": "medium", "length": "long" }
},
"top_left_note": {
"background": "yellow_highlighter_swatch",
"text_color": "blue",
"text": "内附:景点指南/美食推荐/游玩线路/游玩建议"
},
"main_map": {
"center_node": {
"name": " [中心城市] ",
"frame": { "shape": "hand_drawn_rectangle", "color": "red" }
},
"nodes": [
{ "name": " [景点 A] ", "frame": "red_hand_rectangle" },
{ "name": " [景点 B] ", "frame": "red_hand_rectangle" },
{ "name": " [景点 C] ", "frame": "red_hand_rectangle" }
],
"connections": [
{ "from": " [中心城市] ", "to": " [景点 A] ", "line_color": "gray", "label": "约 70 公里", "label_color": "blue" },
{ "from": " [中心城市] ", "to": " [景点 B] ", "line_color": "gray", "label": "约 122 公里", "label_color": "blue" },
{ "from": " [中心城市] ", "to": " [景点 C] ", "line_color": "gray", "label": "约 80 公里", "label_color": "blue" }
]
},
"decorations": {
"illustrations": [
{ "type": "small_bridge", "style": "simple_hand_drawn", "position": "near_center" },
{ "type": "ancient_pagoda_or_pavilion", "style": "simple_hand_drawn", "position": "bottom_left" }
],
"right_hint": {
"text": "详情请左滑",
"arrow": { "style": "bold_hand_drawn", "direction": "right" }
}
}
},
"negative_prompt": [
"realistic satellite map",
"3D render",
"photo style",
"English text",
"printed font",
"watermark",
"platform logo",
"overly dense tiny text",
"neon colors"
]
}