第三方组件许可证说明：
1. Python
   - 许可证: Python Software Foundation License
   - 官网: https://www.python.org/
   - 许可证链接: https://docs.python.org/3/license.html
   - 许可证文本: 见licenses目录下的Python-LICENSE.txt文件
2. PySide6 (Qt for Python)
   - 许可证: GNU Lesser General Public License v3 (LGPL v3)
   - 官网: https://www.qt.io/qt-for-python
   - 许可证链接: https://www.gnu.org/licenses/lgpl-3.0.html
   - 许可证文本: 见licenses目录下的PySide6-LICENSE.txt文件
3. Nuitka
   - 许可证: Apache License 2.0
   - 官网: https://nuitka.net/
   - 许可证链接: https://www.apache.org/licenses/LICENSE-2.0
   - 许可证文本: 见licenses目录下的Nuitka-LICENSE.txt文件
4. aria2
   - 许可证: GNU General Public License v2 (GPL v2)
   - 官网: https://aria2.github.io/
   - 许可证链接: https://www.gnu.org/licenses/gpl-2.0.html
   - 许可证文本: 见licenses目录下的LICENSE-aria2.txt文件
5. urllib3
   - 许可证: MIT License
   - 官网: https://urllib3.readthedocs.io/
   - 许可证链接: https://github.com/urllib3/urllib3/blob/main/LICENSE.txt
   - 许可证文本: 见licenses目录下的LICENSE-urllib3.txt文件

本工具遵循所有第三方组件的许可证要求，用户有责任遵守这些许可证的规定。完整许可证信息可通过程序内的"关于→查看许可证"获取，或在Data\licenses目录查看。