Skip to content

Commit cf76245

Browse files
qwasd7680hect0x7
authored andcommitted
Update 0_common_usage.md (#469)
1 parent 5645e97 commit cf76245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/docs/sources/tutorial/0_common_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ page: JmCategoryPage = cl.categories_filter(
216216
page=1,
217217
time=JmMagicConstants.TIME_ALL, # 时间选择全部,具体可以写什么请见JmMagicConstants
218218
category=JmMagicConstants.CATEGORY_ALL, # 分类选择全部,具体可以写什么请见JmMagicConstants
219-
order_by=JmMagicConstants.ORDER_BY_LATEST, # 按照观看数排序,具体可以写什么请见JmMagicConstants
219+
order_by=JmMagicConstants.ORDER_BY_LATEST, # 按照更新时间排序,具体可以写什么请见JmMagicConstants
220220
)
221221

222222
# 月排行,底层实现也是调的categories_filter

0 commit comments

Comments
 (0)