We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前的API读取文章列表(例如/widget/topen、或者/board/:name)时,返回的Article元数据内无Content字段,能否对这些API增加一个可选参数,选中后返回的Article包含文章内容的前若干字节(例如前50个字符)用在列表页显示内容的预览。
/widget/topen
/board/:name
Article
Content
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前的API读取文章列表(例如
/widget/topen
、或者/board/:name
)时,返回的Article
元数据内无Content
字段,能否对这些API增加一个可选参数,选中后返回的Article
包含文章内容的前若干字节(例如前50个字符)用在列表页显示内容的预览。The text was updated successfully, but these errors were encountered: