独立status插件...

This commit is contained in:
2024-04-22 23:55:33 +08:00
parent ece71ca1e7
commit 53bc6df30f
11 changed files with 336 additions and 15 deletions

View File

@ -47,7 +47,7 @@ def load_resource_from_dir(path: str):
_loaded_resource_packs.insert(0, ResourceMetadata(**metadata))
def get_path(path: str, abs_path: bool = False, default: Any = None, debug: bool=False) -> str | Any:
def get_path(path: str, abs_path: bool = True, default: Any = None, debug: bool=False) -> str | Any:
"""
获取资源包中的文件
Args: