From 76e286e112885397079ffbb534863fb85f1359ef Mon Sep 17 00:00:00 2001 From: m0_60155232 Date: Thu, 28 Sep 2023 17:19:22 +0800 Subject: [PATCH] Auto Commit --- src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 22df221..e6e1f7e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -77,7 +77,8 @@ let anwers = reactive(["别太赶了。","别想了。","不。","不然呢?"," right: 49px; z-index: 0; cursor: pointer; - animation: lightAni 5s; + animation: lightAni 3s; + animation-iteration-count: infinite; } #bs { -- GitLab