update:完成在web端,修改提示词功能

This commit is contained in:
hrz
2025-02-15 19:38:32 +08:00
parent aa71968a91
commit 2baba43946
6 changed files with 82 additions and 18 deletions
+26 -3
View File
@@ -60,7 +60,30 @@ body {
}
@keyframes gradient {
0% { background-position: 0% 50% }
50% { background-position: 100% 50% }
100% { background-position: 0% 50% }
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
.user-menu {
position: fixed;
top: 23px;
right: 32px;
z-index: 1000;
cursor: pointer;
}
.user-info {
align-items: center;
}
.user-name {
font-size: 14px;
color: #606266;
}