feat: profile page ui

This commit is contained in:
GyDi
2022-11-28 22:29:58 +08:00
parent 4419770b15
commit 519c74e4dd
11 changed files with 382 additions and 567 deletions

View File

@@ -91,8 +91,6 @@ interface IConnections {
* Some interface for command
*/
type IProfileType = "local" | "remote" | "merge" | "script";
interface IClashInfo {
// status: string;
port?: number; // clash mixed port
@@ -102,7 +100,7 @@ interface IClashInfo {
interface IProfileItem {
uid: string;
type?: IProfileType | string;
type?: "local" | "remote" | "merge" | "script";
name?: string;
desc?: string;
file?: string;