feat: 强制更新支持 minimumVersion,阻止低版本用户继续使用

This commit is contained in:
JiQingzhe2004
2026-03-27 14:43:08 +08:00
parent 501e373e38
commit 9f4e4790f5
5 changed files with 89 additions and 10 deletions

View File

@@ -282,4 +282,13 @@
transform: translateY(0);
opacity: 1;
}
}
}
.mandatory-tip {
color: #e53e3e;
font-size: 13px;
text-align: center;
margin: 0 0 8px;
padding: 6px 12px;
background: rgba(229, 62, 62, 0.08);
border-radius: 6px;
}