updated webUI according to param changes

This commit is contained in:
piair
2024-02-27 11:26:55 +01:00
commit a0a4535c35
54 changed files with 350498 additions and 0 deletions

4
user_data/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

1
user_data/configs.json Normal file
View File

@ -0,0 +1 @@
{}

4
user_data/cookies/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

1
user_data/discord.json Normal file
View File

@ -0,0 +1 @@
{}

4
user_data/flask.json Normal file
View File

@ -0,0 +1,4 @@
{
"password": "ChangeMe",
"secret": ""
}

345731
user_data/french Normal file

File diff suppressed because it is too large Load Diff

1
user_data/logs/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*

View File

1
user_data/proxy.json Normal file
View File

@ -0,0 +1 @@
{}

1
user_data/settings.json Normal file
View File

@ -0,0 +1 @@
{"avatarlink":"https://cdn.discordapp.com/icons/793934298977009674/d8055bccef6eca4855c349e808d0d788.webp"}