wjinxuan/dsh-ai-ui-studio0

dsh-ai-ui-studio

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

AI Analysis

核心用途是提供 Web 应用的可视化前端开发与 AI 样式调整。适合前端开发者,可在 DSH 内部实时预览并让 AI 直接修改写回本地源码。

Package
dsh-ai-ui-studio
Version
1.0.0
Last updated
Aug 21, 2026

Install

$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 导出)。