Update README.md

This commit is contained in:
lateautumn4lin 2020-09-14 19:08:01 +08:00 committed by GitHub
parent dde6ae615d
commit 03501dec0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,57 +25,57 @@
## Structure introduction ## Structure introduction
> 公共类 > 公共类
- commons - **commons**
> 统一日志类 > 统一日志类
- Logger - **Logger**
> 响应线程Task类 > 响应线程Task类
- Response - **Response**
> 入口类 > 入口类
- entry - **entry**
> Hook第一层入口包括免重启等功能 > Hook第一层入口包括免重启等功能
- BaseEntry - **BaseEntry**
> Hook逻辑入口由第一层入口加载包含具体的Hook逻辑 > Hook逻辑入口由第一层入口加载包含具体的Hook逻辑
- RealEntry - **RealEntry**
> 事件处理类 > 事件处理类
- handlers - **handlers**
> 基础处理类 > 基础处理类
- BaseHandler - **BaseHandler**
> 测试类 > 测试类
- KuaishouHandler - **KuaishouHandler**
> 初始化管理类 > 初始化管理类
- initialization - **initialization**
> 基础初始化类 > 基础初始化类
- BaseInit - **BaseInit**
> 注册类管理与Sekiro服务端通信 > 注册类管理与Sekiro服务端通信
- Register - **Register**
> 工具类 > 工具类
- utils - **utils**
> 类查询助手 > 类查询助手
- ClassesReaderAssistant - **ClassesReaderAssistant**
> 通信助手 > 通信助手
- CommunicationAssistant - **CommunicationAssistant**
> 算法助手 > 算法助手
- AlgorithmAssistant - **AlgorithmAssistant**
> 配置文件助手 > 配置文件助手
- PropertiesAssistant - **PropertiesAssistant**
- Config - **Config**
## Description ## Description
![相关图示说明](https://github.com/lateautumn4lin/diagrams_dir/blob/master/headwolf_flow.png) ![相关图示说明](https://github.com/lateautumn4lin/diagrams_dir/blob/master/headwolf_flow.png)