From 41e6f44bfc9ea3348f915c716a7055e6004ebad5 Mon Sep 17 00:00:00 2001 From: jingrow Date: Mon, 3 Nov 2025 01:01:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0/local=5Fapp=5Finstaller.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/jingrow/jingrow/api/local_app_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/jingrow/jingrow/api/local_app_installer.py b/apps/jingrow/jingrow/api/local_app_installer.py index 2090d51..bb12b2e 100644 --- a/apps/jingrow/jingrow/api/local_app_installer.py +++ b/apps/jingrow/jingrow/api/local_app_installer.py @@ -258,7 +258,7 @@ async def get_installed_app_names(): @router.get("/jingrow/local-apps") -async def get_local_apps(request: Request): +async def get_local_installed_apps(request: Request): """扫描本地未安装的App""" try: current = Path(__file__).resolve()