You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Clash, the subscription has standard response headers to determine remaining traffic, total traffic, and used traffic information. However, it seems to be cleared during the subscription conversion. Therefore, can it be transmitted directly to the client?
In Clash, the subscription has standard response headers to determine remaining traffic, total traffic, and used traffic information. However, it seems to be cleared during the subscription conversion. Therefore, can it be transmitted directly to the client?
The current prompt is
The clash-verge-rev define it in https://github.com/clash-verge-rev/clash-verge-rev/blob/main/src-tauri/src/config/prfitem.rs#L64-L69
The fields upload, download, and total are in bytes, while expire is a unit timestamp in seconds.
But actually, it just needs to pass back the response headers.
The text was updated successfully, but these errors were encountered: