wjinxuan/dsh-ai-ui-studio ↗★ 0
dsh-ai-ui-studio
AI UI Studio — 在 DSH 里预览你的 Web 应用,用拖拽/点选/AI 流式有效调整前端样式并写回源码
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wjinxuan/dsh-ai-ui-studio说明文档
阅读完整 README ↗使用(组合行)
在 Host 组合里加一行(webServer、fs 是硬依赖,由 host 组合提供):
- id: app-studio
name: '@deepseek-ai/dsh-ai-ui-studio'
config:
appDir: /Users/you/work/my-web-app
appDir 指向你的应用根目录(下面要有 public/index.html、public/style.css、public/app.js)。缺省时读 APP_STUDIO_APP_DIR 环境变量,再缺省是 ai-ppt-generator 的路径——记得按你的项目改。
Client 半由 DSH 前端自动加载(包内 ./client 导出)。