chore: add popular category

This commit is contained in:
DIYgod
2024-05-19 23:00:43 +08:00
parent a023bc4e99
commit 6ee5d7267b
29 changed files with 37 additions and 29 deletions

View File

@@ -11,7 +11,7 @@ import { parseDate } from '@/utils/parse-date';
export const route: Route = {
path: '/issue/:user/:repo/:state?/:labels?',
categories: ['programming'],
categories: ['programming', 'popular'],
example: '/github/issue/vuejs/core/all/wontfix',
parameters: { user: 'GitHub username', repo: 'GitHub repo name', state: 'the state of the issues. Can be either `open`, `closed`, or `all`. Default: `open`.', labels: 'a list of comma separated label names' },
radar: [