diff --git a/.eslintrc.js b/.eslintrc.js index 459c300..e705203 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -40,7 +40,7 @@ module.exports = { 'no-with': 'error', 'max-depth': ['error', 5], 'consistent-this': ['error', 'self'], - 'max-lines': ['error', 1500], + 'max-lines': ['error', 1000], 'no-multi-str': 'error', 'space-infix-ops': 'error', 'space-before-blocks': ['error', 'always'], diff --git a/package.json b/package.json index 5480f28..fbec147 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "ppt_online_editor", - "version": "0.1.0", + "name": "hamster_ppt", + "version": "0.0.1", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/public/index.html b/public/index.html index e3f9d2d..d72081e 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,7 @@ - 演示文稿在线编辑 + Hamster 幻灯片 v0.0.1-dev