diff --git a/__pycache__/models.cpython-313.pyc b/__pycache__/models.cpython-313.pyc index 3844fb7..49bc790 100644 Binary files a/__pycache__/models.cpython-313.pyc and b/__pycache__/models.cpython-313.pyc differ diff --git a/static/neural-network-background.js b/static/neural-network-background.js index 2cc56c2..d1003ba 100644 --- a/static/neural-network-background.js +++ b/static/neural-network-background.js @@ -71,6 +71,7 @@ class NeuralNetworkBackground { // Konfigurationsobjekt für schlangenartige, leuchtende Blitze und permanentes Netzwerk this.config = { +<<<<<<< HEAD nodeCount: 100, // Weniger Knoten für klarere Strukturen nodeSize: 3.2, // Etwas größere Knoten für bessere Sichtbarkeit nodeVariation: 8, // Reduzierte Varianz für konsistenteres Erscheinungsbild @@ -94,6 +95,31 @@ class NeuralNetworkBackground { minActiveFlows: 1, // Minimale Anzahl aktiver Flows flowForwardingRate: 1.0, // 100% Weiterleitungsrate für endlose Flows maxFlowGenerations: 10 // Sehr hohe Generationsgrenze für endlose Animation +======= + nodeCount: 200, // Weniger Knoten für klarere Strukturen + nodeSize: 3.2, // Etwas größere Knoten für bessere Sichtbarkeit + nodeVariation: 0.05, // Reduzierte Varianz für konsistenteres Erscheinungsbild + connectionDistance: 120, // Größere Verbindungsdistanz für weitläufigeres Netzwerk + connectionOpacity: 0.3, // Erhöhte Opazität für sichtbarere dauerhafte Verbindungen + animationSpeed: 0.002, // Noch langsamere Animation für sanftere Bewegung + pulseSpeed: 0.05, // Sehr langsames Pulsieren für ruhige Animation + flowSpeed: 0.15, // Deutlich langsamere Blitze für schlangenartige Bewegung + flowDensity: 0.02, // Weniger gleichzeitige Blitze für bessere Verteilung + flowLength: 5, // Längere einzelne Flows für sichtbare "Schlangen" + maxConnections: 5, // Mehr Verbindungen pro Neuron für dichtere Netzwerke + clusteringFactor: 0.05, // Stärkeres Clustering für deutlichere Strukturen + linesFadeDuration: 60000, // Noch längere Dauer fürs Ein-/Ausblenden für permanentes Netzwerk (ms) + linesWidth: 0.5, // Etwas dickere Linien für bessere Sichtbarkeit + linesOpacity: 1.5, // Höhere Opazität für das permanente Netzwerk + maxFlowCount: 80, // Weniger gleichzeitige Flows für bessere Übersicht + glowIntensity: 3.5, // Verstärkter Glow-Effekt + sparkCount: 5, // Mehr Funken + sparkSize: 10.5, // Größere Funken + blurRadius: 20, // Blur-Radius für Glow-Effekte + minActiveFlows: 10, // Minimale Anzahl aktiver Flows + flowForwardingRate: 1.0, // 100% Weiterleitungsrate für endlose Flows + maxFlowGenerations: 50 // Sehr hohe Generationsgrenze für endlose Animation +>>>>>>> 27cfc95081dfdf101971096e998ce84bc98e1274 }; // Initialize diff --git a/utils/__pycache__/__init__.cpython-313.pyc b/utils/__pycache__/__init__.cpython-313.pyc index 032f9c9..fb28d80 100644 Binary files a/utils/__pycache__/__init__.cpython-313.pyc and b/utils/__pycache__/__init__.cpython-313.pyc differ diff --git a/utils/__pycache__/db_check.cpython-313.pyc b/utils/__pycache__/db_check.cpython-313.pyc index d3bf2ad..2489e33 100644 Binary files a/utils/__pycache__/db_check.cpython-313.pyc and b/utils/__pycache__/db_check.cpython-313.pyc differ diff --git a/utils/__pycache__/db_fix.cpython-313.pyc b/utils/__pycache__/db_fix.cpython-313.pyc index a3db687..7ee884d 100644 Binary files a/utils/__pycache__/db_fix.cpython-313.pyc and b/utils/__pycache__/db_fix.cpython-313.pyc differ diff --git a/utils/__pycache__/db_rebuild.cpython-313.pyc b/utils/__pycache__/db_rebuild.cpython-313.pyc index 8e4ac13..979e135 100644 Binary files a/utils/__pycache__/db_rebuild.cpython-313.pyc and b/utils/__pycache__/db_rebuild.cpython-313.pyc differ diff --git a/utils/__pycache__/db_test.cpython-313.pyc b/utils/__pycache__/db_test.cpython-313.pyc index 098065f..2be7b9b 100644 Binary files a/utils/__pycache__/db_test.cpython-313.pyc and b/utils/__pycache__/db_test.cpython-313.pyc differ diff --git a/utils/__pycache__/server.cpython-313.pyc b/utils/__pycache__/server.cpython-313.pyc index e7a51f4..47a8b31 100644 Binary files a/utils/__pycache__/server.cpython-313.pyc and b/utils/__pycache__/server.cpython-313.pyc differ diff --git a/utils/__pycache__/user_manager.cpython-313.pyc b/utils/__pycache__/user_manager.cpython-313.pyc index 398b652..3f36b2c 100644 Binary files a/utils/__pycache__/user_manager.cpython-313.pyc and b/utils/__pycache__/user_manager.cpython-313.pyc differ