File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org).
99
1010### Fixed
1111
12+ - [ 全環境] ドキュメントの更新 [ #40 ] ( https://github.com/JichouP/Better-traQ/issues/40 )
13+ - [ 全環境] キーバインドの表記ゆれの解消 [ #39 ] ( https://github.com/JichouP/Better-traQ/issues/39 )
1214- [ 全環境] 更新履歴ページを CHANGELOG.md に移動 [ #36 ] ( https://github.com/JichouP/Better-traQ/issues/36 )
1315- [ Firefox] Firefox で拡張機能のアイコンが表示されない問題を修正 [ #34 ] ( https://github.com/JichouP/Better-traQ/issues/34 )
1416
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ const TaskSettings = () => {
7474 < p className = "py-4 text-lg" >
7575 カスタマイズした設定が初期化されます
7676 < br />
77- キーバインドをデフォルトに戻しますか ?
77+ タスクの設定をデフォルトに戻しますか ?
7878 </ p >
7979 < div className = "modal-action" >
8080 < label
Original file line number Diff line number Diff line change @@ -54,9 +54,10 @@ const Docs = () => {
5454 < div className = "mt-8 mb-8" >
5555 < h2 className = "text-2xl font-bold" > 条件 (condition)</ h2 >
5656 < p className = "mt-2" >
57- < span className = "font-bold" > 条件 (condition)</ span > とはキーを押して
58- Better traQ
59- がタスクを実行するときに満たしているべき状態を指します。条件は複数指定することができます。これらの条件のうち
57+ キーを押してBetter
58+ traQがタスクを実行するときに満たしているべき状態のことを{ ' ' }
59+ < span className = "font-bold" > 条件 (condition)</ span > { ' ' }
60+ と呼びます。条件は複数指定することができます。これらの条件のうち
6061 < span className = "font-bold" > どれかひとつでも</ span >
6162 満たしていない場合は Better traQ はタスクを実行しません。
6263 </ p >
@@ -85,8 +86,9 @@ const Docs = () => {
8586 < div className = "mt-8 mb-8" >
8687 < h2 className = "text-2xl font-bold" > アクション (action)</ h2 >
8788 < p className = "mt-2" >
89+ キーを押したときに実行する処理(関数)のことを{ ' ' }
8890 < span className = "font-bold" > アクション (action)</ span > { ' ' }
89- とは、キーを押したときに実行する処理(関数)を指します 。ひとつのタスクに対して、複数のアクションを指定する事ができます。タスクはこれらのアクションを先頭からひとつずつ順番に実行します。もし、同時に複数のアクションを起こしたい場合は、複数のタスクを同じキーに登録してください。ただし、想定外の挙動をする可能性があるためご注意ください。通常は、ひとつのタスクに複数のアクションを設定すれば十分です。
91+ と呼びます 。ひとつのタスクに対して、複数のアクションを指定する事ができます。タスクはこれらのアクションを先頭からひとつずつ順番に実行します。もし、同時に複数のアクションを起こしたい場合は、複数のタスクを同じキーに登録してください。ただし、想定外の挙動をする可能性があるためご注意ください。通常は、ひとつのタスクに複数のアクションを設定すれば十分です。
9092 </ p >
9193 </ div >
9294 < div className = "mt-8 mb-8" >
You can’t perform that action at this time.
0 commit comments