From 9057e04efad1b7d61c77a72e5c37a504d0aee935 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 26 九月 2025 09:24:03 +0800
Subject: [PATCH] H5静态化

---
 .idea/compiler.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index cec2af6..a56e7df 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -8,14 +8,17 @@
         <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
         <outputRelativeToContentRoot value="true" />
         <module name="lianghelihua" />
+        <module name="dmttwebsite" />
       </profile>
     </annotationProcessing>
     <bytecodeTargetLevel>
+      <module name="dmttwebsite" target="1.8" />
       <module name="lianghelihua" target="1.8" />
     </bytecodeTargetLevel>
   </component>
   <component name="JavacSettings">
     <option name="ADDITIONAL_OPTIONS_OVERRIDE">
+      <module name="dmttwebsite" options="-parameters" />
       <module name="lianghelihua" options="-parameters" />
     </option>
   </component>

--
Gitblit v1.9.3