@@ -139,6 +141,7 @@ const back = () => {
+ 版本号:v {{version}}
@@ -358,4 +361,9 @@ const back = () => {
.flip-card-leave-to .password-box {
transform: rotateY(-90deg);
}
+.version {
+ position: absolute;
+ bottom: 10px;
+ color: rgba(0,0,0,0.25);
+}
\ No newline at end of file
diff --git a/src/vite-env.d.ts b/src/vite-env.d.ts
index 11f02fe..85b9599 100644
--- a/src/vite-env.d.ts
+++ b/src/vite-env.d.ts
@@ -1 +1,2 @@
///