HelloGitHub-Team/geese

标签功能(复杂)

Closed this issue · 2 comments

概述

标签功能是网站的核心功能之一,由后台维护前端多处展示。展示效果:

image

首页最上方“热门标签“按钮,实现首页标签过滤的功能。

接口

获取标签接口:https://local.api.hellogithub.com/docs#/tag/search_v1_tag_search__get

name:可选、sort_by 排序条件、page_size 每页条数

这里请求接口时,参数为:sort_by 为 'hot',page_size 为 10

首页加载 items 的接口:https://local.api.hellogithub.com/docs#/home/home_v1__get

其它

2、首页 item 处
3、项目详情页