wjinxuan/dsh-ai-ui-studio0

dsh-ai-ui-studio

AI UI Studio — 在 DSH 里预览你的 Web 应用,用拖拽/点选/AI 流式有效调整前端样式并写回源码

包名
dsh-ai-ui-studio
版本
1.0.0
最近更新
2026年8月21日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wjinxuan/dsh-ai-ui-studio

使用(组合行)

在 Host 组合里加一行(webServerfs 是硬依赖,由 host 组合提供):

- id: app-studio
  name: '@deepseek-ai/dsh-ai-ui-studio'
  config:
    appDir: /Users/you/work/my-web-app

appDir 指向你的应用根目录(下面要有 public/index.htmlpublic/style.csspublic/app.js)。缺省时读 APP_STUDIO_APP_DIR 环境变量,再缺省是 ai-ppt-generator 的路径——记得按你的项目改。

Client 半由 DSH 前端自动加载(包内 ./client 导出)。