mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 14:22:12 +08:00
11 lines
963 B
Plaintext
11 lines
963 B
Plaintext
# ScriptBar
|
|
|
|
```mdx-code-block
|
|
<p style={{ "text-align": "center" }}>
|
|
<img src={require("@site/static/img/showcase/scriptbar.webp").default} />
|
|
<br />
|
|
</p>
|
|
```
|
|
|
|
[ScriptBar](https://GitHub.com/raguay/ScriptBarApp)は、スクリプトまたは[Node-Red](https://nodered.org)サーバの出力を表示するためのプログラムです。 EmailItプログラムで定義されたプログラムを実行し、出力を表示します。 xBarやTextBarのスクリプトも使用できますが、現時点ではTextBarのスクリプトが正常に動作します。 また、システム上にスクリプトの出力を表示できます。 ScriptBarはそれらの情報をメニューバーには表示させず、簡単に参照できる便利なウィンドウ上に表示されます。 複数のタブを使用して、様々な情報を表示できます。 よくアクセスするWebサイトへのリンクを配置することもできます。
|