kit初版,模型引入,agent优化

This commit is contained in:
2026-04-13 00:41:23 +08:00
parent 9b053e302b
commit c435ab15cf
14097 changed files with 5032 additions and 2676248 deletions

View File

@@ -1,10 +1,14 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
allowedDevOrigins: ["*.trycloudflare.com"],
images: {
remotePatterns: [
{ protocol: "http", hostname: "localhost" },
{ protocol: "http", hostname: "127.0.0.1" },
{ protocol: "https", hostname: "*.trycloudflare.com" },
{ protocol: "https", hostname: "replicate.delivery" },
{ protocol: "https", hostname: "*.replicate.delivery" },
],
},
};