Skip to content

Commit 79bd735

Browse files
author
isayan
committed
Help 更新
1 parent 2fc3eda commit 79bd735

File tree

6 files changed

+46
-22
lines changed

6 files changed

+46
-22
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ tasks.withType(JavaCompile) {
2424
}
2525

2626
asciidoctor {
27-
sourceDir = file('src/main/help')
27+
sourceDir = file("src/main/help")
2828
sources {
29-
include 'help.adoc', 'help-ja.adoc'
29+
include "help.adoc", "help-ja.adoc"
3030
}
3131
attributes = [
32-
'revnumber': 'v${release_version_major}.${release_version_minor}'
32+
'revnumber': "v${release_version_major}.${release_version_minor}"
3333
]
34-
outputDir = file('help')
34+
outputDir = file("help")
3535
}
3636

3737
application {

help/help-ja.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
<div id="header">
441441
<h1>YaguraExtension ヘルプ</h1>
442442
<div class="details">
443-
<span id="revnumber">version 3.1</span>
443+
<span id="revnumber">version v3.1.4.0</span>
444444
</div>
445445
<div id="toc" class="toc2">
446446
<div id="toctitle">Table of Contents</div>
@@ -1074,9 +1074,13 @@ <h4 id="_matchalert">3.3.1. MatchAlert</h4>
10741074
<dd>
10751075
<p>選択した MatchAlert Item を削除します。</p>
10761076
</dd>
1077-
<dt class="hdlist1">[Add]、[Update] ボタン</dt>
1077+
<dt class="hdlist1">[Add] ボタン</dt>
1078+
<dd>
1079+
<p>MatchAlert Item を追加します。</p>
1080+
</dd>
1081+
<dt class="hdlist1">[Add All] ボタン</dt>
10781082
<dd>
1079-
<p>MatchAlert Item を追加します。編集中時は更新します</p>
1083+
<p>リクエストヘッダを追加する、MatchAlert Item を追加します。HTTPプロトコルのみ対応です</p>
10801084
</dd>
10811085
</dl>
10821086
</div>
@@ -2841,8 +2845,8 @@ <h3 id="_version">3.11. Version</h3>
28412845
</div>
28422846
<div id="footer">
28432847
<div id="footer-text">
2844-
Version 3.1<br>
2845-
Last updated 2024-09-29 15:51:21 +0900
2848+
Version v3.1.4.0<br>
2849+
Last updated 2024-10-01 23:46:59 +0900
28462850
</div>
28472851
</div>
28482852
</body>

help/help.html

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
<div id="header">
441441
<h1>YaguraExtension Help</h1>
442442
<div class="details">
443-
<span id="revnumber">version 3.1</span>
443+
<span id="revnumber">version v3.1.4.0</span>
444444
</div>
445445
<div id="toc" class="toc2">
446446
<div id="toctitle">Table of Contents</div>
@@ -909,9 +909,9 @@ <h4 id="_matchreplace_dialog">3.2.2. MatchReplace Dialog</h4>
909909
<dd>
910910
<p>Delete all lists.</p>
911911
</dd>
912-
<dt class="hdlist1">[Add], [Update] button</dt>
912+
<dt class="hdlist1">[Add] button</dt>
913913
<dd>
914-
<p>Add MatchReplace. Update if it is being edited.</p>
914+
<p>Add MatchReplace Item.</p>
915915
</dd>
916916
</dl>
917917
</div>
@@ -1027,6 +1027,14 @@ <h4 id="_matchreplace_item_edit_dialog">3.2.3. MatchReplace Item Edit dialog</h4
10271027
</tr>
10281028
</tbody>
10291029
</table>
1030+
<div class="dlist">
1031+
<dl>
1032+
<dt class="hdlist1">[Add All] button</dt>
1033+
<dd>
1034+
<p>header, and MatchAlert Item, which is only supported for the HTTP protocol.</p>
1035+
</dd>
1036+
</dl>
1037+
</div>
10301038
</div>
10311039
</div>
10321040
<div class="sect2">
@@ -1076,9 +1084,13 @@ <h4 id="_matchalert">3.3.1. MatchAlert</h4>
10761084
<dd>
10771085
<p>Delete the selected MatchAlert Item.</p>
10781086
</dd>
1079-
<dt class="hdlist1">[Add], [Update] button</dt>
1087+
<dt class="hdlist1">[Add] button</dt>
1088+
<dd>
1089+
<p>Add a MatchAlert Item.</p>
1090+
</dd>
1091+
<dt class="hdlist1">[Add All] button</dt>
10801092
<dd>
1081-
<p>Add a MatchAlert Item. Updates while editing.</p>
1093+
<p>Add MatchAlert Item, which adds request headers; only the HTTP protocol is supported.</p>
10821094
</dd>
10831095
</dl>
10841096
</div>
@@ -2849,8 +2861,8 @@ <h3 id="_version">3.11. Version</h3>
28492861
</div>
28502862
<div id="footer">
28512863
<div id="footer-text">
2852-
Version 3.1<br>
2853-
Last updated 2024-09-29 15:54:21 +0900
2864+
Version v3.1.4.0<br>
2865+
Last updated 2024-10-01 23:47:59 +0900
28542866
</div>
28552867
</div>
28562868
</body>

release/YaguraExtension-v3.1.jar

0 Bytes
Binary file not shown.

src/main/help/help-ja.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,10 @@ image:images/custom_matchalert.png[MatchAlertタブ]
295295
選択した MatchAlert Item を編集します。
296296
[Remove] ボタン::
297297
選択した MatchAlert Item を削除します。
298-
[Add]、[Update] ボタン::
299-
MatchAlert Item を追加します。編集中時は更新します。
298+
[Add] ボタン::
299+
MatchAlert Item を追加します。
300+
[Add All] ボタン::
301+
リクエストヘッダを追加する、MatchAlert Item を追加します。HTTPプロトコルのみ対応です。
300302

301303
==== MatchAlert Item 編集ダイヤログ
302304

src/main/help/help.adoc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ image:images/custom_matchreplace_edit.png[MatchReplaceItem Dialog]
223223
[All Clear] button::
224224
Delete all lists.
225225

226-
[Add], [Update] button::
227-
Add MatchReplace. Update if it is being edited.
226+
[Add] button::
227+
Add MatchReplace Item.
228228

229229
==== MatchReplace Item Edit dialog
230230
image:images/custom_matchreplace_item.png[MatchReplaceItem Edit dialog]
@@ -273,6 +273,9 @@ Replace(After replacement)::
273273
|\uhhhh |Specify Unicode code in hexadecimal for hhhh in Unicode notation. Unicode characters are automatically converted to the guessed character code of the guessed response. If there is no corresponding character, it is converted to?.
274274
|=======================
275275

276+
[Add All] button::
277+
header, and MatchAlert Item, which is only supported for the HTTP protocol.
278+
276279
=== MatchAlert tab
277280

278281
image:images/custom_matchalert.png[MatchAlert tab]
@@ -303,8 +306,11 @@ There are the following five notification methods, and you can select multiple m
303306
[Remove] button::
304307
Delete the selected MatchAlert Item.
305308

306-
[Add], [Update] button::
307-
Add a MatchAlert Item. Updates while editing.
309+
[Add] button::
310+
Add a MatchAlert Item.
311+
312+
[Add All] button::
313+
Add MatchAlert Item, which adds request headers; only the HTTP protocol is supported.
308314

309315
==== MatchAlert Item Edit dialog
310316

0 commit comments

Comments
 (0)