Add seperate hook category

This commit is contained in:
Ajay
2025-07-24 14:40:15 -04:00
parent f9f6ac0107
commit f4d2558856
4 changed files with 29 additions and 2 deletions

View File

@@ -459,6 +459,14 @@ const syncDefaults = {
color: "#005799",
opacity: "0.7"
},
"hook": {
color: "#395699",
opacity: "0.8"
},
"preview-hook": {
color: "#273963",
opacity: "0.7"
},
"music_offtopic": {
color: "#ff9900",
opacity: "0.7"

View File

@@ -98,6 +98,23 @@ export function getGuidelineInfo(category: Category): TextBox[] {
icon: "icons/right-arrow.svg",
text: chrome.i18n.getMessage(`generic_guideline2`)
}];
case "hook":
return [{
icon: "icons/campaign.svg",
text: chrome.i18n.getMessage(`category_${category}_guideline1`)
}, {
icon: "icons/check-smaller.svg",
text: chrome.i18n.getMessage(`category_${category}_guideline2`)
}, {
icon: "icons/close-smaller.svg",
text: chrome.i18n.getMessage(`category_${category}_guideline3`)
}, {
icon: "icons/segway.png",
text: chrome.i18n.getMessage(`generic_guideline1`)
}, {
icon: "icons/right-arrow.svg",
text: chrome.i18n.getMessage(`generic_guideline2`)
}];
case "filler":
return [{
icon: "icons/stopwatch.svg",