feat: add managed online updates
Signed Release / release (push) Successful in 9m24s

This commit is contained in:
Qiufeng
2026-08-04 20:05:50 +08:00
parent 4f2ea26e8e
commit d3892320dd
20 changed files with 1365 additions and 111 deletions
@@ -11,6 +11,7 @@ export interface OaSession {
deptId: number | null
title: string | null
email: string | null
roles: string[]
}
/** POST /auth/login -> stores the token and returns the session. */