feat: admin-web新增feedback工具和配置优化

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
刘正航
2026-05-14 21:15:27 +08:00
parent 829599bc17
commit b8acc8be43
11 changed files with 94 additions and 15 deletions

View File

@@ -168,6 +168,8 @@ export default {
detect_spam_probability_text: this.formatPercent((result.detect || {}).spam_probability, 2)
}
toast(result.publish_allowed ? '发布成功' : '已拦截,可申诉', result.publish_allowed ? 'success' : 'error')
} catch (err) {
console.error('[detect] 发布失败', err)
} finally {
this.loading = false
}