Skip to content

Commit

Permalink
Merge pull request #41 from JichouP:fix/#40
Browse files Browse the repository at this point in the history
ドキュメントの更新
  • Loading branch information
JichouP authored May 1, 2022
2 parents 38b2c2b + 429711f commit acb7131
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org).

### Fixed

- [全環境] ドキュメントの更新 [#40](https://github.com/JichouP/Better-traQ/issues/40)
- [全環境] キーバインドの表記ゆれの解消 [#39](https://github.com/JichouP/Better-traQ/issues/39)
- [全環境] 更新履歴ページを CHANGELOG.md に移動 [#36](https://github.com/JichouP/Better-traQ/issues/36)
- [Firefox] Firefox で拡張機能のアイコンが表示されない問題を修正 [#34](https://github.com/JichouP/Better-traQ/issues/34)

Expand Down
2 changes: 1 addition & 1 deletion src/options/components/Setting/TaskSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const TaskSettings = () => {
<p className="py-4 text-lg">
カスタマイズした設定が初期化されます
<br />
キーバインドをデフォルトに戻しますか
タスクの設定をデフォルトに戻しますか
</p>
<div className="modal-action">
<label
Expand Down
10 changes: 6 additions & 4 deletions src/options/pages/Docs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ const Docs = () => {
<div className="mt-8 mb-8">
<h2 className="text-2xl font-bold">条件 (condition)</h2>
<p className="mt-2">
<span className="font-bold">条件 (condition)</span> とはキーを押して
Better traQ
がタスクを実行するときに満たしているべき状態を指します。条件は複数指定することができます。これらの条件のうち
キーを押してBetter
traQがタスクを実行するときに満たしているべき状態のことを{' '}
<span className="font-bold">条件 (condition)</span>{' '}
と呼びます。条件は複数指定することができます。これらの条件のうち
<span className="font-bold">どれかひとつでも</span>
満たしていない場合は Better traQ はタスクを実行しません。
</p>
Expand Down Expand Up @@ -85,8 +86,9 @@ const Docs = () => {
<div className="mt-8 mb-8">
<h2 className="text-2xl font-bold">アクション (action)</h2>
<p className="mt-2">
キーを押したときに実行する処理(関数)のことを{' '}
<span className="font-bold">アクション (action)</span>{' '}
とは、キーを押したときに実行する処理(関数)を指します。ひとつのタスクに対して、複数のアクションを指定する事ができます。タスクはこれらのアクションを先頭からひとつずつ順番に実行します。もし、同時に複数のアクションを起こしたい場合は、複数のタスクを同じキーに登録してください。ただし、想定外の挙動をする可能性があるためご注意ください。通常は、ひとつのタスクに複数のアクションを設定すれば十分です。
と呼びます。ひとつのタスクに対して、複数のアクションを指定する事ができます。タスクはこれらのアクションを先頭からひとつずつ順番に実行します。もし、同時に複数のアクションを起こしたい場合は、複数のタスクを同じキーに登録してください。ただし、想定外の挙動をする可能性があるためご注意ください。通常は、ひとつのタスクに複数のアクションを設定すれば十分です。
</p>
</div>
<div className="mt-8 mb-8">
Expand Down

0 comments on commit acb7131

Please sign in to comment.