mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-08-05 18:31:59 +00:00
feat: added hide_langs_below option
This commit is contained in:
@@ -11,6 +11,7 @@ const renderTopLanguages = require("../src/renderTopLanguages");
|
||||
module.exports = async (req, res) => {
|
||||
const {
|
||||
username,
|
||||
hide_langs_below,
|
||||
hide_title,
|
||||
card_width,
|
||||
title_color,
|
||||
@@ -42,6 +43,7 @@ module.exports = async (req, res) => {
|
||||
theme,
|
||||
hide_title: parseBoolean(hide_title),
|
||||
card_width: parseInt(card_width, 10),
|
||||
hide_langs_below: parseFloat(hide_langs_below, 10),
|
||||
title_color,
|
||||
text_color,
|
||||
bg_color,
|
||||
|
Reference in New Issue
Block a user