Update addins.md

This commit is contained in:
Haojun Liao 2024-11-08 16:22:45 +08:00 committed by GitHub
parent 62f2dfced6
commit eec7ef7f69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 1 deletions

View File

@ -7,7 +7,21 @@ sidebar_label: "addins"
## 目录结构
![数据分析功能架构图](./pic/dir.png)
```bash
.
├── cfg
├── model
│   └── ac_detection
├── release
├── script
└── taosanalytics
├── algo
│   ├── ad
│   └── fc
├── misc
└── test
```
|目录|说明|
|---|---|