This commit is contained in:
douboer
2025-09-06 14:20:18 +08:00
parent b214638aed
commit 95cd27563c
11 changed files with 1497 additions and 17 deletions

View File

@@ -20,6 +20,7 @@ IBOOKS_ANNOTATION_SHM = IBOOKS_ANNOTATION_DB + '-shm'
IBOOKS_ANNOTATION_WAL = IBOOKS_ANNOTATION_DB + '-wal'
IBOOKS_LIBRARY_DB = os.path.expanduser('~/Library/Containers/com.apple.iBooksX/Data/Documents/BKLibrary/BKLibrary-1-091020131601.sqlite')
IBOOKS_BOOKS_PLIST = os.path.expanduser('~/Library/Containers/com.apple.BKAgentService/Data/Documents/iBooks/Books/Books.plist')
IBOOKS_BOOKS_DIR = os.path.expanduser('~/Library/Mobile Documents/iCloud~com~apple~iBooks/Documents')
# 本地数据文件名
LOCAL_ANNOTATION_DB = os.path.join(DATA_DIR, 'AEAnnotation.sqlite')
@@ -29,4 +30,4 @@ LOCAL_LIBRARY_DB = os.path.join(DATA_DIR, 'BKLibrary.sqlite')
LOCAL_BOOKS_PLIST = os.path.join(DATA_DIR, 'Books.plist')
# 其他可扩展配置项
# ...