feat: 代码格式化, 改进仪表盘, 新增多CSS支持

This commit is contained in:
2026-04-20 16:30:04 +08:00
parent 845a505ca1
commit 65fbdec0a9
43 changed files with 551 additions and 349 deletions

View File

@@ -0,0 +1,18 @@
.repo-list {
}
#header {
height: 4;
}
.repo-list-item {
layout: grid;
grid-size: 2;
height: 3;
}
.repo-list-item-shortcut {
dock: right;
offset: -5% 0
}