- 修改 Gemini prompt,提取文本元素的位置坐标(百分比) - 新增 BoundingBox 和 TextElement 类型定义 - PPTX 生成使用动态位置而非硬编码固定位置 - SlideCard 显示每个文本元素的类型和位置信息 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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/1d8TcBQwUdn3HfJwZ5RWF2Zfk47xj6b4v
Run Locally
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev