Skip to content

Commit

Permalink
docs(manual): update manual
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and 0721Betty committed Nov 27, 2020
1 parent 1f9c3e1 commit fb70c9b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
Binary file added assets/mqttx-timed-message.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/manual-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,12 @@ sudo snap install mqttx

![mqttx-bytes](../assets/mqttx-bytes.png)

7. 定时消息

在右上角的下拉菜单中,可点击定时消息项,设置发送频率,单位为秒,设置完成后手动发送一条消息,将会自动根据设置的发送频率自动发送消息。

![mqttx-timed-message](../assets/mqttx-timed-message.png)

## 开发指南

开发时,本机需要具有 `Node``Git` 环境,并需要了解 `npm``Vue.js``Electron``TypeScript` 等相关知识。
Expand Down
6 changes: 6 additions & 0 deletions docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,12 @@ Click on the action bar button at the top and select the `Clear History` item, y
![mqttx-bytes](../assets/mqttx-bytes.png)
7. Timed message
In the drop-down menu in the upper right corner, you can click the `Timed message` item to set the sending frequency in seconds. After the setting is completed, manually send a message, and the message will be automatically sent according to the set sending frequency.
![mqttx-timed-message](../assets/mqttx-timed-message.png)
## Development Guide
When developing, you need to have `Node`, `Git` environment in the local machine, and need to know about `npm`,`Vue.js`, `Electron`,`TypeScript` and other related knowledge.
Expand Down
4 changes: 2 additions & 2 deletions src/lang/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ export default {
version: {
zh: '系统版本',
en: 'Version',
ja: 'Version',
ja: 'システムバージョン',
},
uptime: {
zh: '运行时间',
en: 'Uptime',
ja: 'Uptime',
ja: '動作時間',
},
}

0 comments on commit fb70c9b

Please sign in to comment.