# bbr_resolver **Repository Path**: ywwxxx/bbr_resolver ## Basic Information - **Project Name**: bbr_resolver - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-24 - **Last Updated**: 2025-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用方式 main.py 中设置 bbr 文件绝对路径 ```python def main(): """主函数""" # 创建输出目录 output_dir = Path('output') output_dir.mkdir(exist_ok=True) # 文件路径 bbr_file = 'C:\\Users\\YeWei\\Desktop\\1766120235757_1766116920029_1_001.bbr' ``` 项目目录开启终端 初始化项目 ``` uv sync ``` 启动项目 ``` uv run python main.py ```