E05 — VPN XX shared source: preset catalog (URLs redacted) / VPN XX 共享源码:预设来源目录(URL 已脱敏) Prepared: 2026-09-12 Captured (UTC): 2026-09-12T15:40:59.124Z Type: redacted current source excerpt Exactly three URL values are replaced with [REDACTED PUBLIC SUBSCRIPTION URL]. All other selected lines are preserved. This catalog is also present in the current shared free-edition development tree; it is not evidence of the historical free iOS 1.0.8 binary. PRO release facts are separately developer-confirmed. 仅三个 URL 值替换为 [REDACTED PUBLIC SUBSCRIPTION URL],其余所选行保持原文。当前免费版共享开发目录也含此文件,不能用来证明历史免费版 iOS 1.0.8 二进制;PRO 发布事实由开发者另行确认。 Project: VPNAccountManager File: VPNAccountManager/OnlineRouteCatalog.swift Selected lines: 13-30 Redacted: YES: subscription URL values only Original whole-file SHA-256: 93b2c58cd20f34c7fabbe7fda670d7d28b7c98b3a5c3dedb0aa0d586fec7d743 Numbered excerpt SHA-256 (UTF-8, LF): 74ed4036239b5728ff27d337c57d6f4a8259a773abe0f2c2e14794e2f199a15a 13 | enum OnlineRouteCatalog { 14 | static let sources = [ 15 | OnlineRouteSource( 16 | id: "public-source-1", 17 | displayNameKey: "网络来源 1", 18 | urlString: "[REDACTED PUBLIC SUBSCRIPTION URL]" 19 | ), 20 | OnlineRouteSource( 21 | id: "public-source-2", 22 | displayNameKey: "网络来源 2", 23 | urlString: "[REDACTED PUBLIC SUBSCRIPTION URL]" 24 | ), 25 | OnlineRouteSource( 26 | id: "public-source-3", 27 | displayNameKey: "网络来源 3", 28 | urlString: "[REDACTED PUBLIC SUBSCRIPTION URL]" 29 | ) 30 | ]