fix:重构配置热加载

This commit is contained in:
jxxghp
2025-06-04 08:21:14 +08:00
parent 0911854e9d
commit 3a3de64b0f
3 changed files with 7 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ from app.utils.http import RequestUtils
from app.utils.singleton import Singleton
from app.utils.string import StringUtils
from app.utils.system import SystemUtils
from helper.system import SystemHelper
from app.helper.system import SystemHelper
class ResourceHelper(metaclass=Singleton):