From e5e2be29cfc033c976558a4d0b5fa73426818b90 Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期三, 26 二月 2025 11:30:48 +0800
Subject: [PATCH] 增加系统信息修改

---
 app/config/const.py |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/app/config/const.py b/app/config/const.py
index 8a588e7..a5d31c5 100644
--- a/app/config/const.py
+++ b/app/config/const.py
@@ -14,6 +14,9 @@
 ### --------- file path------------------
 ENV_CONF_PATH = "app/config/env_conf"
 APP_SERVICE_PATH = "app/service/"
+APP_STATIC_PATH = "app/static"
+
+
 
 ### -----------app register --------------
 RAGFLOW = "ragflow_app"
@@ -106,3 +109,7 @@
 
 
 TMP_DICT = {chat_server: RAGFLOW, workflow_server: DIFY}
+
+
+###-------------------------------system-------------------------------------------------
+SYSTEM_ID = 1

--
Gitblit v1.8.0