2025-10-14 21:29:42 +08:00
{
"id" : 24 ,
"title" : {
"en" : "Chunk Summary" ,
2025-10-30 03:56:28 +01:00
"de" : "Segmentzusammenfassung" ,
2025-10-14 21:29:42 +08:00
"zh" : "总结切片"
} ,
"description" : {
"en" : "This template uses an LLM to generate chunk summaries for building text and vector indexes. During retrieval, summaries enhance matching, and the original chunks are returned as results." ,
2025-10-30 03:56:28 +01:00
"de" : "Diese Vorlage nutzt ein LLM zur Generierung von Segmentzusammenfassungen für den Aufbau von Text- und Vektorindizes. Bei der Abfrage verbessern die Zusammenfassungen die Übereinstimmung, während die ursprünglichen Segmente als Ergebnisse zurückgegeben werden." ,
2025-10-14 21:29:42 +08:00
"zh" : "此模板利用大模型生成切片摘要,并据此建立全文索引与向量。检索时以摘要提升匹配效果,最终召回对应的原文切片。"
} ,
"canvas_type" : "Ingestion Pipeline" ,
"canvas_category" : "dataflow_canvas" ,
2026-04-10 19:04:52 +08:00
"dsl" : {
"components" : {
2026-04-15 18:42:29 +08:00
"Extractor:SharpTaxisSay" : {
2026-04-10 19:04:52 +08:00
"downstream" : [
2026-04-15 18:42:29 +08:00
"Tokenizer:ShaggyShrimpsLose"
2026-04-10 19:04:52 +08:00
] ,
"obj" : {
"component_name" : "Extractor" ,
"params" : {
"field_name" : "summary" ,
"frequencyPenaltyEnabled" : true ,
"frequency_penalty" : 0.7 ,
2026-04-15 18:42:29 +08:00
"llm_id" : "THUDM/GLM-4.1V-9B-Thinking@SILICONFLOW" ,
2026-04-10 19:04:52 +08:00
"maxTokensEnabled" : false ,
"max_tokens" : 256 ,
"outputs" : {
"chunks" : {
"type" : "Array<Object>" ,
"value" : [ ]
}
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"presencePenaltyEnabled" : true ,
"presence_penalty" : 0.4 ,
"prompts" : [
{
2026-04-15 18:42:29 +08:00
"content" : "Text to Summarize:\n{TokenChunker:ModernPetsKneel@chunks}" ,
2026-04-10 19:04:52 +08:00
"role" : "user"
}
] ,
"sys_prompt" : "Act as a precise summarizer. Your task is to create a summary of the provided content that is both concise and faithful to the original.\n\nKey Instructions:\n1. Accuracy: Strictly base the summary on the information given. Do not introduce any new facts, conclusions, or interpretations that are not explicitly stated.\n2. Language: Write the summary in the same language as the source text.\n3. Objectivity: Present the key points without bias, preserving the original intent and tone of the content. Do not editorialize.\n4. Conciseness: Focus on the most important ideas, omitting minor details and fluff." ,
"temperature" : 0.1 ,
"temperatureEnabled" : true ,
2026-04-15 18:42:29 +08:00
"tenant_llm_id" : 63 ,
2026-04-10 19:04:52 +08:00
"topPEnabled" : true ,
"top_p" : 0.3
2025-10-14 21:29:42 +08:00
}
} ,
2026-04-10 19:04:52 +08:00
"upstream" : [
2026-04-15 18:42:29 +08:00
"TokenChunker:ModernPetsKneel"
2026-04-10 19:04:52 +08:00
]
} ,
"File" : {
"downstream" : [
"Parser:HipSignsRhyme"
] ,
"obj" : {
"component_name" : "File" ,
"params" : { }
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"upstream" : [ ]
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"Parser:HipSignsRhyme" : {
"downstream" : [
2026-04-15 18:42:29 +08:00
"TokenChunker:ModernPetsKneel"
2026-04-10 19:04:52 +08:00
] ,
"obj" : {
"component_name" : "Parser" ,
"params" : {
2025-10-14 21:29:42 +08:00
"outputs" : {
"html" : {
"type" : "string" ,
"value" : ""
} ,
"json" : {
"type" : "Array<object>" ,
"value" : [ ]
} ,
"markdown" : {
"type" : "string" ,
"value" : ""
} ,
"text" : {
"type" : "string" ,
"value" : ""
}
} ,
2026-04-10 19:04:52 +08:00
"setups" : {
"doc" : {
2025-10-14 21:29:42 +08:00
"output_format" : "json" ,
2026-04-10 19:04:52 +08:00
"preprocess" : "main_content" ,
"suffix" : [
"doc"
]
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"docx" : {
2026-04-15 18:42:29 +08:00
"flatten_media_to_text" : false ,
2026-04-10 19:04:52 +08:00
"output_format" : "json" ,
"preprocess" : "main_content" ,
"suffix" : [
"docx"
] ,
"vlm" : { }
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"email" : {
2025-10-14 21:29:42 +08:00
"fields" : [
"from" ,
"to" ,
"cc" ,
"bcc" ,
"date" ,
"subject" ,
"body" ,
"attachments"
] ,
2026-04-10 19:04:52 +08:00
"output_format" : "text" ,
"preprocess" : "main_content" ,
"suffix" : [
"eml" ,
"msg"
]
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"html" : {
"output_format" : "json" ,
"preprocess" : "main_content" ,
"suffix" : [
"htm" ,
"html"
]
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"image" : {
"output_format" : "text" ,
"parse_method" : "ocr" ,
"preprocess" : "main_content" ,
"suffix" : [
"jpg" ,
"jpeg" ,
"png" ,
"gif"
] ,
"system_prompt" : ""
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"markdown" : {
2026-04-15 18:42:29 +08:00
"flatten_media_to_text" : false ,
2026-04-10 19:04:52 +08:00
"output_format" : "json" ,
"preprocess" : "main_content" ,
"suffix" : [
"md" ,
"markdown" ,
"mdx"
] ,
"vlm" : { }
} ,
"pdf" : {
2026-04-15 18:42:29 +08:00
"flatten_media_to_text" : false ,
2026-04-10 19:04:52 +08:00
"output_format" : "json" ,
"parse_method" : "DeepDOC" ,
"preprocess" : "main_content" ,
"suffix" : [
"pdf"
] ,
"vlm" : { }
} ,
"slides" : {
"output_format" : "json" ,
"parse_method" : "DeepDOC" ,
"preprocess" : "main_content" ,
"suffix" : [
"pptx" ,
"ppt"
]
} ,
"spreadsheet" : {
2026-04-15 18:42:29 +08:00
"flatten_media_to_text" : false ,
2026-04-10 19:04:52 +08:00
"output_format" : "html" ,
"parse_method" : "DeepDOC" ,
"preprocess" : "main_content" ,
"suffix" : [
"xls" ,
"xlsx" ,
"csv"
] ,
"vlm" : { }
} ,
"text&code" : {
"output_format" : "json" ,
"preprocess" : "main_content" ,
"suffix" : [
"txt" ,
"py" ,
"js" ,
"java" ,
"c" ,
"cpp" ,
"h" ,
"php" ,
"go" ,
"ts" ,
"sh" ,
"cs" ,
"kt" ,
"sql"
]
2025-10-14 21:29:42 +08:00
}
2026-04-10 19:04:52 +08:00
}
}
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"upstream" : [
"File"
]
2025-10-14 21:29:42 +08:00
} ,
2026-04-15 18:42:29 +08:00
"TokenChunker:ModernPetsKneel" : {
2026-04-10 19:04:52 +08:00
"downstream" : [
2026-04-15 18:42:29 +08:00
"Extractor:SharpTaxisSay"
2026-04-10 19:04:52 +08:00
] ,
"obj" : {
"component_name" : "TokenChunker" ,
"params" : {
"children_delimiters" : [ ] ,
2025-10-14 21:29:42 +08:00
"chunk_token_size" : 512 ,
2026-04-10 19:04:52 +08:00
"delimiter_mode" : "token_size" ,
"delimiters" : [ ] ,
"image_context_size" : 0 ,
2025-10-14 21:29:42 +08:00
"outputs" : {
"chunks" : {
"type" : "Array<Object>" ,
"value" : [ ]
}
} ,
2026-04-10 19:04:52 +08:00
"overlapped_percent" : 0 ,
"table_context_size" : 0
}
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"upstream" : [
"Parser:HipSignsRhyme"
]
2025-10-14 21:29:42 +08:00
} ,
2026-04-15 18:42:29 +08:00
"Tokenizer:ShaggyShrimpsLose" : {
2026-04-10 19:04:52 +08:00
"downstream" : [ ] ,
"obj" : {
"component_name" : "Tokenizer" ,
"params" : {
"fields" : "text" ,
2025-10-14 21:29:42 +08:00
"filename_embd_weight" : 0.1 ,
"outputs" : { } ,
"search_method" : [
"embedding" ,
"full_text"
]
2026-04-10 19:04:52 +08:00
}
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"upstream" : [
2026-04-15 18:42:29 +08:00
"Extractor:SharpTaxisSay"
2026-04-10 19:04:52 +08:00
]
}
} ,
"globals" : {
2026-04-15 18:42:29 +08:00
"sys.history" : [ ]
2026-04-10 19:04:52 +08:00
} ,
"graph" : {
"edges" : [
{
"id" : "xy-edge__Filestart-Parser:HipSignsRhymeend" ,
"source" : "File" ,
"sourceHandle" : "start" ,
"target" : "Parser:HipSignsRhyme" ,
"targetHandle" : "end"
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
{
2026-04-15 18:42:29 +08:00
"id" : "xy-edge__Parser:HipSignsRhymestart-TokenChunker:ModernPetsKneelend" ,
2026-04-10 19:04:52 +08:00
"source" : "Parser:HipSignsRhyme" ,
"sourceHandle" : "start" ,
2026-04-15 18:42:29 +08:00
"target" : "TokenChunker:ModernPetsKneel" ,
2026-04-10 19:04:52 +08:00
"targetHandle" : "end"
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
{
2026-04-15 18:42:29 +08:00
"id" : "xy-edge__TokenChunker:ModernPetsKneelstart-Extractor:SharpTaxisSayend" ,
"source" : "TokenChunker:ModernPetsKneel" ,
2026-04-10 19:04:52 +08:00
"sourceHandle" : "start" ,
2026-04-15 18:42:29 +08:00
"target" : "Extractor:SharpTaxisSay" ,
2026-04-10 19:04:52 +08:00
"targetHandle" : "end"
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
{
2026-04-15 18:42:29 +08:00
"data" : {
"isHovered" : false
} ,
"id" : "xy-edge__Extractor:SharpTaxisSaystart-Tokenizer:ShaggyShrimpsLoseend" ,
"markerEnd" : "logo" ,
"source" : "Extractor:SharpTaxisSay" ,
2026-04-10 19:04:52 +08:00
"sourceHandle" : "start" ,
2026-04-15 18:42:29 +08:00
"target" : "Tokenizer:ShaggyShrimpsLose" ,
"targetHandle" : "end" ,
"type" : "buttonEdge" ,
"zIndex" : 1001
2026-04-10 19:04:52 +08:00
}
] ,
"nodes" : [
{
"data" : {
"label" : "File" ,
"name" : "File"
} ,
"id" : "File" ,
"measured" : {
2026-04-15 18:42:29 +08:00
"height" : 50 ,
2026-04-10 19:04:52 +08:00
"width" : 200
} ,
"position" : {
"x" : 50 ,
"y" : 200
} ,
"sourcePosition" : "left" ,
"targetPosition" : "right" ,
"type" : "beginNode"
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
{
"data" : {
"form" : {
"outputs" : {
"html" : {
"type" : "string" ,
"value" : ""
} ,
"json" : {
"type" : "Array<object>" ,
"value" : [ ]
} ,
"markdown" : {
"type" : "string" ,
"value" : ""
} ,
"text" : {
"type" : "string" ,
"value" : ""
}
} ,
"setups" : [
{
"fileFormat" : "pdf" ,
2026-04-15 18:42:29 +08:00
"flatten_media_to_text" : false ,
2026-04-10 19:04:52 +08:00
"output_format" : "json" ,
"parse_method" : "DeepDOC" ,
"preprocess" : "main_content"
} ,
{
"fileFormat" : "spreadsheet" ,
2026-04-15 18:42:29 +08:00
"flatten_media_to_text" : false ,
2026-04-10 19:04:52 +08:00
"output_format" : "html" ,
"parse_method" : "DeepDOC" ,
"preprocess" : "main_content"
} ,
{
"fileFormat" : "image" ,
"output_format" : "text" ,
"parse_method" : "ocr" ,
"preprocess" : "main_content" ,
"system_prompt" : ""
} ,
{
"fields" : [
"from" ,
"to" ,
"cc" ,
"bcc" ,
"date" ,
"subject" ,
"body" ,
"attachments"
] ,
"fileFormat" : "email" ,
"output_format" : "text" ,
"preprocess" : "main_content"
} ,
{
"fileFormat" : "markdown" ,
2026-04-15 18:42:29 +08:00
"flatten_media_to_text" : false ,
2026-04-10 19:04:52 +08:00
"output_format" : "json" ,
"preprocess" : "main_content"
} ,
{
"fileFormat" : "text&code" ,
"output_format" : "json" ,
"preprocess" : "main_content"
} ,
{
"fileFormat" : "html" ,
"output_format" : "json" ,
"preprocess" : "main_content"
} ,
{
"fileFormat" : "doc" ,
"output_format" : "json" ,
"preprocess" : "main_content"
} ,
{
"fileFormat" : "docx" ,
2026-04-15 18:42:29 +08:00
"flatten_media_to_text" : false ,
2026-04-10 19:04:52 +08:00
"output_format" : "json" ,
"preprocess" : "main_content"
} ,
{
"fileFormat" : "slides" ,
"output_format" : "json" ,
"parse_method" : "DeepDOC" ,
"preprocess" : "main_content"
}
]
} ,
"label" : "Parser" ,
"name" : "Parser_0"
} ,
"dragging" : false ,
"id" : "Parser:HipSignsRhyme" ,
"measured" : {
2026-04-15 18:42:29 +08:00
"height" : 57 ,
2026-04-10 19:04:52 +08:00
"width" : 200
} ,
"position" : {
"x" : 316.99524094206413 ,
"y" : 195.39629819663406
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "parserNode"
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
{
"data" : {
"form" : {
"chunk_token_size" : 512 ,
"delimiter_mode" : "token_size" ,
"delimiters" : [
{
"value" : "\n"
}
] ,
"image_table_context_window" : 0 ,
"outputs" : {
"chunks" : {
"type" : "Array<Object>" ,
"value" : [ ]
}
} ,
"overlapped_percent" : 0
} ,
"label" : "TokenChunker" ,
"name" : "Token Chunker_0"
} ,
2026-04-15 18:42:29 +08:00
"id" : "TokenChunker:ModernPetsKneel" ,
2026-04-10 19:04:52 +08:00
"measured" : {
2026-04-15 18:42:29 +08:00
"height" : 74 ,
2026-04-10 19:04:52 +08:00
"width" : 200
} ,
"position" : {
"x" : 616.9952409420641 ,
"y" : 195.39629819663406
} ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "chunkerNode"
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
{
"data" : {
"form" : {
"fields" : "text" ,
"filename_embd_weight" : 0.1 ,
"outputs" : { } ,
"search_method" : [
"embedding" ,
"full_text"
]
} ,
"label" : "Tokenizer" ,
"name" : "Indexer_0"
} ,
2026-04-15 18:42:29 +08:00
"dragging" : false ,
"id" : "Tokenizer:ShaggyShrimpsLose" ,
2026-04-10 19:04:52 +08:00
"measured" : {
2026-04-15 18:42:29 +08:00
"height" : 114 ,
2026-04-10 19:04:52 +08:00
"width" : 200
} ,
"position" : {
2026-04-15 18:42:29 +08:00
"x" : 1188.9891545215792 ,
"y" : 159.26426539640332
2026-04-10 19:04:52 +08:00
} ,
2026-04-15 18:42:29 +08:00
"selected" : false ,
2026-04-10 19:04:52 +08:00
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "tokenizerNode"
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
{
"data" : {
"form" : {
2026-04-15 18:42:29 +08:00
"field_name" : "summary" ,
"frequencyPenaltyEnabled" : true ,
"frequency_penalty" : 0.7 ,
"llm_id" : "THUDM/GLM-4.1V-9B-Thinking@SILICONFLOW" ,
"maxTokensEnabled" : false ,
"max_tokens" : 256 ,
"outputs" : {
"chunks" : {
"type" : "Array<Object>" ,
"value" : [ ]
}
} ,
"presencePenaltyEnabled" : true ,
"presence_penalty" : 0.4 ,
"prompts" : "Text to Summarize:\n{TokenChunker:ModernPetsKneel@chunks}" ,
"sys_prompt" : "Act as a precise summarizer. Your task is to create a summary of the provided content that is both concise and faithful to the original.\n\nKey Instructions:\n1. Accuracy: Strictly base the summary on the information given. Do not introduce any new facts, conclusions, or interpretations that are not explicitly stated.\n2. Language: Write the summary in the same language as the source text.\n3. Objectivity: Present the key points without bias, preserving the original intent and tone of the content. Do not editorialize.\n4. Conciseness: Focus on the most important ideas, omitting minor details and fluff." ,
"temperature" : 0.1 ,
"temperatureEnabled" : true ,
"tenant_llm_id" : 63 ,
"topPEnabled" : true ,
"top_p" : 0.3
2026-04-10 19:04:52 +08:00
} ,
2026-04-15 18:42:29 +08:00
"label" : "Extractor" ,
"name" : "Summarization"
2026-04-10 19:04:52 +08:00
} ,
"dragging" : false ,
2026-04-15 18:42:29 +08:00
"id" : "Extractor:SharpTaxisSay" ,
2026-04-10 19:04:52 +08:00
"measured" : {
2026-04-15 18:42:29 +08:00
"height" : 90 ,
"width" : 200
2026-04-10 19:04:52 +08:00
} ,
"position" : {
2026-04-15 18:42:29 +08:00
"x" : 878.855872986265 ,
"y" : 177.33028179651868
2026-04-10 19:04:52 +08:00
} ,
2026-04-15 18:42:29 +08:00
"selected" : true ,
2026-04-10 19:04:52 +08:00
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
2026-04-15 18:42:29 +08:00
"type" : "contextNode"
2026-04-10 19:04:52 +08:00
}
]
} ,
"history" : [ ] ,
"messages" : [ ] ,
"path" : [ ] ,
"retrieval" : [ ] ,
"variables" : [ ]
2025-10-14 21:29:42 +08:00
} ,
"avatar" : " d a t a : i m a g e / p n g ; b a s e 64 , i V B O R w 0 K G g o A A A A N S U h E U g A A A D A A A A A w C A Y A A A B X A v m H A A A A C X B I W X M A A B Y l A A A W J Q F J U i T w A A A A A X N S R 0 I A r s 4 c 6 Q A A A A R n Q U 1 B A A C x j w v 8 Y Q U A A A 7 E S U R B V H g B v V p L r F 1 l F V 7 / v / c + j 3 t 729 t S C l Z C i g X F F / J Q E 21 C a K I T H c A E i c a 5 U w c m D s W 5 A 4 m J T I w z B 5 i Q i M T I w A h G Q z Q S r K J I o m A D W k p L u X 3 c x 3 n s / f 9 + 31 r r P 4 / b 2 x q N s J t z z z n 7 / I / 1 r / W t b z 12 g + y 6 N q 7 k B 1 K Q B 0 O S h 3 K Q Y / I e X V 0 Q y X n 5 X o x 4 J Z E Q 5 B R + O h U r + f b B Y T i 9 O C a U D x s 5 r 8 u m f A v j v y 7 v 8 p X 9 l f R v u P 5 g / F z n p e / f j V M c 5 G C 4 K G U 2 h U 9 b 8 i z W u 1 v e p U s F V i 1 n C D 4 X O h a 5 Y P L F w + S 88 B k f e 9 n W c K F P h V Z O 8 h A 2 H 5 p / t 4 R v Q 5 Y J 3 q f Y f d p l 6 V z 9 l Q s f Y 1 a o V P h W Q d J Q X r g f g o n M t 2 m Y m w G f 7 k 4 N Z O Z v G z v 5 W G r l H / J / u q j l h B 0 6 m W O a u g S O Z 9 q m 0 L x b J 8 L I L v q A y o h B w X C v 62 Q 4 Q U 42 M 0 L 0 u G A l D D t Z p 85 O 8 r 9 c X I p 7 U s u 0 c 2 v A V q E q O u C S 0 P a u Q u O U H D N e B E V 2 A P l 8 n p F T G g g / 4 R e d E 0 w Z Z U 2 R h + r / F j o z o c W w n J L d z S 4 k N V f P h M 66 Z c X 9 k 1 m H c G q p 2 j A X R a G 0 h y 9 z 6 Y k e I s j U 77 X 8 P h f m w X D h y m 7 y u v b V F n g k 8 y j O r K q w D A + a u U i T j G l a P 2 h K j u l g 88 Q h w b k h O j t x U V i 0 w E a t g V f N w 7 u V 6 B 88 F M f X 1 x O 44 J n a z p 1 t q J M q M 3 m R M w Y 6 X F D O z n h v k 2 m c 83 Q R h 0 o V D e h V s I l 1 D D N q a d 25 G z E n n k B 0 Q o 2 b F A Y j E 9 E i A V 86 P 3 x 9 T a F J d 50 o B E x o s 9 l M 0 8 B F 5 O B g 9 y n 0 G B N V y X l 2 M m c Z + 175 I d x l w E p i r O T x g H P H 2 S x F 8 f q Y M B 4 l x e Y A 0 j c u c K u W C d I r F p g J z Y m F O a j R m S M G v 5 c x w T W S D Z e d U m P R p M P J f U E V T h / w z x 1 k m X T c J 8 F J o 2 q R X p I 786 c p B n B f K i v A n B v j I O c u i a w N s x w A f v f v M x K g E i n r l M p 4 E z 7 Q d t m p z k 0 s p l m F q d j 37 E F z U h w y z S N q E D 9 o M C w b v 5 v G q W G u 35 J F q C A e B H D s c t Z g R X + q Y K V h L 8 q w M c E m r e j 4 B l Z e G w R 55 W y S m w 9 E a X F / f d X S C y q P 64 U z l 7 N 6 Z M G l l M 2 d o A n 9 t g j t j u t 0 r R Y h P C o n l M o R x b H T Z B r v D F M Q y m i Q k y k 89 x j A / i s Q s A W w t 6 d Z r V p R + z k B M k E P O M X m B / c F + d v Z V o 6 s 1 W q 1 t Z 6 x h i r + L V h A F U 8 B H D 6 d z C G V H B 5 p J r Q f 0 I W e c b 36 g E V b H j L h z 1 Q Z K + p i W c w C B O D K I O o h t z C A A t K z A j R G e D Y Y v n 8 l 43 B R x n C s G P i e Z f 8 w y N / f y r K + E m T Y F x l W J q P S a H Q t U / D W B c i O 9 R k 8 q m W o R J M Z Z n X t Q m s J u M Z f f I 8 K x Z D 8 E H j 1 E N k q 3 N u B S S d t m l m R i z b Q C K 3 Z g 1 a G y N z W I e w T L 0 7 l C x 9 v I H S S 22 + M O j b j k J v b Q f 3 q 0 J p R a z 0 N 5 o j Z o 2 N w K F W q b j h t M F y Q 3 w M p j f Q I L E 5 o H T o f n Z H 0 1 k X z F 2 i M T j r G e p z b R I v Q V 8 a G f V U L x k Q I U y m M I i A B r Q N K P z 7 V y i 0 H g v z 0 p S S P P 9 L I 9389 k c 1 J l H t v i X J x B M v h o J e x 9 i r G X t 6 G V W C N O H W H y T E r L G o K D S 1 g X e k V G q S F I P g O K G 0 T P D f i A f D a x O m 326 x Q 6 / C + B c + 6 M q E l g z r w C L 9 f 3 A F U x j Z e U 2 P g f t A k O b w S s b 7 I X 8508 q M X k z z 6 z E S + f F + U c 5 t B H r 6 v k m 8 + P Z G v n e i Z M 6 s 8 Q X b A I O 87 F O X t z a Q + S x o O / 7 o E C M U 5 v o s v k F r b z p y x h T d m w i O b 8 M R e 7 T z O 74 w Z g 8 Z w r T R J 1 o G 26 T 4 N h c a C + o J W 1 g d Z X t / I 8 u Q f s j x y T 5 Z f v R p 1 j 2 + c F P n O L z u s G e T k H U H u O h r V / 146 k + S e W 4 O M p 2 J 0 j c 37 s N i F T d D r w J 24 M s h a j p O N P a a O U 0 b D 7 Z a 0 l z R o k B m 2 W 7 N I 7 X z P g 6 g f u N N T I f z t M C j v Z V D g 8 S M R B 8 n y 8 p s Q / I + d f O n e C r S Z 5 Z k / Z / n M 8 S B 3 H g n y + 9 e T 3 H + 8 l g N D U Q 1 f H I n c c R j + 0 m l K K k 2 T F Y K 0 9 h B a u Q Q k 7 O u 5 E z P k t 0 p 55 O V k Q Q p C j T t S p G l / G x Q z 4 U I V g w 1 w P q U f 2 E G U o f B n M A A t 4 p S n 32 n l + O F a v v d c J 1 / 5 d C U H E Y i e B E x u W s 9 y 4 r Z K D 0 E K / e J H K n l 7 K 8 u d N x n U p m Q p r H 3 D E E F s C 76 B 9 w G E p U W r a I q h r 0 49 d q y C T s M b F 3 N O H r 5 p n g 4 L V D g Q n W 6 n N U g Q f 8 U P x q 79 X m W / E 8 c N P l M b v 3 i l l R M f r O R p C P j 5 D 1 W y D 3 T 3879 i L f j O 7 U d Q + W 1 G O X u l k 4 f v q b B m V M 4 / O E h y a W R r 0 K E H d V K o k h T q a L 5 I 4 S k 0 u W j c J S W K X m M y R I 2 o y Q I S M b q G T Q E r O K O n D / i 3 A 23 T p J t 4 T a e E W 5 b H f 9 N C U 9 A 4 T Y v 5 F 7 a Y o 1 T y w m u t 3 H 97 l B / 8 t l P t n T g G w X e y v H 9 / L Z + 7 M w D 3 l f p Q h M n W e k n x f 8 M K I i y s 11 f h b d e + s x S V t Q V i G I G N y H y H V k 14 y a Z c d W L N F 8 k + o K E R o P L a B c t + J h 5 N Y w k I G H M z a O 4 i z P 4 a H P E D 6 w F M Z E U 3 z U t n / u H v R D 55 q 6 g V D 8 I H j u 4 P e I E 5 t r M q a t g P E D w r 1 G g B 8 n I u u V Y M n u c U M o B F I O w Q S q I f M q 4 w c v d q M p w F 3 V p p U g w i p L o L W 3 A Q a G z Q D 1 r a 0 b R q K q w 8 B P U 8 + r O J f P V T N W j Q N E P q H S U m e V E x e d f R T j 57 r D I Y t B a u z m 1 m z f N v Q D I 2 A B u t N p a Y 55 I A e g o z c X q O 0 Q I X / Y 1 W z E r L I I h o y S J n U 9 k M o s p C v L U 98 f Q W w r z 6 T l D W W E V E 7 D r D P V O E d 7 a S v H I O G o Q A q 4 D a h 4 H r T X D z P q Q G h N w A s I g 134 N 2 G T Y n 5 h s 0 e Z 9 F C B S x q g L N k 0 d i e w x N E w f R q z n m p o R 0 v 7 Y Y w F g w m V o K v o r 1 e I / s 2 J Z o T m p i d O W i B y D 0 Q f A r 0 4 p L g M p l 4 h 4 n j Z h N S 3 w U j P H 86 S Q f O w p t w o O f e D H I C / 9 k b e A l J g 46 g W M 1 c D Q 0 o a S P o N W I p Q n 7 G k 31 V P x R S y r k e + U p y l S j f Q U / G E I h + w C V q j Z m Z P Q n j R r s k l V t X g u o B U Y T O h P Z B 45 T W y H x / G n R J G p 9 a F Y Z t R Y 5 i a t D Q 4 T 2 c V J T H x 6 S s b I 6 O r V N n d R a x F g E 56 H 7 z D o b s y S x r a m E B p 7 O 0 x b s 2 U S 1 U M h W s D B D o J x k o a a x d 0 t W l i 87 A L x m M u U i l q j x h O e 3 w e f n L U k b 9 i x l 6 H t l R V 9 I w e J B l a 0 H U k d b m o k Z W y H c s I Z C m r r S 36 g g K 947 n U u / 6 y G v Y D w o i S H x T 1 a i l A o 7 T 2 l K 8 a 81 B K u y M K 9 F + F k 5 O c X C B p a F r u O X 1 T 5 x b K X e I E a L g t g w Q a D R 2 M p K m r U O 3 u d h s k c / 8 H q 5 B g a 0 W M 8 U x K q g C G 5 c q R v V N q 9 x Z 8 l h c i Z b 7 R n c y I r Z y 0 z N 6 M m G w Q o r j Q m V 5 V v h z J W U m T W O J 97 P s X R D g 0 8 P e P z T 2 V q m g B g Z J C E y M 73 v B b e A 5 u 8 m f P Q q n y w x x M G o w d J X U C j B E k 1 t x Q + z A 8 K z b S 0 B I y 0 O q G 2 v u 5 O I t 2 v s 8 F Y 2 m 2 I Z G z g u u t K 0 I g t e Z e 8 A 1 w x m X O f y y A L U D j R 0 5 l J E 8 g T s r 4 i m s B q 6 x T J V a 51 Y K 3 C t D + 1 W S e + T R u s q a n S N t W G b T D L 29 g q 1 T M g 2 X v S r 0 F 4 I K a S y 5 U C + l f l C t F q Z j F V 6 p 15 S W n l I j T C 7 J M a n 2 W B C L W / A G m 9 d t i K c 3 E v a L O 3 B F Z i c G S b 5 n R i l X / Q b 1 r P W f b D E 0 D o W T A n U q R u r L c j t T L 1 z M k u V J p l 17 u x g j a c q 4 j n Z 7 i 5 W e G P D 0 u n g N e 32 x I J O D 0 d m X L C S L y g 1 n t + M y i R U E d M I p g I k T 0 K i D 4 e k c A p B K Z H U D q B 5 T m N 1 M A O Q p 10e5 o M m a F r G e u O r r o O T Q N Y 0 I K U o u 6 / s V g p v M J V I p p H o P L U 1 T n o A b / n A 9 E y u 6 E m t L s y 4 q / U t o N F n z q + s J N p H m p Q E k G Z v s r H M Q t + w Y D v x A 6 y l 1 S B h U x m Z K J W W d k u + S m 47 f L B U h a S h N M p N K 2 c F 1 q 1 T B J k d U K v i 14 v 3 W Z h X d g E 9 A t 8 h F / o r b R O v u G p 7 N 3 o s j Q H z C 7 p 7 l 60 c 5 T d 17 E o 0 8 n M f 7 c
2026-04-03 19:26:45 +08:00
}