完成大作业部分及其打磨

This commit is contained in:
li-chx
2025-05-11 17:22:21 +08:00
parent 3ab2c26776
commit 0622b15509
23 changed files with 651 additions and 160 deletions
+1 -4
View File
@@ -5,9 +5,8 @@
try {
avatarURL.value = (await useUserStore().getAvatarURL())!;
} catch (e) {
console.log(e);
await MessagePlugin.error(e as string);
}
console.log(avatarURL.value);
});
</script>
@@ -37,5 +36,3 @@
</div>
</div>
</template>
<style scoped lang="less"></style>