📝 Update solar network page

This commit is contained in:
2025-08-09 19:44:18 +08:00
parent 56d0967f61
commit 988a2e221d

View File

@@ -173,6 +173,15 @@
</template>
</n-button>
</n-card>
<a href="https://web.solian.app" target="_blank">
<n-tag round :bordered="false" size="small" class="cursor-pointer">
Open the web version (Strongly not recommended, only for
preview)
<template #icon>
<n-icon :component="WebRound" />
</template>
</n-tag>
</a>
</div>
</n-gi>
</n-grid>
@@ -236,7 +245,12 @@ import {
NTag,
} from "naive-ui";
import { Octokit } from "@octokit/rest";
import { LaunchRound, StarOutlineRound, StarRound } from "@vicons/material";
import {
LaunchRound,
StarOutlineRound,
StarRound,
WebRound,
} from "@vicons/material";
useHead({
title: "Solar Network",