diff --git a/package.json b/package.json
index c4d73a3..cc80f78 100644
--- a/package.json
+++ b/package.json
@@ -52,8 +52,9 @@
"mapv": "^2.0.62",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
- "qs": "^6.9.6",
+ "qs": "^6.10.1",
"screenfull": "^5.1.0",
+ "sortablejs": "^1.13.0",
"vab-icon": "^0.0.1",
"vue": "^2.6.12",
"vue-echarts": "5.0.0-beta.0",
@@ -69,17 +70,17 @@
"zx-verify": "^0.0.2"
},
"devDependencies": {
- "@vue/cli-plugin-babel": "^4.5.11",
- "@vue/cli-plugin-eslint": "^4.5.11",
- "@vue/cli-service": "^4.5.11",
+ "@vue/cli-plugin-babel": "^4.5.12",
+ "@vue/cli-plugin-eslint": "^4.5.12",
+ "@vue/cli-service": "^4.5.12",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
- "eslint": "^7.21.0",
+ "eslint": "^7.22.0",
"eslint-plugin-prettier": "^3.3.1",
- "eslint-plugin-vue": "^7.7.0",
+ "eslint-plugin-vue": "^7.8.0",
"filemanager-webpack-plugin": "^4.0.0",
"image-webpack-loader": "^7.0.1",
"lint-staged": "^10.5.4",
@@ -90,7 +91,7 @@
"stylelint": "^13.12.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recess-order": "^2.3.0",
- "svg-sprite-loader": "^5.2.1",
+ "svg-sprite-loader": "^6.0.2",
"vue-template-compiler": "^2.6.12",
"webpackbar": "^4.0.0"
},
diff --git a/src/views/index/components/Plan.vue b/src/views/index/components/Plan.vue
new file mode 100644
index 0000000..02ef9ae
--- /dev/null
+++ b/src/views/index/components/Plan.vue
@@ -0,0 +1,87 @@
+
+
+
+
+ 计划
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/index/index.vue b/src/views/index/index.vue
index fdf8e91..d7af9d9 100644
--- a/src/views/index/index.vue
+++ b/src/views/index/index.vue
@@ -194,6 +194,8 @@
+
+
@@ -223,10 +225,12 @@
import { getList } from '@/api/changeLog'
import { getNoticeList } from '@/api/notice'
import { getRepos, getStargazers } from '@/api/github'
+ import Plan from './components/Plan'
export default {
name: 'Index',
components: {
VabChart,
+ Plan,
},
data() {
return {