- 新增主程序文件 main.py 实现二维码生成功能 - 添加安装环境脚本 安装环境.py 以安装所需第三方库 - 创建 .idea 目录及相关配置文件,设置项目环境和忽略项
14 lines
502 B
XML
14 lines
502 B
XML
<component name="InspectionProjectProfileManager">
|
|
<profile version="1.0">
|
|
<option name="myName" value="Project Default" />
|
|
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
<option name="ignoredPackages">
|
|
<value>
|
|
<list size="1">
|
|
<item index="0" class="java.lang.String" itemvalue="numpy" />
|
|
</list>
|
|
</value>
|
|
</option>
|
|
</inspection_tool>
|
|
</profile>
|
|
</component> |