feat(古尔邦节): 调整倒计时

This commit is contained in:
hzj 2026-05-23 20:44:17 +08:00
parent 06db57af0d
commit 684ef53738
2 changed files with 3 additions and 3 deletions

View File

@ -413,7 +413,7 @@ const router = createRouter({
name: 'gulben-festival',
component: () => import('../views/Activities/GulbenFestival/index.vue'),
meta: { requiresAuth: true },
}, // 古尔邦节活动
}, // 古尔邦节活动2026年6月7日上午5点结束
{
path: '/activities/lucky-dollars-season5',
name: 'lucky-dollars-season5',

View File

@ -3383,9 +3383,9 @@ const activeContentTitle = computed(() => {
const padTime = (value) => String(value).padStart(2, '0')
// 2026615
// 2026675
const getTargetTime = () => {
const target = new Date(2026, 5, 1, 5, 0, 0) // 056
const target = new Date(2026, 5, 7, 5, 0, 0) // 056
return target.getTime()
}