优化首页图片的加载模式,对于日期变更但图片未更新的情况进行提示

This commit is contained in:
2026-01-29 12:22:59 +08:00
parent 7433bc2e7e
commit 2e5eeaf425
2 changed files with 58 additions and 17 deletions

View File

@@ -238,6 +238,7 @@ const initPanelPosition = () => {
if (isMobile) {
// 移动端:居中显示
const panelWidth = windowWidth - 16 // 左右各8px边距
const panelHeight = 580 // 估计高度
panelPos.value = {
x: 8,