dxfedit/03_Python_OpenSource_DXF/.claude/settings.local.json
puzzlesion 5e87bd7c33 refactor(dxf): optimize table drawing and add diagnostic scripts
This commit includes several updates to the Python_OpenSource_DXF project:

- The core script draw_table_from_template.py has been refactored for better logic and clarity.

- New utility scripts such as diagnose_blocks.py, export_dxf.py, and plot_by_block_name.py have been added to enhance diagnostic and plotting capabilities.

- The convert_dxf_to_pdf.py script was removed as its functionality is now covered by other modules.

- README.md and .specstory documentation have been updated to reflect these changes.
2025-09-12 17:21:08 +08:00

17 lines
650 B
JSON

{
"permissions": {
"allow": [
"Read(/C:\\Users\\83500\\久翌\\CAD编辑同步excel\\测试文件区\\04_Test_Files/**)",
"Bash(pip install:*)",
"Bash(python:*)",
"Bash(call venvScriptsactivate.bat)",
"Bash(./venv/Scripts/python.exe --version)",
"Bash(./venv/Scripts/pip.exe list)",
"Bash(./venv/Scripts/python.exe plot_by_block_name.py \"../04_Test_Files/塔器.dxf\" -o test_output)",
"Bash(./venv/Scripts/python.exe plot_by_block_name.py \"../04_Test_Files/塔器.dxf\" --layout \"布局1\" -o test_output)",
"Bash(./venv/Scripts/python.exe:*)"
],
"deny": [],
"ask": []
}
}