chore(config): 更新 MMC_VERSION 至 0.13.0-alpha.5

This commit is contained in:
Windpicker-owo
2025-12-01 16:20:29 +08:00
parent 273576c97e
commit 18906826d4
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ from typing import Any, TYPE_CHECKING
from src.chat.message_receive.chat_stream import get_chat_manager
from src.common.data_models.database_data_model import DatabaseMessages
from src.common.logger import get_logger
from src.config.config import global_config
from src.plugin_system.base.base_action import BaseAction
from src.plugin_system.base.component_types import ActionInfo, ComponentType
from src.plugin_system.core.component_registry import component_registry