From edc74f5619a1dc2e336a23888e90e4404aa822ac Mon Sep 17 00:00:00 2001 From: andy840119 Date: Sat, 31 Aug 2024 09:22:57 +0800 Subject: [PATCH] Define new badge. --- Developer.md | 3 ++- layouts/partials/script/badge.html | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Developer.md b/Developer.md index d3035a4..35545e4 100644 --- a/Developer.md +++ b/Developer.md @@ -37,7 +37,8 @@ This article is written for internal use, just for convenience. - Youtube : Any video upload in youtube. ## Badge -- [outdated] : Old issue, not implemented or fixed in the current milestone. +- [outdated] : Issue already implemented. +- [rejected] : This ticket mark as not implemented. ## Example link diff --git a/layouts/partials/script/badge.html b/layouts/partials/script/badge.html index adfaef3..0a3e717 100644 --- a/layouts/partials/script/badge.html +++ b/layouts/partials/script/badge.html @@ -22,7 +22,10 @@ li.innerHTML = replaceBadge(li.innerHTML, { outdated: { - color: 'Red', + color: '#808080', // Gray + }, + rejected: { + color: '#FF0000', // Red } }); }