diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..200376b --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +www.l2k.tech \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 6cbac8c..25a3df4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,8 @@ "material-design-icons": "^3.0.1", "material-design-icons-iconfont": "^5.0.1", "muse-ui": "^3.0.2", - "vue": "^2.5.22" + "vue": "^2.5.22", + "vue-router": "^3.6.5" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.3.0", @@ -13538,6 +13539,12 @@ } } }, + "node_modules/vue-router": { + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.5.tgz", + "integrity": "sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==", + "license": "MIT" + }, "node_modules/vue-style-loader": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.2.tgz", diff --git a/package.json b/package.json index cebf9db..1b4ae31 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "material-design-icons": "^3.0.1", "material-design-icons-iconfont": "^5.0.1", "muse-ui": "^3.0.2", - "vue": "^2.5.22" + "vue": "^2.5.22", + "vue-router": "^3.6.5" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.3.0", diff --git a/public/.nojekyll b/public/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/public/index.html b/public/index.html index f1b44e8..b4f2a02 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ - kalman + 控制算法学习平台 - 卡尔曼滤波器 & PID 控制器