Implement SFW content filtering in LoraModal and update settings management

This commit is contained in:
Will Miao
2025-03-12 22:57:21 +08:00
parent e992ace11c
commit 7f088e58bc
3 changed files with 50 additions and 7 deletions

View File

@@ -22,7 +22,8 @@ export const state = {
selectedLoras: new Set(),
loraMetadataCache: new Map(),
settings: {
blurMatureContent: true
blurMatureContent: true,
show_only_sfw: false
}
};