diff options
| author | 2024-01-22 15:34:06 +0800 | |
|---|---|---|
| committer | 2024-01-22 15:34:06 +0800 | |
| commit | cb2fd260d111183265f7cd45d879d6e6c7b37225 (patch) | |
| tree | 155f2d3cd6121e0a7f25c64d5e1a4d6cc8810c56 | |
| parent | aac2aca18a84d80370e12c9224840f35e220c3f8 (diff) | |
| download | ipm-cb2fd260d111183265f7cd45d879d6e6c7b37225.tar.gz ipm-cb2fd260d111183265f7cd45d879d6e6c7b37225.zip | |
:sparkles: feat(const): new index path const var
| -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. |
