|
|
@@ -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(),
|
|
|
]);
|
|
|
}
|
|
|
|