refactor: route chat and subtitle settings through runtime

This commit is contained in:
jxxghp
2026-08-23 03:17:40 +08:00
parent 55c80c87da
commit 061a92eab0
8 changed files with 24 additions and 17 deletions
+3 -1
View File
@@ -4,7 +4,9 @@ from urllib.parse import urljoin, urlparse
from lxml import etree
from app.runtime.config import settings
from app.runtime.settings import RuntimeSettingsCompat
settings = RuntimeSettingsCompat()
from app.domain.context import Context
from app.application.site.query import get_configured_site_query_service
from app.application.site.sites import SitesHelper # pylint: disable=import-error,no-name-in-module