diff --git a/public/index.html b/public/index.html index 7378adb..c748515 100644 --- a/public/index.html +++ b/public/index.html @@ -26,50 +26,15 @@ background-color: #dddddd } - - - - - - - - - - - - - - <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.js) { %> <% } %> + <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %> + + <% } %> - - <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %> - - <% } %> - - -
diff --git a/src/i18n/config/en.js b/src/i18n/config/en.js index d6686f5..2515160 100644 --- a/src/i18n/config/en.js +++ b/src/i18n/config/en.js @@ -4,7 +4,7 @@ const en = { }, content: { blankTip: "I am Blank.", - noteTip: "Start writing something...", + noteTip: "Write here.", deleteTip: "The note will be deleted automatically. ttl:" }, button: { diff --git a/src/i18n/config/zh.js b/src/i18n/config/zh.js index 3d3cf17..a2a97e9 100644 --- a/src/i18n/config/zh.js +++ b/src/i18n/config/zh.js @@ -4,7 +4,7 @@ const zh = { }, content: { blankTip: "空白的内容。", - noteTip: "开始写下一些东西吧。。。", + noteTip: "写在这儿。", deleteTip: "笔记将被自动删除。剩余时间:" }, button: {