mengboxin137-blip 200df6e383 fix: 创建 clipboard.ts 工具函数文件 il y a 2 jours
..
assets 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
components b5abae5acf fix: API示例URL自适应服务器地址,修复HTTP剪贴板复制 il y a 2 jours
contexts 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
icons 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
pages b5abae5acf fix: API示例URL自适应服务器地址,修复HTTP剪贴板复制 il y a 2 jours
prompts 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
public 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
scripts 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
services 93c92922b5 fix: 前端 VITE_API_BASE_URL 使用 ?? 替代 || 支持空字符串 il y a 2 jours
styles 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
types 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
utils 200df6e383 fix: 创建 clipboard.ts 工具函数文件 il y a 2 jours
App.tsx 93c92922b5 fix: 前端 VITE_API_BASE_URL 使用 ?? 替代 || 支持空字符串 il y a 2 jours
Dockerfile 4ace39aa15 feat: Docker 部署支持 + SSO 不强制跳转 + 管理后台缓存失效 il y a 2 jours
README.md 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
index.css 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
index.html 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
index.tsx 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
metadata.json 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
nginx.conf 4ace39aa15 feat: Docker 部署支持 + SSO 不强制跳转 + 管理后台缓存失效 il y a 2 jours
package-lock.json 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
package.json 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
pnpm-lock.yaml 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
postcss.config.js 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
tailwind.config.js 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
tsconfig.json 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
vite-env.d.ts 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours
vite.config.ts 6e7c0d8350 feat: 初始化 Maas-Model-platform 项目 il y a 3 jours

README.md

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1IBWLNm1_BwiICgYzeb0pDRnzNztBSKDa

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev