From e078028f1a8da34f3cc2cb5095b8e103a996f553 Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期五, 11 四月 2025 10:16:42 +0800 Subject: [PATCH] 首页智能体中心过滤掉自研类型 --- app/config/const.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/app/config/const.py b/app/config/const.py index 30ee790..b0d8a39 100644 --- a/app/config/const.py +++ b/app/config/const.py @@ -114,6 +114,9 @@ ###-------------------------------system------------------------------------------------- SYSTEM_ID = 1 +SYSTEM_STATUS_EXPIRED = 2 +SYSTEM_STATUS_ON = 1 +SYSTEM_STATUS_OFF = 0 ### --------------------------------complex mode---------------------------------------------- complex_dialog_chat = 1 # 鏂囨。鍜屽熀纭�瀵硅瘽 -- Gitblit v1.8.0