feat(risk-control): add content moderation audit

This commit is contained in:
shaw
2026-05-07 09:01:48 +08:00
parent a1106e8167
commit fff4a300c6
54 changed files with 6840 additions and 34 deletions
+5
View File
@@ -109,6 +109,11 @@ export const FeatureFlags = {
mode: 'opt-out',
label: 'Payment',
}),
riskControl: defineFlag({
key: 'risk_control_enabled',
mode: 'opt-in',
label: 'Risk Control',
}),
affiliate: defineFlag({
key: 'affiliate_enabled',
mode: 'opt-in',