# 小说阅读器 **Repository Path**: ai-creator/novel-reader ## Basic Information - **Project Name**: 小说阅读器 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: 0.1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-16 - **Last Updated**: 2025-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BookReader 文档阅读器 一个功能完整的文档阅读器应用程序,支持多种文件格式。 ## 目录结构 - `main.py` - 应用程序入口文件 - `ui_components.py` - 用户界面组件实现 - `document_processor.py` - 文档处理核心逻辑 - `file_processing.py` - 文件处理相关功能 - `reader_plugins.py` - 文件格式插件系统 - `*_manager.py` - 各种管理器(设置、历史记录、书签、标签) - `book_icon.ico` 和 `book_icon.svg` - 应用图标 - `test_files/` - 测试文件目录 - `tests/` - 测试代码目录 ## 运行应用程序 在reader目录中运行: ```bash python main.py ``` ## 构建可执行文件 在reader目录中运行: ```bash python simple_build.py ``` 构建的可执行文件将位于dist目录中。