2 Commits
Author SHA1 Message Date
杨豪 5f8edd593c fix: normalize literal \n separators in ParseProxyLines
Build and Publish Docker Image / build-and-push (pull_request) Successful in 16m36s
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
rogee 90e53aa754 chore: sub-store Go 重写项目初始化 2026-07-27 14:38:13 +08:00