feat: the cache can be configured to be encrypted
正在显示
... | @@ -37,16 +37,16 @@ | ... | @@ -37,16 +37,16 @@ |
"vditor": "^3.6.3", | "vditor": "^3.6.3", | ||
"vue": "^3.0.2", | "vue": "^3.0.2", | ||
"vue-i18n": "^9.0.0-beta.8", | "vue-i18n": "^9.0.0-beta.8", | ||
"vue-router": "^4.0.0-rc.3", | "vue-router": "^4.0.0-rc.5", | ||
"vuex": "^4.0.0-rc.1", | "vuex": "^4.0.0-rc.1", | ||
"vuex-module-decorators": "^1.0.1", | "vuex-module-decorators": "^1.0.1", | ||
"xlsx": "^0.16.8", | "xlsx": "^0.16.9", | ||
"zxcvbn": "^4.4.2" | "zxcvbn": "^4.4.2" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@commitlint/cli": "^11.0.0", | "@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | "@commitlint/config-conventional": "^11.0.0", | ||
"@iconify/json": "^1.1.261", | "@iconify/json": "^1.1.262", | ||
"@ls-lint/ls-lint": "^1.9.2", | "@ls-lint/ls-lint": "^1.9.2", | ||
"@purge-icons/generated": "^0.4.1", | "@purge-icons/generated": "^0.4.1", | ||
"@types/echarts": "^4.9.1", | "@types/echarts": "^4.9.1", | ||
... | @@ -72,7 +72,7 @@ | ... | @@ -72,7 +72,7 @@ |
"cross-env": "^7.0.2", | "cross-env": "^7.0.2", | ||
"dot-prop": "^6.0.1", | "dot-prop": "^6.0.1", | ||
"dotenv": "^8.2.0", | "dotenv": "^8.2.0", | ||
"eslint": "^7.13.0", | "eslint": "^7.14.0", | ||
"eslint-config-prettier": "^6.15.0", | "eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-prettier": "^3.1.4", | "eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-vue": "^7.1.0", | "eslint-plugin-vue": "^7.1.0", | ||
... | ... |
src/components/Footer/index.ts
deleted
100644 → 0
src/utils/cache/cookie.ts
0 → 100644
src/utils/encryption/aesEncryption.ts
0 → 100644
请
注册
或者
登录
后发表评论