refactor: Update auto URL parsing and formatting in server.js and AutoUrlManager for consistent whitespace handling
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 18m1s

This commit is contained in:
2025-07-21 14:41:45 +07:00
parent 7642d86a82
commit 093d3e07db
2 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -261,8 +261,7 @@ function AutoUrlManager() {
<h4>Формат файла:</h4>
<p>Файл сохраняется в формате:</p>
<pre className="bg-light p-2 rounded">
{`https://test.com/ips.txt | 555
https://example.com/blacklist.txt | 666`}
{`https://test.com/ips.txt 555\nhttps://example.com/blacklist.txt 666`}
</pre>
</div>
</div>