linwu 18 saat önce
ebeveyn
işleme
6b78018ef2

+ 2 - 2
app/home/controller/AiExam.php

@@ -9,14 +9,14 @@ class Aiexam extends HomeBaseController
 {
     public function index()
     {
-        $date = strtotime('2024-12-26 00:00:00');
+        $date = strtotime('2025-12-26 14:30:00');
         $now  = time();
         if ($now < $date) {
             return view('tip', ['second' => $date - $now + 1]);
         }
 
         return view('', [
-            'second' => strtotime('2025-12-26 08:58:20') - time(),
+            'second' => strtotime('2025-12-26 16:30:00') - time(),
         ]);
     }
 

+ 1 - 1
app/home/view/ai_exam/tip.html

@@ -7,7 +7,7 @@
 {/block}
 {block name="body"}
 <div style="margin:100px auto; width:1200px;text-align: center;">
-    <h1>比赛将在12月25日9点准时开始,距离开始还剩余{{second}}秒</h1>
+    <h1>比赛将在12月26日14点30分准时开始,距离开始还剩余{{second}}秒</h1>
     <h5 style="color:red;">若页面未自动刷新,请点击下方刷新按钮进入比赛</h5>
     <div style="margin: 100px 20px;text-align: center;">
         <el-button type="primary" size="large" @click="refresh">刷新</el-button>