Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Oct 3, 2023
1 parent 923066e commit 535e728
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions nonebot_plugin_multincm/const.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
from pathlib import Path

MUSIC_LINK_TEMPLATE = "https://music.163.com/{type}?id={id}"


DATA_PATH = Path().cwd() / "data" / "multincm"
for _p in (DATA_PATH,):
_p.mkdir(parents=True, exist_ok=True)

FILE_CACHE_PATH = DATA_PATH / "file_cache.json"

RES_DIR = Path(__file__).parent / "res"


MUSIC_LINK_TEMPLATE = "https://music.163.com/{type}?id={id}"

0 comments on commit 535e728

Please sign in to comment.