From 4fbc82a9e5153d420d5ee4b96dc52e4edf327a7b Mon Sep 17 00:00:00 2001 From: Ch3nyang <834421194@qq.com> Date: Tue, 12 Nov 2024 18:23:21 +0800 Subject: [PATCH] Modify skills --- assets/data/skill.json | 14 +++----------- cn/assets/data/skill.json | 14 +++----------- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/assets/data/skill.json b/assets/data/skill.json index 2621d8e..ebbba11 100644 --- a/assets/data/skill.json +++ b/assets/data/skill.json @@ -1,22 +1,14 @@ [ { "category": "Frontend", - "item": ["html5", "css3", "javascript", "jquery", "react", "vuejs", "sass", "tailwindcss", "typescript", "webpack", "vitejs" - ] + "item": ["html5", "css3", "javascript", "typescript", "vuejs", "react"] }, { "category": "Backend", - "item": ["c", "cplusplus", "python", "rust", "go", "mysql", "sqlite", "cmake", "elasticsearch", "flask", "pytorch" - ] - }, - { - "category": "Fullstack", - "item": ["nodejs", "qt", "electron", "tauri", "cloudflareworkers", "jekyll" - ] + "item": ["c", "cplusplus", "python", "rust", "go", "nodejs"] }, { "category": "Tools", - "item": ["linux", "windows8", "powershell", "git", "github", "githubactions", "vim", "vscode", "docker", "cloudflare", "jupyter", "postman" - ] + "item": ["linux", "windows8", "powershell", "git", "docker"] } ] \ No newline at end of file diff --git a/cn/assets/data/skill.json b/cn/assets/data/skill.json index 3c7b960..c8d96c5 100644 --- a/cn/assets/data/skill.json +++ b/cn/assets/data/skill.json @@ -1,22 +1,14 @@ [ { "category": "前端", - "item": ["html5", "css3", "javascript", "jquery", "react", "vuejs", "sass", "tailwindcss", "typescript", "webpack", "vitejs" - ] + "item": ["html5", "css3", "javascript", "typescript", "vuejs", "react"] }, { "category": "后端", - "item": ["c", "cplusplus", "python", "rust", "go", "mysql", "sqlite", "cmake", "elasticsearch", "flask", "pytorch" - ] - }, - { - "category": "全栈", - "item": ["nodejs", "qt", "electron", "tauri", "cloudflareworkers", "jekyll" - ] + "item": ["c", "cplusplus", "python", "rust", "go", "nodejs"] }, { "category": "工具", - "item": ["linux", "windows8", "powershell", "git", "github", "githubactions", "vim", "vscode", "docker", "cloudflare", "jupyter", "postman" - ] + "item": ["linux", "windows8", "powershell", "git", "docker"] } ] \ No newline at end of file