Kein PW bei Export

Dieser Commit ist enthalten in:
Claude Project Manager
2025-11-16 22:57:59 +01:00
Ursprung 88dc8eea5e
Commit 03ca1c607f
7 geänderte Dateien mit 45 neuen und 328 gelöschten Zeilen

Datei anzeigen

@ -5,9 +5,9 @@
## Project Overview
- **Path**: `A:\GiTea\AccountForger`
- **Files**: 1317 files
- **Size**: 240.4 MB
- **Last Modified**: 2025-11-09 20:55
- **Files**: 1393 files
- **Size**: 257.7 MB
- **Last Modified**: 2025-11-16 22:31
## Technology Stack
@ -65,6 +65,7 @@ config/
controllers/
│ ├── account_controller.py
│ ├── main_controller.py
│ ├── profile_export_controller.py
│ ├── session_controller.py
│ ├── settings_controller.py
│ └── platform_controllers/
@ -360,8 +361,8 @@ utils/
│ ├── modal_test.py
│ ├── password_generator.py
│ ├── performance_monitor.py
│ ├── proxy_rotator.py
│ └── result_decorators.py
│ ├── process_guard.py
│ └── profile_export_service.py
views/
├── about_dialog.py
├── main_window.py
@ -376,7 +377,9 @@ views/
│ └── __init__.py
├── dialogs/
│ ├── account_creation_result_dialog.py
│ ├── export_success_dialog.py
│ ├── license_activation_dialog.py
│ ├── profile_export_dialog.py
│ └── __init__.py
├── tabs/
│ ├── accounts_tab.py
@ -431,3 +434,5 @@ This project is managed with Claude Project Manager. To work with this project:
- README updated on 2025-10-08 22:34:43
- README updated on 2025-10-18 22:23:22
- README updated on 2025-11-09 21:00:06
- README updated on 2025-11-16 22:31:39
- README updated on 2025-11-16 22:32:35