hunting/customization/README.md
2023-07-22 00:02:45 -07:00

16 lines
684 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1. 客制化目录
## 1.1. 概述
   客制化目录,依赖整个项目源码(含各层目录),继承并重载接口实现客制化功能,用于管理定制化版本 / Debug版本 / 生产版本等,使特殊功能代码与公版代码解耦合,保持公版版本功能稳定性和一致性。
## 1.2. Debug版本
### 1.2.1. Debug版本概述
   Debug版本用于满足测试需求例如开启log / 特殊的功能。
### 1.2.2. 生产测试版本
   生产时使用的验证产品功能的版本。
### 1.2.3. 其它定制版本
   基于公版,继承派生出来的特殊功能的商业化版本。