v8.0: Delete check_version.html and refactor version checking logic

Removed the `check_version.html` template and moved version checking to `script.js`. This refactoring simplifies the codebase by consolidating version check handling into JavaScript, removing deprecated HTML templates, and enhancing the backend logic and API routes.
This commit is contained in:
Aidaho
2024-08-12 23:41:31 +03:00
parent 7fb1ad4b69
commit a7a8b4b10d
28 changed files with 732 additions and 512 deletions

View File

@@ -12,7 +12,6 @@ slack-sdk>=3.4.0
peewee>=3.14.10
PyMySQL>=1.0.2
distro>=1.2.0
bottle>=0.12.20
psutil>=5.9.1
pdpyras>=4.5.2
pika>=1.3.1