fix:移动config位置,修复颜文字bug

This commit is contained in:
SengokuCola
2025-04-16 21:10:34 +08:00
parent 0a74aba2ef
commit b4f284abca
41 changed files with 86 additions and 830 deletions

View File

@@ -9,7 +9,7 @@ from ..chat.chat_stream import ChatStream
from ..message.message_base import UserInfo, Seg
from ..chat.message import Message
from ..models.utils_model import LLMRequest
from ..config.config import global_config
from ...config.config import global_config
from src.plugins.chat.message import MessageSending
from ..message.api import global_api
from ..storage.storage import MessageStorage