aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-01-22 15:34:06 +0800
committer苏向夜 <fu050409@163.com>2024-01-22 15:34:06 +0800
commitcb2fd260d111183265f7cd45d879d6e6c7b37225 (patch)
tree155f2d3cd6121e0a7f25c64d5e1a4d6cc8810c56
parentaac2aca18a84d80370e12c9224840f35e220c3f8 (diff)
downloadipm-cb2fd260d111183265f7cd45d879d6e6c7b37225.tar.gz
ipm-cb2fd260d111183265f7cd45d879d6e6c7b37225.zip
:sparkles: feat(const): new index path const var
-rw-r--r--src/ipm/const.py1
1 files changed, 1 insertions, 0 deletions
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.