Rename package installer helper to package

This commit is contained in:
jxxghp
2026-06-23 13:45:55 +08:00
parent 0c53fb86fd
commit c1cefa3f40
9 changed files with 25 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ from requests import Response
from app.core.cache import cached, is_fresh
from app.core.config import settings
from app.db.systemconfig_oper import SystemConfigOper
from app.helper.package_installer import PackageInstallRequest, build_package_install_strategies
from app.helper.package import PackageInstallRequest, build_package_install_strategies
from app.log import logger
from app.schemas.types import SystemConfigKey
from app.utils.http import RequestUtils, AsyncRequestUtils