Add files via upload

This commit is contained in:
Cola-Echo
2025-12-30 01:33:49 +08:00
committed by GitHub
parent c97f2958ce
commit 7eea07ede1
2 changed files with 2 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ function renderGiftContent() {
const gridContainer = document.getElementById('wechat-gift-grid');
const sendBtn = document.getElementById('wechat-gift-send');
const targetContainer = document.getElementById('wechat-gift-target');
const headerEl = document.querySelector('.wechat-gift-header');
const headerEl = document.querySelector('.wechat-gift-navbar');
if (!tabsContainer || !gridContainer) return;