Files
mihomo/common
moexiami 5eb8958ff2 fix: correct type for vmess.ws-opts.path in ConvertsV2Ray (#1145)
It should be a string for the following reasons:
1. During conversion, it is conditionally assigned with
   `wsOpts["path"] = path.(string)`
2. After conversion, it is decoded into `WSOptions.Path` in
   `adapter/outbound/vmess.go` which requires a string.
2024-05-21 23:31:28 +08:00
..
2023-12-22 21:28:54 +08:00
2024-03-29 14:43:42 +08:00
2022-04-25 13:18:30 +08:00
2023-09-02 12:37:43 +08:00
2023-12-22 21:28:54 +08:00
2021-10-10 23:44:09 +08:00
2024-03-07 13:12:40 +08:00
2022-04-20 22:09:16 +08:00
2023-11-03 21:58:21 +08:00
2024-03-05 10:57:25 +08:00
2023-08-26 21:20:20 +08:00
2023-08-26 21:20:20 +08:00
2023-11-03 21:58:21 +08:00
2022-03-16 12:10:13 +08:00
2024-03-12 15:14:56 +08:00