We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5645e97 commit cf76245Copy full SHA for cf76245
1 file changed
assets/docs/sources/tutorial/0_common_usage.md
@@ -216,7 +216,7 @@ page: JmCategoryPage = cl.categories_filter(
216
page=1,
217
time=JmMagicConstants.TIME_ALL, # 时间选择全部,具体可以写什么请见JmMagicConstants
218
category=JmMagicConstants.CATEGORY_ALL, # 分类选择全部,具体可以写什么请见JmMagicConstants
219
- order_by=JmMagicConstants.ORDER_BY_LATEST, # 按照观看数排序,具体可以写什么请见JmMagicConstants
+ order_by=JmMagicConstants.ORDER_BY_LATEST, # 按照更新时间排序,具体可以写什么请见JmMagicConstants
220
)
221
222
# 月排行,底层实现也是调的categories_filter
0 commit comments