diff --git a/footseenIcon/action/css/index.css b/footseenIcon/action/css/index.css
index 27568cf..604b71d 100644
--- a/footseenIcon/action/css/index.css
+++ b/footseenIcon/action/css/index.css
@@ -1,9 +1,9 @@
 .bg-en .act-room-bg1 {
-  background: url(../images/en/act-room-bg.png) no-repeat;
+  background: url(../images/en/act-room-bg.png?v=20240801) no-repeat;
   background-size: 100% 100%;
 }
 .bg-en .act-room-bg2 {
-  background: url(../images/en/act-room-bg2.png) no-repeat;
+  background: url(../images/en/act-room-bg2.png?v=20240801) no-repeat;
   background-size: 100% 100%;
   height: 6rem;
   width: 10rem;
@@ -11,7 +11,7 @@
 .act-room-bg1 {
   width: 10rem;
   height: 6.085rem;
-  background: url(../images/act-room-bg.png) no-repeat;
+  background: url(../images/act-room-bg.png?v=20240801) no-repeat;
   background-size: 100% 100%;
   position: relative;
 }
@@ -19,7 +19,7 @@
   position: relative;
   width: 9rem;
   height: 6rem;
-  background: url(../images/act-room-bg2.png) no-repeat;
+  background: url(../images/act-room-bg2.png?v=20240801) no-repeat;
   background-size: 100% 100%;
   transform: scale(0.85);
 }
diff --git a/footseenIcon/action/css/index.less b/footseenIcon/action/css/index.less
index dcd7c80..f12f387 100644
--- a/footseenIcon/action/css/index.less
+++ b/footseenIcon/action/css/index.less
@@ -1,10 +1,10 @@
 .bg-en{
   .act-room-bg1{
-    background: url(../images/en/act-room-bg.png)no-repeat;
+    background: url(../images/en/act-room-bg.png?v=20240801)no-repeat;
     background-size: 100% 100%;
   }
   .act-room-bg2{
-    background: url(../images/en/act-room-bg2.png)no-repeat;
+    background: url(../images/en/act-room-bg2.png?v=20240801)no-repeat;
     background-size: 100% 100%;
     height: 6rem;
     width: 10rem;
@@ -13,7 +13,7 @@
 .act-room-bg1{
   width: 10rem;
   height: 6.085rem;
-  background: url(../images/act-room-bg.png)no-repeat;
+  background: url(../images/act-room-bg.png?v=20240801)no-repeat;
   background-size: 100% 100%;
   position: relative;
 }
@@ -21,7 +21,7 @@
   position: relative;
   width: 9rem;
   height: 6rem;
-  background: url(../images/act-room-bg2.png)no-repeat;
+  background: url(../images/act-room-bg2.png?v=20240801)no-repeat;
   background-size: 100% 100%;
   transform: scale(0.85);
   p{
diff --git a/footseenIcon/action/index.html b/footseenIcon/action/index.html
index 424cefa..7c92c28 100644
--- a/footseenIcon/action/index.html
+++ b/footseenIcon/action/index.html
@@ -13,7 +13,7 @@
     <link rel="stylesheet" href="css/base.css">
     <link rel="stylesheet" href="css/layer.css">
     <link rel="stylesheet" href="css/daily.css">
-    <link rel="stylesheet" href="css/index.css?v=2024080101">
+    <link rel="stylesheet" href="css/index.css?v=2024080102">
     <link rel="stylesheet" href="css/liMarquee.css">
     <style>
         .layui-layer-shade {