refactor: simplify profile retrieval and remove unused template method

This commit is contained in:
Tunglies
2025-11-03 03:17:33 +08:00
Unverified
parent ed08fadb5a
commit dce349586c
5 changed files with 19 additions and 70 deletions

View File

@@ -280,7 +280,6 @@ interface IProfileOption {
interface IProfilesConfig {
current?: string;
valid?: string[];
items?: IProfileItem[];
}