This commit is contained in:
douboer
2025-09-06 07:57:30 +08:00
parent 84c08c511b
commit d7a0a53368
19 changed files with 670 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ import os
# 数据目录
DATA_DIR = os.path.join(os.path.dirname(__file__), 'data')
EXPORT_NOTES_DIR = os.path.join(os.path.dirname(__file__), 'export_notes')
EXPORT_NOTES_DIR = os.path.join(os.path.dirname(__file__), 'notes')
EXAMPLES_DIR = os.path.join(os.path.dirname(__file__), 'examples')
# iBooks 源数据路径(可根据实际环境修改)