Skip to content

Commit 6fa9c4b

Browse files
author
liutao43
committed
新增图像搜索接口&&修复已知问题
1 parent 59543a4 commit 6fa9c4b

File tree

6 files changed

+1036
-6
lines changed

6 files changed

+1036
-6
lines changed

.gitignore

+11-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
main.go
1+
.svn
2+
.tmp
3+
.download
4+
output
5+
.*.swp
6+
.*.swo
7+
.idea/
8+
.DS_Store
9+
10+
main.go
11+
test/resources/AkSkConst.go

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22

33
## 目录结构
44
```
5-
├── aip // 应用目录
6-
│ ├── censor // 内容审核
7-
├── baseClient // 基础类
8-
└── util // 工具类
5+
├── README.md
6+
├── aip // 应用目录
7+
│ ├── censor // 内容审核
8+
│ └── imagesearch // 图像搜索
9+
├── baseClient // 基础类
10+
├── test // 单元测试
11+
│ ├── imagesearch // 图像搜索单元测试
12+
│ └── resources // 资源文件
13+
└── util // 工具类
914
```
1015
**建议1.1以上版本**
1116

0 commit comments

Comments
 (0)