Update Reject Hosts

This commit is contained in:
SukkaW
2024-03-08 16:44:15 +08:00
parent 329a39f0ef
commit bd063d84fa
3 changed files with 17 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ export const withBannerArray = (title: string, description: string[] | readonly
];
};
const MARK = `${Math.random().toString(36).slice(2)}.this_ruleset_is_made_by_sukkaw.${Math.random().toString(36).slice(2)}.ruleset.skk.moe`;
const MARK = 'this_ruleset_is_made_by_sukkaw.ruleset.skk.moe';
export const createRuleset = (
parentSpan: Span,