添加微软第三方登录

This commit is contained in:
junleea 2025-05-18 11:24:27 +08:00
parent b4a71388d2
commit cd0fc04de7
2 changed files with 8 additions and 1 deletions

View File

@ -160,7 +160,13 @@ const thirdPartyLogoInfoList = ref([
name: 'gitea',
logo: 'https://www.ljsea.top/wp-content/uploads/2025/05/PajamasGitea.png',
label: 'Gitea官方',
},
{
name: 'microsoft',
logo: 'https://www.ljsea.top/wp-content/uploads/2025/05/icons8-microsoft48.png',
label: 'Microsoft',
}
]);

View File

@ -171,7 +171,8 @@ const thirdPartyPlatform = ref([
{ label: 'Facebook', value: 'facebook'},
{ label: 'StackOverflow', value: 'stackoverflow' },
{ label: "Gitea官方", value: "gitea"},
{ label: "Gitea自建", value: "my_gitea"}
{ label: "Gitea自建", value: "my_gitea"},
{ label: "Microsoft", value: "microsoft"}
]);