feat: 添加新的 Sakai Vue 布局和样式,重构基础样式,更新 README,调整插件配置

This commit is contained in:
严浩
2024-12-25 14:14:55 +08:00
parent 99c8e8d892
commit e91582db23
37 changed files with 2080 additions and 168 deletions

View File

@@ -0,0 +1,8 @@
.layout-footer {
display: flex;
align-items: center;
justify-content: center;
padding: 1rem 0 1rem 0;
gap: 0.5rem;
border-top: 1px solid var(--surface-border);
}