Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit b3e6ed2

Browse files
committed
add phrases
1 parent 628640d commit b3e6ed2

File tree

1 file changed

+2
-0
lines changed
  • src/main/java/top/mryan2005/managesysteminjava/BasicClass

1 file changed

+2
-0
lines changed

src/main/java/top/mryan2005/managesysteminjava/BasicClass/Entry.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public class Entry {
2424
public int total_number_of_strokes_traditional; // 繁体笔画总数
2525
public int total_number_of_radical_strokes_simplified; // 简体部首笔画总数
2626
public int total_number_of_radical_strokes_traditional; // 繁体部首笔画总数
27+
public String phrases; // 词组
2728
public String html; // HTML代码
2829
public ArrayList<String> Contributors; // 贡献者
2930
public String generateHTML() {
@@ -38,6 +39,7 @@ public String generateHTML() {
3839
"</head><body>" +
3940
"<h1>" + simplified_Chinese_character + "</h1>" +
4041
"<h2>" + traditional_Chinese_character + "</h2>" +
42+
"<p>词组:" + phrases + "</p>" +
4143
"<p>梧州话发音:" + Pronunciation_of_Wuzhou + "</p>" +
4244
"<p>苍梧石桥话发音:" + Pronunciation_of_Cangwu_Shiqiao + "</p>" +
4345
"<p>蒙山话发音:" + Pronunciation_of_Mengshan + "</p>" +

0 commit comments

Comments
 (0)