🏷️ 微调

This commit is contained in:
目棃
2025-01-08 15:23:24 +08:00
parent d5f40a5775
commit 98dea9d912
3 changed files with 3 additions and 3 deletions

View File

@@ -151,7 +151,7 @@ const userInfo = computed<TGApp.App.Account.BriefInfo>(() => {
return {
nickname: "未登录",
uid: "-1",
desc: "请使用短信验证码登录",
desc: "请登录",
avatar: "/source/UI/lumine.webp",
};
});

View File

@@ -121,6 +121,6 @@ function getWidth(item: TpVoteData): string {
.tp-vote-val {
height: 100%;
border-radius: 5px;
background: linear-gradient(to right, #fb7299, #00aeec);
background: linear-gradient(to right, #6cf, #f09199);
}
</style>