📝 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> </template>
</n-button> </n-button>
</n-card> </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> </div>
</n-gi> </n-gi>
</n-grid> </n-grid>
@@ -236,7 +245,12 @@ import {
NTag, NTag,
} from "naive-ui"; } from "naive-ui";
import { Octokit } from "@octokit/rest"; import { Octokit } from "@octokit/rest";
import { LaunchRound, StarOutlineRound, StarRound } from "@vicons/material"; import {
LaunchRound,
StarOutlineRound,
StarRound,
WebRound,
} from "@vicons/material";
useHead({ useHead({
title: "Solar Network", title: "Solar Network",