diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ipm/const.py | 1 |
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. |
