dsh-footer-order
DSH 侧边栏页脚排序:将 sidebar.footer.action 槽位改为上下堆叠,并允许用户配置各条目自上而下的排列顺序。
DSH sidebar footer ordering: forces the sidebar.footer.action slot into a vertical stack and lets users configure the top-to-bottom order of its entries.
怎么安装
dsh plugin add @choi-p/dsh-footer-order 简介
dsh-footer-order 一个 DeepSeek Harness 的 Web 端插件,解决侧边栏底部(sidebar.footer.action 槽位)多个插件内容挤成一行的布局问题,并让你自由配置这些内容的上下排列顺序。 [!NOTE] **AI 生成声明**:本插件由 AI 生成,可能存在错误、安全隐患或不符合预期之处,使用前请自行 review 代码并实测:发现任何问题欢迎提交 issue 或 PR 修正。 问题背景 安装多个插件后,插件会往 sidebar.footer.action 槽位里注册内容。该槽位的渲染锚点 div[data-slot="sidebar.footer.action"] 被 dsh 的 web-react 渲染器赋予了内联样式 display: contents,于是所有条目的根元素直接参与父容器(.footerActions,display: flex,横向)的布局——多个插件的内容就会**挤在同一行**。 本插件通过注入一条带 !important 的样式规则,把该锚点改为**纵向 flex 堆叠**(display: flex: flex-direction: column),内容自然就**上下排列**了。 特性 把 sidebar.footer.action 的内容改为上下排列(display: contents → flex col…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 1
- 月下载
- –
- 最近更新
- 2026-08-19
- 创建于
- 2026-08-18
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin
同类推荐
claudecodeui
siteboon/claudecodeui
通过CloudCLI(即Claude Code UI)在移动端和网页端使用Claude Code、OpenCode、Cursor CLI和Codex。CloudCLI是一个免费开源的webui/GUI,帮助您远程管理Claude Code会话和项目。
magic-mcp
21st-dev/magic-mcp
它就像v0,但在你的Cursor / Claude Code / Windsurf中:搜索10,000多个React/Tailwind组件,用AI生成新UI,并发布你自己的——直接从编辑器内完成。Magic MCP现在是第21个MCP;此包保持旧配置正常工作。设置:21st.dev/mcp
deepseek-harness-desktop
anywhere-labs/deepseek-harness-desktop
为 DeepSeek Harness (DSH) 生态打造的现代化桌面端体验