From a6a9d3dc4811335204b7927734e05360bdc20c46 Mon Sep 17 00:00:00 2001 From: erjemin Date: Sun, 16 Aug 2026 22:57:29 +0300 Subject: [PATCH] =?UTF-8?q?mod:=20=D0=B8=D0=BD=D1=82=D0=B5=D1=80=D1=84?= =?UTF-8?q?=D0=B5=D0=B9=D1=81=20(9)=20=D0=B1=D0=BB=D0=BE=D0=BA=D0=B8=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B8=D0=BD=D1=82=D0=B5?= =?UTF-8?q?=D1=80=D1=84=D0=B5=D0=B9=D1=81=D0=B0=20=D0=BD=D0=B0=20=D0=B2?= =?UTF-8?q?=D1=80=D0=B5=D0=BC=D1=8F=20=D0=B3=D0=B5=D0=BD=D0=B5=D1=80=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D0=B8=20=D0=B8=20=D0=BF=D1=80=D0=BE=D0=B3=D1=80?= =?UTF-8?q?=D0=B5=D1=81=D1=81-=D0=B1=D0=B0=D1=80=20(=D0=B3=D0=BB=D1=8E?= =?UTF-8?q?=D0=BA=D0=BE-=D0=B1=D0=B0=D1=80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hypn0/templates/index.html | 91 ++++++++++++++++++++++++++++++++++---- 1 file changed, 82 insertions(+), 9 deletions(-) diff --git a/hypn0/templates/index.html b/hypn0/templates/index.html index 20554d3..27ea72f 100644 --- a/hypn0/templates/index.html +++ b/hypn0/templates/index.html @@ -3,15 +3,53 @@ {% block CONTENT %}
+ x-data="{ + activeTab: 'style', + colors: ['#a855ff'], + cols: 80, + radius: 8, + blink: 6, + rotation: 0, + scale: 980, + angle: 0, + isLoading: false, + hasChanges: true, + hasImage: false, + timer: null, + startThinking() { + this.isLoading = true; + if (this.timer) clearTimeout(this.timer); + this.timer = setTimeout(() => { + this.isLoading = false; + this.hasChanges = false; + }, 8000); + } + }"> @@ -292,11 +361,15 @@
-
- + +
+ -

Ваше искусство появится здесь

+