Skip to content

Commit 7214c8d

Browse files
authored
通用文档:完善功能演示及说明的 GIF 图标题
1 parent 60f6bbe commit 7214c8d

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

Document.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ https://github.com/Tencent/APIJSON
5252
}
5353
</code></pre>
5454

55+
<p align="center" >
56+
<a >APIJSON 各种单表对象查询:简单查询、统计、分组、排序、聚合、比较、筛选字段、字段别名 等</a>
57+
</p>
58+
5559
![](https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON/APIJSON_query_single.gif)
5660

5761
<br />
@@ -97,6 +101,10 @@ https://github.com/Tencent/APIJSON
97101
}
98102
</code></pre>
99103

104+
<p align="center" >
105+
<a >APIJSON 各种单表数组查询:简单查询、统计、分组、排序、聚合、分页、比较、搜索、正则、条件组合 等</a>
106+
</p>
107+
100108
![](https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON/APIJSON_query_array.gif)
101109

102110
<br />
@@ -139,8 +147,6 @@ https://github.com/Tencent/APIJSON
139147
}
140148
</code></pre>
141149

142-
![](https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON/APIJSON_query_associate.gif)
143-
144150
<br />
145151

146152
#### 获取类似微信朋友圈的动态列表
@@ -260,28 +266,34 @@ https://github.com/Tencent/APIJSON
260266
}
261267
</code></pre>
262268

269+
<p align="center" >
270+
<a >APIJSON 各种多表关联查询:一对一、一对多、多对一、各种条件 等</a>
271+
</p>
272+
273+
![](https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON/APIJSON_query_associate.gif)
274+
263275
<br />
264276

265277
<p align="center" >
266-
<a >APIJSON 各种 JOIN:< LEFT, > RIGHT, & INNER 等</a>
278+
<a >APIJSON 各种 JOIN:< LEFT JOIN, & INNER JOIN 等</a>
267279
</p>
268-
280+
269281
![](https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON/APIJSON_query_join.gif)
270282

271283
<br />
272284

273285
<p align="center" >
274-
<a >APIJSON 各种子查询:@from@ 数据源, key@ =, key{}@ IN, key<>@ CONTAINS, key}{@ EXISTS 等 </a>
286+
<a >APIJSON 各种子查询:@from@ FROM, key@ =, key>@ >, key{}@ IN, key}{@ EXISTS 等 </a>
275287
</p>
276-
288+
277289
![](https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON/APIJSON_query_subquery.gif)
278290

279291
<br />
280292

281293
<p align="center" >
282294
<a >APIJSON 部分功能演示集合,由浅入深、由简单到复杂 </a>
283295
</p>
284-
296+
285297
![](https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON/APIJSON_query_summary.gif)
286298

287299
<br />

0 commit comments

Comments
 (0)