feat(themoviedb): 添加对 ConfigChanged 事件的监听支持

- 调整 username 字段类型以兼容整数形式
This commit is contained in:
Attente
2025-11-26 20:58:58 +08:00
parent d0b665f773
commit eb2b34d71c
3 changed files with 26 additions and 11 deletions

View File

@@ -1,12 +1,10 @@
import copy
import json
import re
from typing import Dict
from typing import Optional, Union, List, Tuple, Any
from typing import Dict, Optional, Union, List, Tuple, Any
from app.core.context import MediaInfo, Context
from app.core.event import Event
from app.core.event import eventmanager
from app.core.event import eventmanager, Event
from app.log import logger
from app.modules import _ModuleBase, _MessageBase
from app.modules.telegram.telegram import Telegram