Files
杨豪 5f8edd593c
Build and Publish Docker Image / build-and-push (pull_request) Successful in 16m36s
fix: normalize literal \n separators in ParseProxyLines
Some frontends stuff multi-line subscription content into a single
string with literal backslash-n sequences. The whole blob parsed as
one URI whose fragment swallowed the remaining links (1 node with a
garbage name instead of N nodes).

Normalize literal \r\n / \n to real newlines at the ParseProxyLines
entry, after format detection and before splitting. Real newline
input and single links are unaffected.

HH-766
2026-08-28 21:23:08 +08:00
..
2026-07-28 10:32:21 +08:00