From 838fa279d5a68ce19c49a33e0d8db4fb041c4436 Mon Sep 17 00:00:00 2001 From: "jinlan.du" Date: Fri, 22 May 2020 16:36:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=A8=E5=B1=8F=E5=88=87?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/package.json | 125 ++++++++++++----------- web/src/view/layout/index.vue | 10 +- web/src/view/layout/screenfull/index.vue | 114 +++++++++++++++++++++ 3 files changed, 185 insertions(+), 64 deletions(-) create mode 100644 web/src/view/layout/screenfull/index.vue diff --git a/web/package.json b/web/package.json index f26a6b18..e7a2c8d3 100644 --- a/web/package.json +++ b/web/package.json @@ -1,65 +1,66 @@ { - "name": "qm-plus-vue-page", - "version": "0.1.0", - "private": true, - "scripts": { - "serve": "vue-cli-service serve", - "build": "vue-cli-service build", - "lint": "vue-cli-service lint" + "name": "qm-plus-vue-page", + "version": "0.1.0", + "private": true, + "scripts": { + "serve": "vue-cli-service serve", + "build": "vue-cli-service build", + "lint": "vue-cli-service lint" + }, + "dependencies": { + "@moefe/vue-aplayer": "^2.0.0-beta.5", + "axios": "^0.19.0", + "core-js": "^2.6.5", + "echarts": "^4.7.0", + "element-ui": "^2.12.0", + "mavon-editor": "^2.7.7", + "node-sass": "^4.12.0", + "path": "^0.12.7", + "qs": "^6.8.0", + "quill": "^1.3.7", + "sass-loader": "^8.0.0", + "screenfull": "^5.0.2", + "script-ext-html-webpack-plugin": "^2.1.4", + "spark-md5": "^3.0.1", + "timeline-vuejs": "1.1.1", + "vue": "^2.6.10", + "vue-particle-line": "^0.1.4", + "vue-quill-editor": "^3.0.6", + "vue-router": "^3.1.3", + "vuescroll": "^4.14.4", + "vuex": "^3.1.1", + "vuex-persist": "^2.1.0" + }, + "devDependencies": { + "@vue/cli-plugin-babel": "^3.11.0", + "@vue/cli-plugin-eslint": "^3.11.0", + "@vue/cli-service": "^3.11.0", + "babel-eslint": "^10.0.1", + "eslint": "^5.16.0", + "eslint-plugin-vue": "^5.0.0", + "vue-template-compiler": "^2.6.10" + }, + "eslintConfig": { + "root": true, + "env": { + "node": true }, - "dependencies": { - "@moefe/vue-aplayer": "^2.0.0-beta.5", - "axios": "^0.19.0", - "core-js": "^2.6.5", - "echarts": "^4.7.0", - "element-ui": "^2.12.0", - "mavon-editor": "^2.7.7", - "node-sass": "^4.12.0", - "path": "^0.12.7", - "qs": "^6.8.0", - "quill": "^1.3.7", - "sass-loader": "^8.0.0", - "script-ext-html-webpack-plugin": "^2.1.4", - "spark-md5": "^3.0.1", - "vue": "^2.6.10", - "vue-particle-line": "^0.1.4", - "vue-quill-editor": "^3.0.6", - "vue-router": "^3.1.3", - "vuescroll": "^4.14.4", - "vuex": "^3.1.1", - "vuex-persist": "^2.1.0", - "timeline-vuejs": "1.1.1" - }, - "devDependencies": { - "@vue/cli-plugin-babel": "^3.11.0", - "@vue/cli-plugin-eslint": "^3.11.0", - "@vue/cli-service": "^3.11.0", - "babel-eslint": "^10.0.1", - "eslint": "^5.16.0", - "eslint-plugin-vue": "^5.0.0", - "vue-template-compiler": "^2.6.10" - }, - "eslintConfig": { - "root": true, - "env": { - "node": true - }, - "extends": [ - "plugin:vue/essential", - "eslint:recommended" - ], - "rules": {}, - "parserOptions": { - "parser": "babel-eslint" - } - }, - "postcss": { - "plugins": { - "autoprefixer": {} - } - }, - "browserslist": [ - "> 1%", - "last 2 versions" - ] + "extends": [ + "plugin:vue/essential", + "eslint:recommended" + ], + "rules": {}, + "parserOptions": { + "parser": "babel-eslint" + } + }, + "postcss": { + "plugins": { + "autoprefixer": {} + } + }, + "browserslist": [ + "> 1%", + "last 2 versions" + ] } diff --git a/web/src/view/layout/index.vue b/web/src/view/layout/index.vue index ad74443f..c071f9b9 100644 --- a/web/src/view/layout/index.vue +++ b/web/src/view/layout/index.vue @@ -28,6 +28,7 @@ >{{item.meta.title}}
+ @@ -87,7 +88,7 @@ + \ No newline at end of file -- GitLab