mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🏷️ 微调
This commit is contained in:
@@ -151,7 +151,7 @@ const userInfo = computed<TGApp.App.Account.BriefInfo>(() => {
|
|||||||
return {
|
return {
|
||||||
nickname: "未登录",
|
nickname: "未登录",
|
||||||
uid: "-1",
|
uid: "-1",
|
||||||
desc: "请使用短信验证码登录",
|
desc: "请登录",
|
||||||
avatar: "/source/UI/lumine.webp",
|
avatar: "/source/UI/lumine.webp",
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -121,6 +121,6 @@ function getWidth(item: TpVoteData): string {
|
|||||||
.tp-vote-val {
|
.tp-vote-val {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background: linear-gradient(to right, #fb7299, #00aeec);
|
background: linear-gradient(to right, #6cf, #f09199);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
2
src/plugins/Bili/types/Video.d.ts
vendored
2
src/plugins/Bili/types/Video.d.ts
vendored
@@ -322,7 +322,7 @@ declare namespace TGApp.Plugins.Bili.Video {
|
|||||||
/**
|
/**
|
||||||
* @description Bili 视频支持格式
|
* @description Bili 视频支持格式
|
||||||
* @since Beta v0.4.1
|
* @since Beta v0.4.1
|
||||||
* @interface UrlFormats
|
* @interface UrlFormat
|
||||||
* @property {number} quality 视频清晰度
|
* @property {number} quality 视频清晰度
|
||||||
* @property {string} format 视频格式
|
* @property {string} format 视频格式
|
||||||
* @property {string} new_description 视频格式描述
|
* @property {string} new_description 视频格式描述
|
||||||
|
|||||||
Reference in New Issue
Block a user