1
- import { RiGithubFill , RiTelegramFill , RiTiktokFill , RiTwitterFill , RiYoutubeFill } from "@remixicon/react"
1
+ import { RiGithubFill , RiTelegramFill , RiTiktokFill , RiTwitterXFill , RiYoutubeFill } from "@remixicon/react"
2
2
3
3
export const User = {
4
4
nickname : "Anoyi 🐬" ,
@@ -16,7 +16,7 @@ export const Socials = [
16
16
url : "https://t.me/fastweb3"
17
17
} ,
18
18
{
19
- icon : < RiTwitterFill className = "fill-gray-500" /> ,
19
+ icon : < RiTwitterXFill className = "fill-gray-500" /> ,
20
20
url : "https://x.com/AnoyiX"
21
21
} ,
22
22
{
@@ -27,4 +27,72 @@ export const Socials = [
27
27
icon : < RiYoutubeFill className = "fill-gray-500" /> ,
28
28
url : "https://www.youtube.com/channel/UCL-w1IbRfznZauYz6JIZOBw"
29
29
}
30
+ ]
31
+
32
+ export const Apps = [
33
+ {
34
+ name : "开源项目" ,
35
+ icon : "https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/dc/7c/ec/dc7cec80-cd34-b0e3-981f-22af7c915823/AppIcon-0-0-1x_U007emarketing-0-7-0-85-220.png/230x0w.webp" ,
36
+ url : "/github/stars"
37
+ } ,
38
+ {
39
+ name : "短视频" ,
40
+ icon : "https://cdn.jsdelivr.net/gh/AnoyiX/cdn@main/apps/Tiktok.svg" ,
41
+ url : "/video"
42
+ } ,
43
+ {
44
+ name : "Dev Icons" ,
45
+ icon : "https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/4b/45/5e/4b455e92-06ba-cd3b-0e59-069096692f10/AppIcon-0-1x_U007emarketing-0-7-0-85-220-0.png/230x0w.webp" ,
46
+ url : "/dev-icons"
47
+ } ,
48
+ {
49
+ name : "Git 表情" ,
50
+ icon : "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/a4/e6/80/a4e68094-c754-bae9-02c1-83c2886fdb87/AppIcon-0-1x_U007emarketing-0-7-0-0-85-220-0.png/230x0w.webp" ,
51
+ url : "/gitmojis"
52
+ } ,
53
+ {
54
+ name : "股市" ,
55
+ icon : "https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/e1/38/69/e1386957-0bcc-7314-6746-23b96a2c05bb/AppIcon-0-0-1x_U007emarketing-0-0-0-8-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/230x0w.webp" ,
56
+ url : "/stock"
57
+ } ,
58
+ {
59
+ name : "基金" ,
60
+ icon : "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/e8/b6/f1/e8b6f1ba-b9c2-8463-cfed-37f4868e05e7/AppIcon-0-0-1x_U007emarketing-0-10-0-0-85-220.jpeg/230x0w.webp" ,
61
+ url : "/fund"
62
+ } ,
63
+ {
64
+ name : "CNCF" ,
65
+ icon : "https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/16/a7/a2/16a7a2ef-523a-19d1-4b79-89172e519d5e/AppIcon-0-1x_U007emarketing-0-7-0-85-220-0.png/230x0w.webp" ,
66
+ url : "https://landscape.cncf.io/"
67
+ } ,
68
+ {
69
+ name : "相册" ,
70
+ icon : "https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/9c/be/25/9cbe25e9-4fc6-2c25-d4b3-b06aefe9f96f/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/230x0w.webp" ,
71
+ url : "/photo"
72
+ } ,
73
+ {
74
+ name : "博客" ,
75
+ icon : "https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/20/f1/ff/20f1ff82-03c4-0a9f-211c-90bd81297334/AppIcon-0-0-1x_U007emarketing-0-7-0-0-85-220.png/230x0w.webp" ,
76
+ url : "https://www.jianshu.com/u/7b7ec6f2db21"
77
+ } ,
78
+ {
79
+ name : "Perplexity" ,
80
+ icon : "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/ea/97/02/ea9702b3-bbef-b8c8-4e6e-dcf992363638/AppIcon-0-1x_U007epad-0-1-0-85-220-0.png/460x0w.webp" ,
81
+ url : "https://www.perplexity.ai"
82
+ } ,
83
+ {
84
+ name : "Felo" ,
85
+ icon : "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/d4/37/05/d437056a-a9dd-7044-0d29-033f5ceec435/AppIcon-0-0-1x_U007epad-0-1-0-85-220.png/492x0w.webp" ,
86
+ url : "https://felo.ai"
87
+ } ,
88
+ {
89
+ name : "Claude" ,
90
+ icon : "https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/da/a4/82/daa48224-ca5b-9fcb-1276-dae5db9dda3f/AppIcon-0-0-1x_U007epad-0-1-85-220.png/230x0w.webp" ,
91
+ url : "https://claude.ai"
92
+ } ,
93
+ {
94
+ name : "ChatGPT" ,
95
+ icon : "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/8f/5b/bc/8f5bbca7-555e-2c7a-df65-a4457a2056b4/AppIcon-0-0-1x_U007emarketing-0-7-0-85-220.png/230x0w.webp" ,
96
+ url : "https://chatgpt.com"
97
+ }
30
98
]
0 commit comments