feat: add NSFW script generation feature and Grok API configuration

This commit is contained in:
2026-03-13 12:58:28 +08:00
parent 424c3edf0b
commit 0d63d0e6d1
28 changed files with 850 additions and 36 deletions

View File

@@ -57,5 +57,9 @@
"email": "メールアドレス",
"changePassword": "パスワード変更",
"passwordChangeSuccess": "パスワードを変更しました",
"passwordChangeFailed": "パスワードの変更に失敗しました"
"passwordChangeFailed": "パスワードの変更に失敗しました",
"grokConfig": "Grok-4 設定NSFWモード",
"grokConfigDescription": "NSFWスクリプト生成用のGrok APIを設定します。NSFW権限を持つユーザーに適用されます",
"grokApiKey": "Grok API Key",
"grokModel": "モデル(デフォルト: grok-4"
}

View File

@@ -44,6 +44,9 @@
"isSuperuser": "スーパー管理者",
"canUseLocalModel": "ローカルモデル権限",
"canUseLocalModelDescription": "ユーザーにローカルTTSモデルの使用を許可",
"canUseNsfw": "NSFWスクリプト権限",
"canUseNsfwDescription": "ユーザーにNSFWコンテンツ生成を許可",
"nsfwPermission": "NSFW",
"saving": "保存中...",
"active": "アクティブ",
"inactive": "非アクティブ",