feat(plugins/leetcode): add plugin_leetcode_ignored_skills (closes #1398)
This commit is contained in:
@@ -50,6 +50,15 @@ inputs:
|
||||
min: 0
|
||||
zero: disable
|
||||
|
||||
plugin_leetcode_ignored_skills:
|
||||
description: |
|
||||
Ignored skills
|
||||
|
||||
It is possible to ignore entires categories by passing `fundamental`, `intermediate` or `advanced`
|
||||
type: array
|
||||
default: ""
|
||||
example: hash table, string, divide and conquer, fundamental
|
||||
|
||||
plugin_leetcode_limit_recent:
|
||||
description: |
|
||||
Display limit (recent)
|
||||
|
||||
Reference in New Issue
Block a user