@@ -31,28 +31,61 @@ import {ref} from 'vue';
3131
3232// 技能
3333const technology = ref ([
34+ {type: ' React' , icon: ' skill-icons:react-light' },
3435 {type: ' Vue' , icon: ' logos:vue' },
35- {type: ' Pinia' , icon: ' logos:pinia' },
36- {type: ' 微信小程序' , icon: ' tabler:brand-miniprogram' },
36+ {type: ' HTML5' , icon: ' logos:html-5' },
37+ {type: ' CSS3' , icon: ' logos:css-3' },
38+ {type: ' Less' , icon: ' logos:less' },
3739 {type: ' JavaScript' , icon: ' vscode-icons:file-type-js' },
3840 {type: ' TypeScript' , icon: ' vscode-icons:file-type-typescriptdef' },
39- {type: ' Less' , icon: ' logos:less' },
40- {type: ' CSS3' , icon: ' logos:css-3' },
41- {type: ' HTML5' , icon: ' logos:html-5' },
41+ {type: ' C' , icon: ' skill-icons:c' },
42+ {type: ' CPP' , icon: ' skill-icons:cpp' },
43+ {type: ' JAVA' , icon: ' skill-icons:java-light' },
44+ {type: ' Python' , icon: ' skill-icons:python-light' },
45+ {type: ' Go' , icon: ' skill-icons:golang' },
46+ {type: ' Bash' , icon: ' skill-icons:bash-light' },
47+ {type: ' PowerShell' , icon: ' skill-icons:powershell-light' },
4248 {type: ' Spring' , icon: ' devicon:spring' },
43- {type: ' MySQL' , icon: ' devicon:mysql' }
49+ {type: ' Flask' , icon: ' skill-icons:flask-light' },
50+ {type: ' FastAPI' , icon: ' skill-icons:fastapi' },
51+ {type: ' MySQL' , icon: ' devicon:mysql' },
52+ {type: ' Redis' , icon: ' skill-icons:redis-light' },
53+ {type: ' PostgreSQL' , icon: ' skill-icons:postgresql-light' },
4454]);
4555
4656// 工具
4757const tools = ref ([
48- {type: ' WebStorm' , icon: ' devicon:webstorm' },
58+ {type: ' Jenkins' , icon: ' skill-icons:jenkins-light' },
59+ {type: ' Selenium' , icon: ' skill-icons:selenium' },
60+ {type: ' Anaconda' , icon: ' skill-icons:anaconda-light' },
61+ {type: ' GitHub' , icon: ' skill-icons:github-light' },
62+ {type: ' Git' , icon: ' skill-icons:git' },
63+ {type: ' Eclipse' , icon: ' skill-icons:eclipse-light' },
64+ {type: ' Arduino' , icon: ' skill-icons:arduino' },
65+ {type: ' Postman' , icon: ' skill-icons:postman' },
66+ {type: ' CMake' , icon: ' skill-icons:cmake-light' },
67+ {type: ' Cloudflare' , icon: ' skill-icons:cloudflare-light' },
68+ {type: ' Elasticsearch' , icon: ' skill-icons:elasticsearch-light' },
69+ {type: ' Docker' , icon: ' skill-icons:docker' },
70+ {type: ' Kubernetes' , icon: ' skill-icons:kubernetes' },
71+ {type: ' PyCharm' , icon: ' skill-icons:pycharm-light' },
72+ {type: ' Ubuntu' , icon: ' skill-icons:ubuntu-light' },
73+ {type: ' Raspberry Pi' , icon: ' skill-icons:raspberrypi-light' },
74+ {type: ' Vim' , icon: ' skill-icons:vim-light' },
75+ {type: ' Terraform' , icon: ' skill-icons:terraform-light' },
76+ {type: ' Sublime Text' , icon: ' skill-icons:sublime-light' },
77+ {type: ' Stack Overflow' , icon: ' skill-icons:stackoverflow-light' },
78+ {type: ' OpenCV' , icon: ' skill-icons:opencv-light' },
79+ {type: ' Lua' , icon: ' skill-icons:lua-light' },
80+ {type: ' Jaeger' , icon: ' devicon:jaegertracing' },
81+ {type: ' Visual Studio' , icon: ' devicon:visualstudio-wordmark' },
4982 {type: ' VSCode' , icon: ' vscode-icons:file-type-vscode' },
5083 {type: ' Android Studio' , icon: ' devicon:androidstudio' },
5184 {type: ' pnpm' , icon: ' vscode-icons:file-type-light-pnpm' },
5285 {type: ' npm' , icon: ' logos:npm' },
5386 {type: ' Vite' , icon: ' devicon:vitejs' },
5487 {type: ' IDEA' , icon: ' logos:intellij-idea' },
55- {type: ' Netlify ' , icon: ' devicon:netlify ' },
88+ {type: ' Playwright ' , icon: ' devicon:playwright ' },
5689]);
5790 </script >
5891
0 commit comments