chore: 更新 README 文档,调整版本信息及投票链接,优化请求工具函数

This commit is contained in:
Ray.Hao
2026-01-09 10:07:39 +08:00
parent 7ba2e279e8
commit ca9fca7f57
4 changed files with 44 additions and 78 deletions

View File

@@ -225,11 +225,6 @@ onBeforeUnmount(() => {
padding: clamp(1.5rem, 3vw, 3rem);
color: var(--el-text-color-primary);
animation: featureFade 0.8s ease-out;
@media (prefers-color-scheme: dark) {
/* use theme variable so dark mode colors follow theme variables */
color: var(--el-text-color-primary);
}
}
@media (max-width: 768px) {