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
{{ message }}
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
In previous version, the statuses are beautified, but to fix #26, the feature is removed.
I suggest use Regex adapted for different companies to match statuses and beautify them and provide a option for users to modify the pre-defined regexs.
For example, the user may write 【(.*)】【(.*)】(.*) to match package statuses from "shunfeng" and automatically fills displayed statuses with $3 and location with $1.
Moreover, there can be multiple regexs for one company to fit different statuses with a priority.
The text was updated successfully, but these errors were encountered:
In previous version, the statuses are beautified, but to fix #26, the feature is removed.
I suggest use Regex adapted for different companies to match statuses and beautify them and provide a option for users to modify the pre-defined regexs.
For example, the user may write
【(.*)】【(.*)】(.*)
to match package statuses from "shunfeng" and automatically fills displayed statuses with$3
and location with$1
.Moreover, there can be multiple regexs for one company to fit different statuses with a priority.
The text was updated successfully, but these errors were encountered: