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:
+1
-3
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user