diff --git a/src/components/LockScreen/index.vue b/src/components/LockScreen/index.vue
index 4ce9addd..baba3132 100644
--- a/src/components/LockScreen/index.vue
+++ b/src/components/LockScreen/index.vue
@@ -98,8 +98,8 @@ onUnmounted(() => {
background: 'rgba(0, 0, 0, 0.85)',
}"
>
-
-
+
+
+
+
+
+
+
正在重启,请稍等...
+
当准备就绪的时候,你的浏览器会自动刷新。
+
@@ -173,6 +180,27 @@ onUnmounted(() => {
}
}
}
+
+.lock-screen_reload {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ background-color: transparent;
+
+ color: #fff;
+
+ & .text {
+ font-size: 24px;
+ font-weight: bold;
+ letter-spacing: 4px;
+ margin-top: 24px;
+ }
+ & .desc {
+ margin-top: 8px;
+ font-size: 16px;
+ }
+}