From 18142ad511439e585d4c60c7fe80fa86585ada59 Mon Sep 17 00:00:00 2001 From: ert Date: Fri, 19 Sep 2025 00:36:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4trae=20solo=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 1ca3b57..fbdc604 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,7 +1,7 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import tsconfigPaths from "vite-tsconfig-paths"; -import { traeBadgePlugin } from 'vite-plugin-trae-solo-badge'; +// 移除 Trae Solo 徽章插件 // https://vite.dev/config/ export default defineConfig({