mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-02 22:23:42 +08:00
a6eba52791
* ui: Add utility function to check if a brand is in a list Introduces `isBrandInList` to simplify checking if a given brand exists within a list of strings. This improves code clarity and avoids repetitive implementations for the same logic. * Revert "ui: Add utility function to check if a brand is in a list" This reverts commit 26cde3a73e59cda678c9e017536702de45c8d151. * ui: Add utility function to check if a brand is in a list