fix links issue

This commit is contained in:
liangping
2025-06-04 09:56:17 +08:00
parent 9f2fe03f33
commit 28f56fb715
+3 -1
View File
@@ -57,7 +57,8 @@ function shortName(name: string, id: string) {
: name;
}
const comLinks = [
const comLinks = computed(()=> {
return [
{
name: 'Website',
icon: 'mdi-web',
@@ -79,6 +80,7 @@ const comLinks = [
href: store.github,
},
];
})
// wallet box
const change = computed(() => {