Skip to content
dsh.fish
Bundle

dsh-tauri-panel

`dsh-tauri-panel` 是 Tauri 桌面端面板能力的扩展入口。当前版本提供稳定的插件包结构和客户端注入点,后续面板组件将在此基础上演进。

Source
Hairyf
weekly downloads
1.5k weekly downloads
License
MIT
Updated
Updated 9 days ago

Readme

# dsh-tauri-panel

`dsh-tauri-panel` 是 Tauri 桌面端面板能力的扩展入口。当前版本提供稳定的插件包结构和客户端注入点,后续面板组件将在此基础上演进。

![dsh-tauri-panel 面板](public/panel-overview.png)

## 面板协议

客户端注册 `sidebar.panel.action` 槽,并通过反射服务 `panel.protocol` 向面板扩展提供:

- `ActionItem`:统一的侧栏面板条目。
- `renderPanelContent(spec)`:切换面板内容与官方会话内容。
- `closePanelContent()`:显式恢复官方会话内容,适合面板内跳转到会话的动作。

## 相关包

- [`dsh-tauri-ui`](../dsh-tauri-ui):通用桌面 UI。
- [`dsh-tauri-panel-placeholder`](../dsh-tauri-panel-placeholder):占位实现。

## 许可证

[MIT](../../LICENSE.md) © [Hairyf](https://github.com/hairyf)

[license-src]: https://img.shields.io/github/license/dsh-tauri-desk/plugins-workspace.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/dsh-tauri-desk/plugins-workspace/blob/main/LICENSE.md

Install

dsh plugin --profile web add dsh-tauri-panel@0.6.7

Profile: web

Source