feat: 添加贡献按钮,允许用户直接打开账号贡献上传页面,并增强相关逻辑与测试

This commit is contained in:
QLHazyCoder
2026-04-19 00:06:20 +08:00
parent f13b90b7db
commit 390ae35966
7 changed files with 202 additions and 2 deletions
+6
View File
@@ -183,6 +183,11 @@ header {
align-items: center;
gap: 4px;
flex-shrink: 0;
flex-wrap: wrap;
}
.btn-contribution-mode {
padding-inline: 10px;
}
/* ============================================================
@@ -310,6 +315,7 @@ header {
display: flex;
align-items: center;
gap: 4px;
flex-wrap: wrap;
}
.run-count-input {