mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
💄 修复渲染异常
This commit is contained in:
@@ -81,7 +81,7 @@ watch(() => props.modelValue, loadData);
|
||||
|
||||
function loadData(): void {
|
||||
const card = TSUserAvatar.getAvatarCard(props.modelValue.cid);
|
||||
nameCard.value = `/source/nameCard/profile/${card}.webp`;
|
||||
nameCard.value = `/WIKI/nameCard/profile/${card}.webp`;
|
||||
}
|
||||
|
||||
async function share(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user