feat: support URL Schema 'profile-web-page-url' (#816)

This commit is contained in:
dongchengjie
2024-04-01 19:28:28 +08:00
committed by GitHub
parent 98536250bd
commit 3ee3e7c17b
6 changed files with 30 additions and 2 deletions

View File

@@ -168,6 +168,7 @@ interface IProfileItem {
expire: number;
};
option?: IProfileOption;
home?: string;
}
interface IProfileOption {