diff --git a/src/config/social-config.js b/src/config/social-config.js deleted file mode 100644 index 97371ff..0000000 --- a/src/config/social-config.js +++ /dev/null @@ -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' - } -]