refactor: 拆分考勤服务文件并通过 aislop 全项目扫描
Some checks failed
CI / check (pull_request) Failing after 5m24s

This commit is contained in:
2026-08-05 18:55:36 +08:00
parent 6ba7f4e3d0
commit b882411f42
10 changed files with 424 additions and 331 deletions

View File

@@ -37,7 +37,7 @@ export function buildLearning(learnings: LearningRecord[], now: string): string
`);
}
export function buildResult(result: ResultArchive | null, now: string): string {
export function buildResult(result: ResultArchive | null, _now: string): string {
if (!result) return '';
return sectionFrame(`