This commit is contained in:
douboer
2025-09-06 12:25:42 +08:00
parent d7a0a53368
commit b214638aed
22 changed files with 9470 additions and 15 deletions

View File

@@ -11,6 +11,9 @@ DATA_DIR = os.path.join(os.path.dirname(__file__), 'data')
EXPORT_NOTES_DIR = os.path.join(os.path.dirname(__file__), 'notes')
EXAMPLES_DIR = os.path.join(os.path.dirname(__file__), 'examples')
# 应用图标
APP_ICON = os.path.join(os.path.dirname(__file__), 'icons', 'Cbb20.png')
# iBooks 源数据路径(可根据实际环境修改)
IBOOKS_ANNOTATION_DB = os.path.expanduser('~/Library/Containers/com.apple.iBooksX/Data/Documents/AEAnnotation/AEAnnotation_v10312011_1727_local.sqlite')
IBOOKS_ANNOTATION_SHM = IBOOKS_ANNOTATION_DB + '-shm'