Skip to content

Commit

Permalink
style(word): refactor word style
Browse files Browse the repository at this point in the history
  • Loading branch information
chenqi146 committed Feb 10, 2024
1 parent 63225fb commit 7ef63a2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
28 changes: 14 additions & 14 deletions src/main/resources/template/word/AllInOneWordTemplate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<% if(isNotEmpty(projectName)){ %>
<w:p>
<w:pPr>
<w:pStyle w:val="2"/>
<w:pStyle w:val="1"/>
</w:pPr>
<w:r>
<w:t>${wordXmlEscape(projectName)}</w:t>
Expand Down Expand Up @@ -349,7 +349,7 @@
%>
<w:p>
<w:pPr>
<w:pStyle w:val="4"/>
<w:pStyle w:val="3"/>
</w:pPr>
<w:bookmarkStart w:id="1" w:name="${wordXmlEscape(api.desc)}"/>
<w:r>
Expand All @@ -367,7 +367,7 @@
<%if(doc.deprecated){%>
<w:p>
<w:pPr>
<w:pStyle w:val="5"/>
<w:pStyle w:val="4"/>
<w:rPr>
<w:strike/>
<w:dstrike w:val="0"/>
Expand All @@ -388,7 +388,7 @@
<w:p>
<w:pPr>
<w:pStyle w:val="5"/>
<w:pStyle w:val="4"/>
</w:pPr>
<w:bookmarkStart w:id="2" w:name="${wordXmlEscape(doc.desc)}"/>
<w:r>
Expand Down Expand Up @@ -425,7 +425,7 @@
</w:r>
<w:r>
<w:rPr>
<w:rStyle w:val="20"/>
<w:rStyle w:val="ab"/>
</w:rPr>
<w:t> ${doc.url}</w:t>
</w:r>
Expand All @@ -436,7 +436,7 @@
<!--type-->
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand All @@ -453,7 +453,7 @@
<%if(isNotEmpty(doc.author)){%>
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand All @@ -470,7 +470,7 @@
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand All @@ -487,7 +487,7 @@
<!-- 描述-->
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand All @@ -505,7 +505,7 @@
<%if(isNotEmpty(doc.headers)){%>
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand Down Expand Up @@ -793,7 +793,7 @@
<%if(isNotEmpty(doc.pathParams)){%>
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand Down Expand Up @@ -1081,7 +1081,7 @@
<%if(isNotEmpty(doc.queryParams)){%>
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand Down Expand Up @@ -1370,7 +1370,7 @@
<%if(isNotEmpty(doc.requestParams)){%>
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand Down Expand Up @@ -1659,7 +1659,7 @@
<%if(isNotEmpty(doc.requestUsage)&&isRequestExample){%>
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand Down
32 changes: 16 additions & 16 deletions src/main/resources/template/word/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<w:p>
<w:pPr>
<w:pStyle w:val="4"/>
<w:pStyle w:val="2"/>
</w:pPr>
<w:bookmarkStart w:id="1" w:name="${wordXmlEscape(desc)}"/>
<w:r>
Expand All @@ -38,7 +38,7 @@
<%if(doc.deprecated){%>
<w:p>
<w:pPr>
<w:pStyle w:val="5"/>
<w:pStyle w:val="3"/>
<w:rPr>
<w:strike/>
<w:dstrike w:val="0"/>
Expand All @@ -59,7 +59,7 @@
<w:p>
<w:pPr>
<w:pStyle w:val="5"/>
<w:pStyle w:val="3"/>
</w:pPr>
<w:bookmarkStart w:id="2" w:name="${wordXmlEscape(doc.desc)}"/>
<w:r>
Expand All @@ -73,7 +73,7 @@
<!-- url-->
<w:p>
<w:pPr>
<w:pStyle w:val="23"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand All @@ -96,7 +96,7 @@
</w:r>
<w:r>
<w:rPr>
<w:rStyle w:val="20"/>
<w:rStyle w:val="ab"/>
</w:rPr>
<w:t> ${doc.url}</w:t>
</w:r>
Expand All @@ -107,7 +107,7 @@
<!--type-->
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand All @@ -124,7 +124,7 @@
<%if(isNotEmpty(doc.author)){%>
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand All @@ -141,7 +141,7 @@
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand All @@ -158,7 +158,7 @@
<!-- 描述-->
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand All @@ -176,7 +176,7 @@
<%if(isNotEmpty(doc.headers)){%>
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand Down Expand Up @@ -464,7 +464,7 @@
<%if(isNotEmpty(doc.pathParams)){%>
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand Down Expand Up @@ -752,7 +752,7 @@
<%if(isNotEmpty(doc.queryParams)){%>
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand Down Expand Up @@ -1041,7 +1041,7 @@
<%if(isNotEmpty(doc.requestParams)){%>
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand Down Expand Up @@ -1330,7 +1330,7 @@
<%if(isNotEmpty(doc.requestUsage)&&isRequestExample){%>
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand Down Expand Up @@ -1367,7 +1367,7 @@
<%if(isNotEmpty(doc.responseParams)){%>
<w:p>
<w:pPr>
<w:pStyle w:val="23"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand Down Expand Up @@ -1601,7 +1601,7 @@
<%if(isNotEmpty(doc.responseUsage)&&isResponseExample){%>
<w:p>
<w:pPr>
<w:pStyle w:val="23"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
Expand Down
Binary file modified src/main/resources/template/word/template.docx
Binary file not shown.

0 comments on commit 7ef63a2

Please sign in to comment.