Add new components for AI and tutorials, update routing, and enhance file upload functionality

This commit is contained in:
liosha84
2025-08-04 10:38:46 +03:00
parent 18c6906637
commit 483d029952
206 changed files with 2362 additions and 1199 deletions
@@ -1,7 +1,8 @@
export const environment = {
default_page: 'main/generate-image',
default_page: 'main/tutorials/tutorials-all',
port: 8080,
fromWeb: false,
production: false,
host_name: 'http://localhost'
host_name: 'http://localhost',
title: 'JAMBOTRON.RUN.PLACE (dev)'
};
@@ -1,7 +1,8 @@
export const environment = {
default_page: 'main/generate-image',
default_page: 'main/tutorials/tutorials-all',
port: 8081,
production: true,
fromWeb: true,
host_name: 'https://jambotron.run.place'
host_name: 'https://jambotron.run.place',
title: 'JAMBOTRON.RUN.PLACE'
};
+3 -2
View File
@@ -1,7 +1,8 @@
export const environment = {
default_page: 'main/generate-image',
default_page: 'main/tutorials/tutorials-all',
port: 8080,
production: true,
fromWeb: false,
host_name: 'http://localhost'
host_name: 'http://localhost',
title: 'Jambotron'
};