From cb2fd260d111183265f7cd45d879d6e6c7b37225 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Mon, 22 Jan 2024 15:34:06 +0800 Subject: :sparkles: feat(const): new index path const var --- src/ipm/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ipm/const.py b/src/ipm/const.py index d3dbcbf..a45e08e 100644 --- a/src/ipm/const.py +++ b/src/ipm/const.py @@ -8,6 +8,7 @@ INDEX = "https://ipm.hydroroll.team/index/" IPM_PATH = Path.home() / ".ipm" SRC_HOME = IPM_PATH / "src" STORAGE = IPM_PATH / "storage" +INDEX_PATH = IPM_PATH / "index" # 文本参数 ATTENSION = """# This file is @generated by IPM. -- cgit v1.2.3-70-g09d2