Problem bei X gelöst

Dieser Commit ist enthalten in:
Claude Project Manager
2025-08-12 00:38:23 +02:00
Ursprung 5d169ba517
Commit 3101e41451
16 geänderte Dateien mit 3142 neuen und 12 gelöschten Zeilen

Datei anzeigen

@ -5,9 +5,9 @@
## Project Overview
- **Path**: `A:\GiTea\AccountForger`
- **Files**: 987 files
- **Size**: 364.7 MB
- **Last Modified**: 2025-08-10 00:03
- **Files**: 1011 files
- **Size**: 369.9 MB
- **Last Modified**: 2025-08-10 20:51
## Technology Stack
@ -70,17 +70,16 @@ controllers/
│ └── platform_controllers/
│ ├── base_controller.py
│ ├── base_worker_thread.py
│ ├── facebook_controller.py
│ ├── gmail_controller.py
│ ├── instagram_controller.py
│ ├── method_rotation_mixin.py
│ ├── method_rotation_worker_mixin.py
│ ├── ok_ru_controller.py
│ ├── rotation_error_handler.py
── safe_imports.py
│ └── tiktok_controller.py
── safe_imports.py
database/
│ ├── accounts.db
│ ├── accounts.db-journal
│ ├── account_repository.py
│ ├── db_manager.py
│ ├── schema_v2.sql
@ -204,7 +203,7 @@ resources/
│ │ ├── fr.svg
│ │ ├── gmail.svg
│ │ ├── instagram.svg
│ │ └── intelsight-logo.svg
│ │ └── intelsight-dark.svg
│ └── themes/
│ ├── dark.qss
│ └── light.qss
@ -297,6 +296,10 @@ styles/
│ └── __init__.py
tests/
│ └── test_method_rotation.py
themes/
│ ├── qss_generator.py
│ ├── theme_config.py
│ └── __init__.py
updates/
│ ├── downloader.py
│ ├── update_checker.py
@ -318,6 +321,9 @@ views/
├── about_dialog.py
├── main_window.py
├── platform_selector.py
├── base/
│ ├── theme_aware_widget.py
│ └── __init__.py
├── components/
│ ├── accounts_overview_view.py
│ ├── platform_grid_view.py
@ -329,6 +335,7 @@ views/
│ └── __init__.py
├── tabs/
│ ├── accounts_tab.py
│ ├── facebook_generator_tab.py
│ ├── generator_tab.py
│ ├── generator_tab_modern.py
│ └── settings_tab.py
@ -336,13 +343,13 @@ views/
├── account_card.py
├── account_creation_modal.py
├── account_creation_modal_v2.py
├── dark_mode_toggle.py
├── forge_animation_widget.py
├── forge_animation_widget_v2.py
├── icon_factory.py
├── language_dropdown.py
├── login_process_modal.py
── modern_message_box.py
└── platform_button.py
── modern_message_box.py
```
## Key Files
@ -378,3 +385,4 @@ This project is managed with Claude Project Manager. To work with this project:
- README updated on 2025-08-09 01:31:28
- README updated on 2025-08-10 00:03:51
- README updated on 2025-08-10 12:55:25
- README updated on 2025-08-11 19:49:09