From ffcb5fed53d6467b9d34ca29dae9d7e95bec1242 Mon Sep 17 00:00:00 2001 From: eoao Date: Fri, 22 Aug 2025 01:05:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=A8=E9=83=A8=E9=82=AE?= =?UTF-8?q?=E4=BB=B6=E6=9D=83=E9=99=90=E6=97=A0=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mail-vue/index.html | 160 +++++++++-------- mail-vue/src/layout/account/index.vue | 1 - mail-vue/src/layout/aside/index.vue | 2 +- mail-vue/src/layout/header/index.vue | 20 ++- mail-vue/src/views/sys-setting/index.vue | 33 ++-- .../{index-Dst_pPIV.js => index-B5E7LhwJ.js} | 32 ++-- mail-worker/dist/assets/index-Bhyg3tQ_.css | 1 + mail-worker/dist/assets/index-CRd5bUNG.css | 1 - mail-worker/dist/index.html | 164 +++++++++--------- mail-worker/src/init/init.js | 4 +- 10 files changed, 222 insertions(+), 196 deletions(-) rename mail-worker/dist/assets/{index-Dst_pPIV.js => index-B5E7LhwJ.js} (91%) create mode 100644 mail-worker/dist/assets/index-Bhyg3tQ_.css delete mode 100644 mail-worker/dist/assets/index-CRd5bUNG.css diff --git a/mail-vue/index.html b/mail-vue/index.html index ff05fde..91b0f43 100644 --- a/mail-vue/index.html +++ b/mail-vue/index.html @@ -1,97 +1,105 @@ - - - - - - + + + + + +
-
- - - - - - - - -
+
+ + + + + + + + +
+ \ No newline at end of file + } + + @keyframes custom-spin-move { + to { + opacity: 1; + } + } + diff --git a/mail-vue/src/layout/account/index.vue b/mail-vue/src/layout/account/index.vue index 34456b8..1b200b6 100644 --- a/mail-vue/src/layout/account/index.vue +++ b/mail-vue/src/layout/account/index.vue @@ -498,7 +498,6 @@ path[fill="#ffdda1"] { .account { font-weight: 600; margin-bottom: 20px; - color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; diff --git a/mail-vue/src/layout/aside/index.vue b/mail-vue/src/layout/aside/index.vue index e2f75ed..208cf6f 100644 --- a/mail-vue/src/layout/aside/index.vue +++ b/mail-vue/src/layout/aside/index.vue @@ -31,7 +31,7 @@ {{$t('settings')}} -
+
{{$t('manage')}}
diff --git a/mail-worker/src/init/init.js b/mail-worker/src/init/init.js index 926192d..6190e2d 100644 --- a/mail-worker/src/init/init.js +++ b/mail-worker/src/init/init.js @@ -95,8 +95,8 @@ const init = { }, async v1_5DB(c) { - await c.env.db.prepare(`UPDATE perm SET perm_key = 'sys-email:list' WHERE perm_key = 'all-email:list'`).run(); - await c.env.db.prepare(`UPDATE perm SET perm_key = 'sys-email:delete' WHERE perm_key = 'all-email:delete'`).run(); + await c.env.db.prepare(`UPDATE perm SET perm_key = 'all-email:query' WHERE perm_key = 'sys-email:query'`).run(); + await c.env.db.prepare(`UPDATE perm SET perm_key = 'all-email:delete' WHERE perm_key = 'sys-email:delete'`).run(); try { await c.env.db.prepare(`ALTER TABLE role ADD COLUMN avail_domain TEXT NOT NULL DEFAULT ''`).run(); } catch (e) {