This commit is contained in:
2026-05-02 21:18:54 +08:00
parent a19d7b8c56
commit 2f12297e69
2 changed files with 7 additions and 5 deletions

2
.gitignore vendored
View File

@@ -38,3 +38,5 @@ __screenshots__/
# Vite # Vite
*.timestamp-*-*.mjs *.timestamp-*-*.mjs
qwen

View File

@@ -17,11 +17,11 @@ const linuxJourney = [
] ]
const contacts = [ const contacts = [
{ name: 'GitHub', url: 'https://github.com/cioyu', icon: '💻' }, { name: 'GitHub', url: 'https://github.com/cioyu', icon: '💻', sub: 'github主页' },
{ name: 'Bilibili', url: 'https://space.bilibili.com/1928417915', icon: '📺' }, { name: 'Bilibili', url: 'https://space.bilibili.com/1928417915', icon: '📺', sub: 'B站主页' },
{ name: 'YouTube', url: 'https://www.youtube.com/channel/UC_WmZj9i7MZV899g1iunwdA', icon: '🎬' }, { name: 'YouTube', url: 'https://www.youtube.com/channel/UC_WmZj9i7MZV899g1iunwdA', icon: '🎬', sub: 'YouTube主页' },
{ name: 'Email', url: 'mailto:cioyu32@gmail.com', icon: '✉️', sub: 'cioyu32@gmail.com' }, { name: 'Email', url: 'mailto:cioyu32@gmail.com', icon: '✉️', sub: '电子邮箱' },
{ name: 'Steam', url: 'https://steamcommunity.com/profiles/76561199760499467/', icon: '🎮' }, { name: 'Steam', url: 'https://steamcommunity.com/profiles/76561199760499467/', icon: '🎮', sub: 'Steam主页' },
{ name: '抖音', url: 'https://v.douyin.com/NiMz02B5XNI/', icon: '🎵', sub: '抖音主页' }, { name: '抖音', url: 'https://v.douyin.com/NiMz02B5XNI/', icon: '🎵', sub: '抖音主页' },
] ]
</script> </script>