Skip to content

Commit

Permalink
Merge pull request #733 from chenqi146/master
Browse files Browse the repository at this point in the history
style(word): refactor word style
shalousun authored Feb 12, 2024
2 parents ff1dada + 7ef63a2 commit 0b431e9
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
@@ -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>
@@ -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>
@@ -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"/>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
@@ -470,7 +470,7 @@
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
@@ -487,7 +487,7 @@
<!-- 描述-->
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
32 changes: 16 additions & 16 deletions src/main/resources/template/word/index.xml
Original file line number Diff line number Diff line change
@@ -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>
@@ -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"/>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
@@ -141,7 +141,7 @@
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
@@ -158,7 +158,7 @@
<!-- 描述-->
<w:p>
<w:pPr>
<w:pStyle w:val="3"/>
<w:pStyle w:val="29"/>
</w:pPr>
<w:r>
<w:rPr>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
Binary file modified src/main/resources/template/word/template.docx
Binary file not shown.

0 comments on commit 0b431e9

Please sign in to comment.