'update'
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user