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 @@
-
+
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) {