Version 1.4.0 - Correction de bugs

This commit is contained in:
2025-12-06 22:20:22 +01:00
parent 4eae584706
commit 38dfcad27e
9 changed files with 185 additions and 61 deletions

View File

@@ -18,7 +18,7 @@ const __glob = {
SERVER_DB: root + path.sep + "data" + path.sep + "servers.json",
VERSION: version,
CHANGELOG_PATH: root + path.sep + "CHANGELOG.html",
COOKIES: root + path.sep + "data" + path.sep + "cookies.json",
COOKIES: root + path.sep + "data" + path.sep + "cookies.txt",
PROXY: root + path.sep + "data" + path.sep + "proxy.json"
}