feat: |doc| update doc (#507)

This commit is contained in:
Dream Hunter
2024-12-03 22:04:46 +08:00
committed by GitHub
parent 8f6793402c
commit e52b010aa4
13 changed files with 752 additions and 711 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cloudflare_temp_email",
"version": "0.8.1",
"version": "0.8.2",
"private": true,
"type": "module",
"scripts": {
@@ -20,32 +20,32 @@
},
"dependencies": {
"@simplewebauthn/browser": "^10.0.0",
"@unhead/vue": "^1.11.11",
"@unhead/vue": "^1.11.13",
"@vicons/material": "^0.12.0",
"@vueuse/core": "^10.11.1",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.7.7",
"axios": "^1.7.8",
"jszip": "^3.10.1",
"mail-parser-wasm": "^0.1.8",
"naive-ui": "^2.40.1",
"naive-ui": "^2.40.3",
"postal-mime": "^2.3.2",
"vooks": "^0.2.12",
"vue": "^3.5.13",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5"
"vue-i18n": "^9.14.2",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vicons/fa": "^0.12.0",
"@vitejs/plugin-vue": "^5.2.0",
"unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.4",
"@vitejs/plugin-vue": "^5.2.1",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0",
"workbox-window": "^7.3.0",
"wrangler": "^3.89.0"
"wrangler": "^3.91.0"
}
}