sakuraaa667/dsh-wallpaper-engine1

dsh-wallpaper-engine

Use wallpapers downloaded in Wallpaper Engine as the DeepSeek Harness web background. 将 Wallpaper Engine 中已下载的壁纸用作 DeepSeek Harness 的背景。

包名
dsh-wallpaper-engine
版本
1.0.0
许可证
MIT
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sakuraaa667/dsh-wallpaper-engine

使用

  1. 打开 DeepSeek Harness Web 界面;
  2. 进入 设置 → 壁纸 Wallpaper Engine
  3. 点击任意壁纸卡片即可设为背景,再次点击「清除背景」恢复默认。

配置

插件支持可选配置(在 profile 的 cordis.patch.yml 中以 id 覆盖):

- id: dsh-wallpaper-engine
  config:
    workshopDir: "D:\\steam\\steamapps\\workshop\\content\\431960"
    projectsDir: "D:\\steam\\steamapps\\common\\wallpaper_engine\\projects\\myprojects"

也支持环境变量(; 分隔多路径):

  • DSH_WALLPAPER_WORKSHOP_DIR — 创意工坊壁纸目录;
  • DSH_WALLPAPER_STEAM_DIR — Steam 根目录(用于推导 workshop 与本地项目)。