Add NSFW browse control functionality - Done

This commit is contained in:
Will Miao
2025-03-12 22:21:30 +08:00
parent 0cad6b5cbc
commit e992ace11c
8 changed files with 397 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ export const BASE_MODEL_CLASSES = {
};
export const NSFW_LEVELS = {
UNKNOWN: 0,
PG: 1,
PG13: 2,
R: 4,