Sub-Store 1.0版本

1. 移除了所有基于关键词的节点操作,统一使用基于正则表达式的节点操作。
2. UI的大量改进。
This commit is contained in:
Peng-YM
2020-12-05 13:39:11 +08:00
parent 9b4ae402bb
commit 5aa9b8ceef
58 changed files with 4374 additions and 825 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@@ -11,16 +11,17 @@
"dependencies": {
"@dzangolab/vue-country-flag-icon": "^0.2.0",
"axios": "^0.20.0",
"chartist": "^0.11.4",
"core-js": "^3.6.5",
"echarts": "^4.9.0",
"lodash": "^4.17.20",
"material-design-icons-iconfont": "^5.0.1",
"monaco-editor-vue": "^1.0.10",
"v-clipboard": "^2.2.3",
"vee-validate": "^3.4.5",
"vue": "^2.6.12",
"vue-echarts": "^5.0.0-beta.0",
"vue-chartist": "^2.3.1",
"vue-i18n": "^8.22.2",
"vue-qrcode-component": "^2.1.1",
"vue-router": "^3.4.3",
"vue-world-map": "^0.1.1",
"vuetify": "^2.3.10",
"vuex": "^3.5.1"
},