chore: bump version to 0.7.1

This commit is contained in:
ethan.chen
2025-05-27 14:16:48 +08:00
commit 63eda91fd6
103 changed files with 15868 additions and 0 deletions

10
backend/config.py Normal file
View File

@@ -0,0 +1,10 @@
'''
Date: 2025-04-24 16:32:55
LastEditors: 陈子健
LastEditTime: 2025-05-26 17:13:51
FilePath: /mac-lyric-vue/backend/config.py
'''
import os
APP_SUPPORT_DIR = os.path.expanduser('~/Library/Application Support/lyroc')
os.makedirs(APP_SUPPORT_DIR, exist_ok=True)