mirror of
https://github.com/foxhui/WebAI2API.git
synced 2026-06-16 21:03:59 +08:00
feat: 增加提示词违规被阻止提示,修改部分 WebUI文案
This commit is contained in:
@@ -95,6 +95,9 @@ export const ADAPTER_ERRORS = {
|
||||
|
||||
/** 需要登录 */
|
||||
AUTH_REQUIRED: 'AUTH_REQUIRED',
|
||||
|
||||
/** 内容被阻止 (API/页面检测到错误关键词) */
|
||||
CONTENT_BLOCKED: 'CONTENT_BLOCKED',
|
||||
};
|
||||
|
||||
// ==========================================
|
||||
|
||||
Reference in New Issue
Block a user