This repository was archived by the owner on Apr 22, 2026. It is now read-only.
Commit 2f35151
committed
feat(gui): 增强账号管理功能与本地数据库支持
- 更新 .gitignore,添加 local_accounts.db 文件排除
- 在 gui_config_store.py 中新增 local_cpa_test_state 配置项
- 更新 gui_config.example.json,添加 local_cpa_test_state 示例
- 在 gui_frontend_app_setup.js 中新增本地账号管理功能
- 更新 gui_frontend_app_template.html,优化账号管理界面与交互
- 在 gui_server_runtime.py 中新增 API 处理逻辑,支持本地账号的删除与测试
- 在 gui_service_data_ops.py 中实现本地账号的 SQLite 存储与管理
- 更新 README.md,说明本地账号管理与 SQLite 存储的变更1 parent 1dbba87 commit 2f35151
10 files changed
Lines changed: 1528 additions & 98 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
268 | | - | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
269 | 270 | | |
270 | 271 | | |
271 | 272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments