- 修改PlaywrightManager以读取PLAYWRIGHT_BROWSERS_PATH环境变量 - 当环境变量未设置时使用默认路径并记录日志 - 添加跳过浏览器下载的环境变量配置 - 使用CreateOptions设置自定义环境变量- 引入hutool工具类进行字符串判断- 添加必要的导入语句
27 lines
1.2 KiB
XML
27 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="CompilerConfiguration">
|
|
<annotationProcessing>
|
|
<profile default="true" name="Default" enabled="true" />
|
|
<profile name="Maven default annotation processors profile" enabled="true">
|
|
<sourceOutputDir name="target/generated-sources/annotations" />
|
|
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
|
<outputRelativeToContentRoot value="true" />
|
|
</profile>
|
|
<profile name="Annotation profile for fantaibao-crawler-desktop" enabled="true">
|
|
<sourceOutputDir name="target/generated-sources/annotations" />
|
|
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
|
<outputRelativeToContentRoot value="true" />
|
|
<processorPath useClasspath="false">
|
|
<entry name="D:/maven_repository/org/projectlombok/lombok/1.18.30/lombok-1.18.30.jar" />
|
|
</processorPath>
|
|
<module name="fantaibao-crawler-desktop" />
|
|
</profile>
|
|
</annotationProcessing>
|
|
</component>
|
|
<component name="JavacSettings">
|
|
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
|
|
<module name="fantaibao-crawler-desktop" options="-parameters" />
|
|
</option>
|
|
</component>
|
|
</project> |