Skip to content

Commit acd41b7

Browse files
author
fulin
committed
feat: 完善模版说明
1 parent 21042eb commit acd41b7

File tree

1 file changed

+60
-3
lines changed

1 file changed

+60
-3
lines changed

src/main/java/com/fulinlin/setting/ui/TemplateEditPane.form

Lines changed: 60 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
2727
</constraints>
2828
<properties>
29-
<text value="Welcome to git commit message helper thank you . "/>
29+
<text value="Personalize your git commit types and templates ."/>
3030
<verticalAlignment value="1"/>
3131
</properties>
3232
</component>
@@ -78,14 +78,71 @@
7878
<text value="template explain"/>
7979
</properties>
8080
</component>
81-
<grid id="6e7a2" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
81+
<grid id="6e7a2" layout-manager="GridLayoutManager" row-count="7" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
8282
<margin top="0" left="0" bottom="0" right="0"/>
8383
<constraints>
8484
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
8585
</constraints>
8686
<properties/>
8787
<border type="none"/>
88-
<children/>
88+
<children>
89+
<component id="b2ef5" class="javax.swing.JLabel">
90+
<constraints>
91+
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
92+
</constraints>
93+
<properties>
94+
<text value=" ${type} corresponds to the submission menu 'Type of chang'&#10;"/>
95+
</properties>
96+
</component>
97+
<component id="257b0" class="javax.swing.JLabel">
98+
<constraints>
99+
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
100+
</constraints>
101+
<properties>
102+
<text value=" ${scope}corresponds to the submission menu 'Scope of this change'"/>
103+
</properties>
104+
</component>
105+
<component id="fd83a" class="javax.swing.JLabel">
106+
<constraints>
107+
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
108+
</constraints>
109+
<properties>
110+
<text value=" ${subject} corresponds to the submission menu 'Short description'"/>
111+
</properties>
112+
</component>
113+
<component id="8ea9d" class="javax.swing.JLabel">
114+
<constraints>
115+
<grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
116+
</constraints>
117+
<properties>
118+
<text value=" ${body} corresponds to the submission menu 'Long description'"/>
119+
</properties>
120+
</component>
121+
<component id="87cbe" class="javax.swing.JLabel">
122+
<constraints>
123+
<grid row="4" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
124+
</constraints>
125+
<properties>
126+
<text value=" ${changes} corresponds to the submission menu 'Breaking changes'"/>
127+
</properties>
128+
</component>
129+
<component id="433d9" class="javax.swing.JLabel">
130+
<constraints>
131+
<grid row="5" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
132+
</constraints>
133+
<properties>
134+
<text value=" ${closes} corresponds to the submission menu 'Closed issues'"/>
135+
</properties>
136+
</component>
137+
<component id="23ec7" class="javax.swing.JLabel">
138+
<constraints>
139+
<grid row="6" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
140+
</constraints>
141+
<properties>
142+
<text value=" ${newLine} is '\n'"/>
143+
</properties>
144+
</component>
145+
</children>
89146
</grid>
90147
</children>
91148
</grid>

0 commit comments

Comments
 (0)