添加微软第三方登录
This commit is contained in:
parent
b4a71388d2
commit
cd0fc04de7
|
|
@ -160,7 +160,13 @@ const thirdPartyLogoInfoList = ref([
|
||||||
name: 'gitea',
|
name: 'gitea',
|
||||||
logo: 'https://www.ljsea.top/wp-content/uploads/2025/05/PajamasGitea.png',
|
logo: 'https://www.ljsea.top/wp-content/uploads/2025/05/PajamasGitea.png',
|
||||||
label: 'Gitea官方',
|
label: 'Gitea官方',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'microsoft',
|
||||||
|
logo: 'https://www.ljsea.top/wp-content/uploads/2025/05/icons8-microsoft48.png',
|
||||||
|
label: 'Microsoft',
|
||||||
}
|
}
|
||||||
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -171,7 +171,8 @@ const thirdPartyPlatform = ref([
|
||||||
{ label: 'Facebook', value: 'facebook'},
|
{ label: 'Facebook', value: 'facebook'},
|
||||||
{ label: 'StackOverflow', value: 'stackoverflow' },
|
{ label: 'StackOverflow', value: 'stackoverflow' },
|
||||||
{ label: "Gitea官方", value: "gitea"},
|
{ label: "Gitea官方", value: "gitea"},
|
||||||
{ label: "Gitea自建", value: "my_gitea"}
|
{ label: "Gitea自建", value: "my_gitea"},
|
||||||
|
{ label: "Microsoft", value: "microsoft"}
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue