feat: Implement SQLite database for team owner management, configuration, batch processing, and proxies, introducing new auto-add API and Accounts UI.

This commit is contained in:
2026-02-03 06:54:40 +08:00
parent b20399a00a
commit f2757cf313
3 changed files with 120 additions and 6 deletions

View File

@@ -125,7 +125,7 @@ export default function Accounts() {
<Select
value={statusFilter}
onChange={(e) => {
setStatusFilter(e.target.value)
setStatusFilter(String(e.target.value))
setPage(1)
}}
options={[