feat: 移除 Kimi 平台残留代码,使用 JWT_SECRET 替代 APP_SECRET

- 移除 kimi-plugin-inspect-react 依赖
- 清理 vite.config.ts 中 kimi 插件引用

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Superuser
2026-05-18 20:23:43 +08:00
parent ff98547dbb
commit 024f272652
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -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: {