Basic Solar Network product page

This commit is contained in:
2025-03-18 23:15:37 +08:00
parent e4111dc06e
commit e9e182ea48
22 changed files with 389 additions and 54 deletions

View File

@ -27,7 +27,7 @@
</v-col>
<v-col row="12" lg="4" order="first" order-lg="last">
<div class="sticky top-0 h-fit">
<v-card prepend-icon="mdi-identifier" title="About">
<v-card prepend-icon="mdi-information-outline" title="About">
<v-card-text>
<p><b>Description</b></p>
<p>{{ account.description }}</p>
@ -53,7 +53,7 @@ const config = useRuntimeConfig()
const tab = ref(1)
const { data: account } = await useFetch<any>(`${config.public.solarNetworkApi}/cgi/co/publisher/${route.params.name}`)
const { data: account } = await useFetch<any>(`${config.public.solarNetworkApi}/cgi/co/publishers/${route.params.name}`)
if (account.value == null) {
throw createError({