chore: remove obsolete social-config.js file
This commit is contained in:
parent
aeccfd1bab
commit
6d856dabd5
@ -1,44 +0,0 @@
|
||||
export const socialLinks = [
|
||||
{
|
||||
id: 'qq',
|
||||
name: 'QQ',
|
||||
icon: 'ri-qq-line',
|
||||
url: 'tencent://message/?uin=您的QQ号',
|
||||
color: '#12B7F5'
|
||||
},
|
||||
{
|
||||
id: 'wechat',
|
||||
name: '微信',
|
||||
icon: 'ri-wechat-line',
|
||||
color: '#07C160',
|
||||
action: 'openWechatModal'
|
||||
},
|
||||
{
|
||||
id: 'github',
|
||||
name: 'GitHub',
|
||||
icon: 'ri-github-line',
|
||||
url: 'https://github.com/您的账号',
|
||||
color: '#181717'
|
||||
},
|
||||
{
|
||||
id: 'gitea',
|
||||
name: 'Gitea',
|
||||
icon: 'ri-code-box-line',
|
||||
url: 'https://gitea.com/您的账号',
|
||||
color: '#609926'
|
||||
},
|
||||
{
|
||||
id: 'steam',
|
||||
name: 'Steam',
|
||||
icon: 'ri-steam-line',
|
||||
url: 'https://steamcommunity.com/id/您的ID',
|
||||
color: '#145B8E'
|
||||
},
|
||||
{
|
||||
id: 'email',
|
||||
name: '邮箱',
|
||||
icon: 'ri-mail-line',
|
||||
url: 'mailto:您的邮箱',
|
||||
color: '#D44638'
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user