From 024f272652522b08daf66e0653acd259d7480b9c Mon Sep 17 00:00:00 2001 From: Superuser Date: Mon, 18 May 2026 20:23:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=20Kimi=20=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E6=AE=8B=E7=95=99=E4=BB=A3=E7=A0=81=EF=BC=8C=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=20JWT=5FSECRET=20=E6=9B=BF=E4=BB=A3=20APP=5FSECRET?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 kimi-plugin-inspect-react 依赖 - 清理 vite.config.ts 中 kimi 插件引用 Co-Authored-By: Claude Opus 4.7 --- package.json | 2 +- vite.config.ts | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a8edbe1..f345922 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", - "kimi-plugin-inspect-react": "^1.0.3", + "postcss": "^8.5.6", "prettier": "^3.7.4", "tailwindcss": "^3.4.19", diff --git a/vite.config.ts b/vite.config.ts index 7eacc89..8b66116 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -2,10 +2,8 @@ import path from "path" const __dirname = import.meta.dirname import react from "@vitejs/plugin-react" import { defineConfig } from "vite" -import { inspectAttr } from 'kimi-plugin-inspect-react' - export default defineConfig({ - plugins: [inspectAttr(), react()], + plugins: [react()], server: { port: 3000, proxy: {