mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-31 15:06:42 +00:00 
			
		
		
		
	📝 add handler doc
This commit is contained in:
		
							
								
								
									
										17
									
								
								website/docs/tutorial/plugin/create-handler.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								website/docs/tutorial/plugin/create-handler.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| --- | ||||
| sidebar_position: 4 | ||||
| description: 定义事件处理流程,完成事件响应 | ||||
|  | ||||
| options: | ||||
|   menu: | ||||
|     weight: 27 | ||||
|     category: guide | ||||
| --- | ||||
|  | ||||
| # 定义事件处理流程 | ||||
|  | ||||
| 在上一章节中,我们已经定义了事件响应器,在这一章中,我们将会为事件响应器填充处理流程。 | ||||
|  | ||||
| ## 添加一个处理依赖 | ||||
|  | ||||
| ## 事件处理流程 | ||||
		Reference in New Issue
	
	Block a user