sakuraaa667/dsh-wallpaper-engine ↗★ 1
dsh-wallpaper-engine
Use wallpapers downloaded in Wallpaper Engine as the DeepSeek Harness web background. 将 Wallpaper Engine 中已下载的壁纸用作 DeepSeek Harness 的背景。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sakuraaa667/dsh-wallpaper-engine说明文档
阅读完整 README ↗使用
- 打开 DeepSeek Harness Web 界面;
- 进入 设置 → 壁纸 Wallpaper Engine;
- 点击任意壁纸卡片即可设为背景,再次点击「清除背景」恢复默认。
配置
插件支持可选配置(在 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 与本地项目)。