mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-21 03:19:31 +08:00
11 lines
902 B
Plaintext
11 lines
902 B
Plaintext
# BulletinBoard
|
||
|
||
```mdx-code-block
|
||
<p style={{ "text-align": "center" }}>
|
||
<img src={require("@site/static/img/showcase/bboard.webp").default} />
|
||
<br />
|
||
</p>
|
||
```
|
||
|
||
[BulletinBoard](https://github.com/raguay/BulletinBoard) 应用程序是一个用于静态消息或对话框的通用消息板,用于获取用户的脚本信息。 它有一个用于创建新对话框的 TUI,后者可以使用这些对话框从用户那里获取信息。 它的设计是在您的系统上保持运行并根据需要显示信息,然后隐藏起来。 我有一个在我的系统上监视文件并在更改时将内容发送到 BulletinBoard 的进程。 它与我的工作流配合的很好。 还有一个用于向程序发送信息的 [Alfred 工作流](https://github.com/raguay/MyAlfred/blob/master/Alfred%205/EmailIt.alfredworkflow)。 该工作流也适用于 [EmailIt](https://github.com/raguay/EmailIt)。
|