From b379994749d7532fa10286efffd007ae878e3a01 Mon Sep 17 00:00:00 2001 From: Klaus Liebler Date: Fri, 20 Sep 2024 07:41:36 +0200 Subject: [PATCH] Chatbot --- espidf-component-labathome/web/.gitignore | 1 + espidf-component-labathome/web/index.html | 21 ++ .../web/package-lock.json | 11 + espidf-component-labathome/web/package.json | 3 + espidf-component-labathome/web/style/app.css | 1 + .../web/style/chatbot.css | 197 ++++++++++++++++++ .../web/typescript/app.ts | 5 +- .../web/typescript/chatbot.ts | 90 ++++++++ 8 files changed, 328 insertions(+), 1 deletion(-) create mode 100644 espidf-component-labathome/web/style/chatbot.css create mode 100644 espidf-component-labathome/web/typescript/chatbot.ts diff --git a/espidf-component-labathome/web/.gitignore b/espidf-component-labathome/web/.gitignore index 8b30815..b93f4e7 100644 --- a/espidf-component-labathome/web/.gitignore +++ b/espidf-component-labathome/web/.gitignore @@ -1,3 +1,4 @@ build sdkconfig dist +web/secrets.ts diff --git a/espidf-component-labathome/web/index.html b/espidf-component-labathome/web/index.html index 56f80c9..b26fd6a 100644 --- a/espidf-component-labathome/web/index.html +++ b/espidf-component-labathome/web/index.html @@ -107,11 +107,32 @@

+ +
+
+

Labby's Hilfezentrum

+ \00d7 +
+ +
+ + +
+

 Lab@Home Development Environment

+