diff --git a/src/index.js b/src/index.js index b29b179..2ffad62 100644 --- a/src/index.js +++ b/src/index.js @@ -25,7 +25,7 @@ module.exports = async (params) => { reject(); } data.result.sentences.forEach((item, index) => { - o.push(item.sentence); + o.push(item.sentence+' --'+item.volume.corpus.name); if(index == data.result.sentences.length - 1){ resolve(o); } diff --git a/src/public/index.html b/src/public/index.html index 4ae01c0..047b3fe 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -64,10 +64,10 @@ + + +
+
+
+

Word List +

+
+
+
+
+ Level +
    +
  • +
+
+
+
+
+
+ + + + + + \ No newline at end of file diff --git a/src/public/upload.html b/src/public/upload.html index ddadb4b..e1aa2af 100644 --- a/src/public/upload.html +++ b/src/public/upload.html @@ -64,10 +64,10 @@