feat: |UI| Optimized minimalist mode homepage, added all email page f… (#708)

feat: |UI| Optimized minimalist mode homepage, added all email page functions (delete/download/attachments/...)
This commit is contained in:
Dream Hunter
2025-08-23 00:23:47 +08:00
committed by GitHub
parent 840496c48f
commit 4084771621
13 changed files with 1713 additions and 1520 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "cloudflare_temp_email",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"type": "module",
"scripts": {
@@ -11,20 +11,20 @@
"build": "wrangler deploy --dry-run --outdir dist --minify"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250807.0",
"@cloudflare/workers-types": "^4.20250822.0",
"@eslint/js": "9.18.0",
"@simplewebauthn/types": "10.0.0",
"@types/node": "^22.17.0",
"@types/node": "^22.17.2",
"eslint": "9.18.0",
"globals": "^15.15.0",
"typescript-eslint": "^8.39.0",
"wrangler": "^4.28.1"
"typescript-eslint": "^8.40.0",
"wrangler": "^4.32.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.863.0",
"@aws-sdk/s3-request-presigner": "^3.863.0",
"@aws-sdk/client-s3": "^3.873.0",
"@aws-sdk/s3-request-presigner": "^3.873.0",
"@simplewebauthn/server": "10.0.1",
"hono": "^4.9.0",
"hono": "^4.9.4",
"jsonpath-plus": "^10.3.0",
"mimetext": "^3.0.27",
"postal-mime": "^2.4.4",
+325 -325
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,5 +1,5 @@
export const CONSTANTS = {
VERSION: 'v' + '1.0.3',
VERSION: 'v' + '1.0.4',
// DB Version
DB_VERSION_KEY: 'db_version',